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

Part of kiwi.ui.search
ivar entrythe entry
ivar labelthe label
Function__init__
Create a new StringSearchFilter object.
Functionget_state
Implement this in a subclass
Functionset_labelUndocumented
def __init__(self, label, chars=0):
Create a new StringSearchFilter object.
def get_state(self):
Implement this in a subclass
def set_label(self, label):
Undocumented