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

Class InputControl

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

Generic form input control. It could be numeric control, string control, directory/file browsing, etc...

Instance Methods
 
__init__(self, tp, width, swidth, hlp=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
get_tag(self)
Control tag character.

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

 

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

Parameters:
  • width - Display width
  • swidth - String width
Overrides: object.__init__

get_tag(self)

 

Control tag character. One of Form.FT_XXXX. The form class will expand the {} notation and replace them with the tags

Overrides: Control.get_tag
(inherited documentation)