Module ida_kernwin :: Class Form :: Class GroupControl
[frames] | no frames]

Class GroupControl

          object --+    
                   |    
        Form.Control --+
                       |
          object --+   |
                   |   |
Form.NumericArgument --+
                       |
                      Form.GroupControl
Known Subclasses:

Base class for group controls

Instance Methods
 
__init__(self, children_names, tag, value=0)
x.__init__(...) initializes x; see help(type(x)) for signature
 
get_tag(self)
Control tag character.
 
next_child_pos(self)

Inherited from Control: free, get_arg, is_input_field

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables

Inherited from NumericArgument: DefI64

Properties

Inherited from NumericArgument: value

Inherited from object: __class__

Method Details

__init__(self, children_names, tag, value=0)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Parameters:
  • tp - One of Form.FT_XXX
Overrides: object.__init__
(inherited documentation)

get_tag(self)

 

Control tag character. One of Form.FT_XXXX. The form class will expand the {} notation and replace them with the tags

Overrides: Control.get_tag
(inherited documentation)