Class k.u.s.StringSearchFilter(
SearchFilter
):
Part of
kiwi.ui.search
a label
an entry
ivar
entry
the entry
ivar
label
the label
Function
__init__
Create a new StringSearchFilter object.
Function
get_state
Implement this in a subclass
Function
set_label
Undocumented
def
__init__(self, label, chars=0):
Create a new StringSearchFilter object.
param
label
label of the search filter
param
chars
maximum number of chars used by the search entry
def
get_state(self):
Implement this in a subclass
def
set_label(self, label):
Undocumented