Package: gtk

Accessor gtk:column-view-cell-focusable

Lambda List

gtk:column-view-cell-focusable (object)

Syntax

(gtk:column-view-cell-focusable object) => focusable
(setf (gtk:column-view-cell-focusable object) focusable)

Arguments

object -- a gtk:column-view-cell object
focusable -- a boolean whether the item should be focusable

Details

The accessor for the focusable slot of the gtk:column-view-cell class gets or sets whether the item can be focused with the keyboard. If an item is focusable, it can be focused using the keyboard. This works similar to the gtk:widget-focusable function.

Note that if items are not focusable, the keyboard cannot be used to activate them and selecting only works if one of the children of the listitem is focusable. By default, list items are focusable.

Since 4.12
 

See also

2025-09-28