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

Class GroupItemControl

  object --+    
           |    
Form.Control --+
               |
              Form.GroupItemControl
Known Subclasses:

Base class for group control items

Instance Methods
 
__init__(self, tag, parent)
x.__init__(...) initializes x; see help(type(x)) for signature
 
assign_pos(self)
 
get_tag(self)
Control tag character.
 
is_input_field(self)
Return True if this field acts as an input

Inherited from Control: free, get_arg

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

Properties

Inherited from object: __class__

Method Details

__init__(self, tag, parent)
(Constructor)

 

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

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)

is_input_field(self)

 

Return True if this field acts as an input

Overrides: Control.is_input_field
(inherited documentation)