Module ida_kernwin :: 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, size=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, is_input_field

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, value, tp=None, size=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__