DropComboCheck

class guerilla.DropComboCheck

Bases: guerilla.DropCheck

The base class for dropping check list widgets

DropComboCheck widgets contain a CheckList and a combo Edit, so you can either click the drop

list to select item, or write into the edit. Note: the setvalue method must be implemented to react to the user typing. No doing so results in the widget being in an undefined state until the drop list is open or the widget is updated.