Package: gtk

Class gtk:string-filter

Superclasses

gtk:filter, gobject:object, common-lisp:standard-object, common-lisp:t

Documented Subclasses

None

Direct Slots

expression
The expression property of type gtk:expression (Read / Write)
The expression to evaluate on item to get a string to compare with.
ignore-case
The ignore-case property of type :boolean (Read / Write)
Whether matching is case sensitive.
Default value: true
match-mode
The match-mode property of type gtk:string-filter-match-mode (Read / Write)
Whether exact matches are necessary or if substrings are allowed.
Default value: :substring
search
The search property of type :string (Read / Write)
The search term.
Default value: nil

Details

The gtk:string-filter object determines whether to include items by looking at strings and comparing them to a fixed search term. The strings are obtained from the items by evaluating a gtk:expression instance. The gtk:string-filter object has several different modes of comparison - it can match the whole string, just a prefix, or any substring.
 

Returned by

Slot Access Functions

Inherited Slot Access Functions

See also

2024-9-28