kiwi.ui.search.StringSearchFilter(SearchFilter)
class documentationkiwi.ui.search
(View In Hierarchy)
Instance Variable | entry | the entry |
Instance Variable | label | the label |
Method | __init__ | Create a new StringSearchFilter object. @param label: label of the search filter @param chars: maximum number of chars used by the search entry |
Method | get_state | Implement this in a subclass |
Method | set_label | Undocumented |
Inherited from SearchFilter:
Method | do_set_property | Undocumented |
Method | do_get_property | Undocumented |
Create a new StringSearchFilter object.
Parameters | label | label of the search filter |
chars | maximum number of chars used by the search entry |