Package: gtk

Accessor gtk:list-item-focusable

Lambda List

gtk:list-item-focusable (object)

Syntax

(gtk:list-item-focusable object) => focusable
(setf (gtk:list-item-focusable object) focusable)

Arguments

object -- a gtk:list-item object
focusable -- a boolean whether the list item can be focused

Details

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