Class k.u.s.ComboSearchFilter(SearchFilter):

Part of kiwi.ui.search
Function__init__

Create a new ComboSearchFilter object.

Functionget_state

Implement this in a subclass

Functionselect

selects an item in the combo

Function_on_combo__content_changedUndocumented
def __init__(self, label='', values=None):

Create a new ComboSearchFilter object.

def get_state(self):

Implement this in a subclass

def select(self, data):

selects an item in the combo

def _on_combo__content_changed(self, mode):
Undocumented