|
IDAPython 9.0
|
Public Member Functions | |
| __init__ (self, value, tp=None, size=ida_pro.MAXSTR) | |
Public Member Functions inherited from Form.LabelControl | |
| get_tag (self) | |
Public Member Functions inherited from Form.Control | |
| get_arg (self) | |
| free (self) | |
| is_input_field (self) | |
Public Attributes | |
| size = size | |
| arg = Form.create_string_buffer(value, size) | |
Public Attributes inherited from Form.LabelControl | |
| tp = tp | |
| id | |
Public Attributes inherited from Form.Control | |
| int | id = 0 |
| input_field_index = None | |
| arg = None | |
| form = None | |
| bool | form_hasattr = False |
String label control
| __init__ | ( | self, | |
| value, | |||
| tp = None, | |||
| size = ida_pro.MAXSTR ) |
Type field can be one of: A - ascii string T - type declaration I - ident F - folder f - file X - command
Reimplemented from Form.LabelControl.
| arg = Form.create_string_buffer(value, size) |
| size = size |