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

Accessor of the selected slot of the gtk:list-item class. Checks if 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-3-15