Module idaapi :: Class Form :: Class StringLabel
[frames] | no frames]

Class StringLabel

   object --+        
            |        
 Form.Control --+    
                |    
Form.LabelControl --+
                    |
                   Form.StringLabel

String label control

Instance Methods
 
__init__(self, value, tp=None, sz=1024)
Type field can be one of: A - ascii string T - type declaration I - ident F - folder f - file X - command

Inherited from LabelControl: get_tag

Inherited from Control: free, get_arg

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

Instance Variables

Inherited from Control: arg, form, id

Properties

Inherited from object: __class__

Method Details

__init__(self, value, tp=None, sz=1024)
(Constructor)

 

Type field can be one of: A - ascii string T - type declaration I - ident F - folder f - file X - command

Overrides: object.__init__