Package: gtk
Accessor gtk:list-item-selectable
Lambda Listgtk:list-item-selectable (object) SyntaxArgumentsDetails The accessor for the selectable slot gets or sets
whether the list item has been set to be selectable.
If an item is selectable, clicking on the item or using the keyboard will try
to select or unselect the item. If this succeeds is up to the model to
determine, as it is managing the selected state. Note that this means that making an item non-selectable has no influence on the selected state at all. A non-selectable item may still be selected. By default, list items are selectable. When rebinding them to a new item, they will also be reset to be selectable by GTK. | See also |
2026-08-30