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 for the position of the item to select, or the gtk:+invalid-list-position+ value if no position is selected

Details

The accessor for the selected slot of the gtk:drop-down class gets or sets the position of the selected item.
 

See also

2025-09-29