Package: gtk

Accessor gtk:drop-down-expression

Lambda List

gtk:drop-down-expression (object)

Syntax

(gtk:drop-down-expression object) => expression
(setf (gtk:drop-down-expression object) expression)

Arguments

object -- a gtk:drop-down widget
expression -- a gtk:expression object, or the NULL pointer

Details

The accessor for the expression slot of the gtk:drop-down class gets or sets the expression that gets evaluated to obtain strings from items when searching in the popup. The expression must have a value of "gchararray" type.

Notes

The expression is represented as a foreign pointer. Use the (cffi:null-pointer) function to retrieve the NULL pointer representation.
 

See also

2026-04-12