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

Class NumericInput

      object --+        
               |        
    Form.Control --+    
                   |    
   Form.InputControl --+
                       |
          object --+   |
                   |   |
Form.NumericArgument --+
                       |
                      Form.NumericInput

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 x.__class__.__doc__ for signature

Inherited from InputControl: get_tag

Inherited from Control: free, get_arg

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

Class Variables

Inherited from NumericArgument: DefI64, value

Instance Variables

Inherited from Control: arg, form, id

Properties

Inherited from object: __class__

Method Details

__init__(self, tp=None, value=0, width=50, swidth=10, hlp=None)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

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