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

Class ChkGroupItemControl

       object --+        
                |        
     Form.Control --+    
                    |    
Form.GroupItemControl --+
                        |
                       Form.ChkGroupItemControl

Checkbox group item control

Instance Methods
 
__init__(self, tag, parent)
x.__init__(...) initializes x; see help(type(x)) for signature

Inherited from GroupItemControl: assign_pos, get_tag, is_input_field

Inherited from Control: free, get_arg

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

Properties
  checked

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)

Property Details

checked

Get Method:
__get_value(self)
Set Method:
__set_value(self, v)