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

Class NumericInput

      object --+        
               |        
    Form.Control --+    
                   |    
   Form.InputControl --+
                       |
          object --+   |
                   |   |
Form.NumericArgument --+
                       |
                      Form.NumericInput
Known Subclasses:

A composite class serving as a base numeric input control class

Instance Methods
 
__init__(self, tp=None, value=0, width=50, swidth=10, hlp=None)
x.__init__(...) initializes x; see help(type(x)) for signature

Inherited from InputControl: get_tag, is_input_field

Inherited from Control: free, get_arg

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, tp=None, value=0, width=50, swidth=10, hlp=None)
(Constructor)

 

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

Parameters:
  • width - Display width
  • swidth - String width
Overrides: object.__init__
(inherited documentation)