|
IDAPython 9.0
|
Public Member Functions | |
| __init__ (self, tag, parent) | |
Public Member Functions inherited from Form.GroupItemControl | |
| assign_pos (self) | |
| get_tag (self) | |
| is_input_field (self) | |
Public Member Functions inherited from Form.Control | |
| get_arg (self) | |
| free (self) | |
Properties | |
| checked = property(__get_value, __set_value) | |
Additional Inherited Members | |
Public Attributes inherited from Form.GroupItemControl | |
| tag = tag | |
| parent = parent | |
| int | pos = 0 |
| id | |
Public Attributes inherited from Form.Control | |
| int | id = 0 |
| input_field_index = None | |
| arg = None | |
| form = None | |
| bool | form_hasattr = False |
Checkbox group item control
| __init__ | ( | self, | |
| tag, | |||
| parent ) |
Reimplemented from Form.GroupItemControl.
|
static |