Package: gtk

Accessor gtk:drop-down-selected

Lambda List

gtk:drop-down-selected (object)

Syntax

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

Arguments

object -- a gtk:drop-down widget
selected -- an unsigned integer with the position of the item to select, or the gtk:+invalid-list-position+ value if no position is selected

Details

Accessor of the selected slot of the gtk:drop-down class. The gtk:drop-down-selected function gets the position of the selected item. The (setf drop-down-selected) function selects the item at the given position.
 

See also

2024-1-10