Package: gtk

Accessor gtk:column-view-row-focusable

Lambda List

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

Syntax

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

Arguments

object -- a gtk:column-view-row object
focusable -- a boolean whether the row can be focused

Details

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

Note that if rows are not focusable, the contents of cells can still be focused if they are focusable.

By default, rows are focusable.

Since 4.12
 

See also

2025-08-14