- a label
- a combo with a set of predefined item to select from
Method __init__ No summary
Method get_state Implement this in a subclass
Method select selects an item in the combo @param data: what to select
Method _on_combo__content_changed Undocumented

Inherited from SearchFilter:

Method do_set_property Undocumented
Method do_get_property Undocumented
Method set_label Undocumented
def __init__(self, label='', values=None):
Create a new ComboSearchFilter object.
@param name: name of the search filter
@param values: items to put in the combo, see
    L{kiwi.ui.widgets.combo.ProxyComboBox.prefill}
def get_state(self):
Implement this in a subclass
def select(self, data):
selects an item in the combo
@param data: what to select
def _on_combo__content_changed(self, mode):
Undocumented
API Documentation for Kiwi, generated by pydoctor at 2019-08-08 02:24:42.