Package: gtk

Accessor gtk:string-filter-expression

Lambda List

gtk:string-filter-expression (object)

Syntax

(gtk:string-filter-expression object) => expression
(setf (gtk:string-filter-expression object) expression)

Arguments

object -- a gtk:string-filter object
expression -- a gtk:expression instance

Details

Accessor of the expression slot of the gtk:string-filter class. The gtk:string-filter-expression function gets the expression that the string filter uses to obtain strings from items. The (setf gtk:string-filter-expression) function sets the expression. The expression must have a "gchararray" value type.
 

See also

2024-9-28