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

Class NumericLabel

      object --+        
               |        
    Form.Control --+    
                   |    
   Form.LabelControl --+
                       |
          object --+   |
                   |   |
Form.NumericArgument --+
                       |
                      Form.NumericLabel

Numeric label control

Instance Methods
 
__init__(self, value, tp=None)
x.__init__(...) initializes x; see help(type(x)) for signature

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__

Class Variables

Inherited from NumericArgument: DefI64

Properties

Inherited from NumericArgument: value

Inherited from object: __class__

Method Details

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

 

x.__init__(...) initializes x; see help(type(x)) for signature

Parameters:
  • tp - One of Form.FT_XXX
Overrides: object.__init__
(inherited documentation)