Package: gtk

Accessor gtk:list-item-selected

Lambda List

gtk:list-item-selected (object)

Syntax

(gtk:list-item-selected object) => selected

Arguments

object -- a gtk:list-item object
selected -- a boolean whether the item is selected

Details

The accessor for the selected slot of the gtk:list-item class returns whether the list item is displayed as selected. The selected state is maintained by the container and its list model and cannot be set otherwise.
 

See also

2025-09-29