Home | Trees | Index | Help |
|
---|
Package pywm :: Class Fl_Hold_Browser |
|
Method Summary | |
---|---|
Creates a button widget. | |
Adds a string to the end of the list | |
Sets the callback to be triggered when the button gets pushed. | |
Removes all items from list | |
Sets the background colour in the Hold browser widget | |
find(self,
itemstr)
| |
probably not much point to this either | |
Returns the text of the given item index | |
Removes an item (index) from the end of the list | |
Sets the colour of selections in the Hold browser widget | |
probably not much point to this | |
Sets the colour of text in the Hold browser widget | |
Gets or sets the value selected. |
Method Details |
---|
__init__(self,
x,
y,
w,
h,
label)
|
add(self, item)Adds a string to the end of the list |
callback(self, func)Sets the callback to be triggered when the button gets pushed. Argument:
|
clear(self)Removes all items from list |
color(self, colornum)Sets the background colour in the Hold browser widget |
hide(self)probably not much point to this either |
itemtext(self, itemidx)Returns the text of the given item index |
remove(self, item)Removes an item (index) from the end of the list |
selectioncolor(self, colornum)Sets the colour of selections in the Hold browser widget |
show(self)probably not much point to this |
textcolor(self, colornum)Sets the colour of text in the Hold browser widget |
value(self, val=None)Gets or sets the value selected. Value is an index into the list of displayed values |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Feb 27 15:47:08 2006 | http://epydoc.sf.net |