Home | Trees | Index | Help |
|
---|
Package pywm :: Class Fl_Input |
|
Method Summary | |
---|---|
Creates a button widget. | |
Sets the callback to be triggered when user presses ENTER. | |
Sets the background colour in the input widget | |
Sets the colour of selections in the input widget | |
Causes the input field to take focus | |
Sets the colour of text in the input widget | |
Gets or sets the displayed text |
Method Details |
---|
__init__(self,
x,
y,
w,
h,
label)
|
callback(self, func)Sets the callback to be triggered when user presses ENTER. Argument:
|
color(self, colornum)Sets the background colour in the input widget |
selectioncolor(self, colornum)Sets the colour of selections in the input widget |
take_focus(self)Causes the input field to take focus |
textcolor(self, colornum)Sets the colour of text in the input widget |
value(self, txt=None)Gets or sets the displayed text Arguments:
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Feb 27 15:47:08 2006 | http://epydoc.sf.net |