DropCheck¶
-
class
guerilla.
DropCheck
¶ Bases:
guerilla.Window
The base class for dropping check list widgets
-
close
()¶ Forcefully close the drop check list
-
getitems
()¶ Callback when the widget needs the list of items in the drop list, see also CheckList
-
getitemstate
()¶ Callback when the widget needs the state of itemns in the drop list, see also CheckList
-
getvalue
()¶ Callback when the widget needs the value displayed in the text box
-
itemclicked
()¶ Callback when the user clicked an item in the drop list, see also CheckList
-
open
()¶ Forcefully open the drop check list
-
setvalue
()¶ Callback when the user sets the combo value
-
update
()¶ Update the whole widget
-