Package: gtk
Accessor gtk:column-view-row-focusable
Lambda Listgtk:column-view-row-focusable (object) Syntax(gtk:column-view-row-focusable object) => focusable (setf (gtk:column-view-row-focusable object) focusable) ArgumentsDetails Accessor of the focusable slot of the gtk:column-view-row class. The gtk:column-view-row-focusable function checks if a row item has been set to be focusable. The (setf gtk:column-view-row-focusable) function sets object to be focusable. 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 |
2023-11-27