Package: gtk
Accessor gtk:list-item-focusable
Lambda Listgtk:list-item-focusable (object) SyntaxArgumentsDetails The accessor for the focusable slot of the gtk:list-item class gets or sets whether the list item has been set
to be focusable.
If a list item is focusable, it can be focused using the keyboard. This works similar to the gtk:widget-focusable function. Note that if list items are not focusable, the keyboard cannot be used to activate them and selecting only works if one of the children of the list item is focusable. By default, list items are focusable. Since 4.12 | See also |
2025-09-29