Package: gtk

Accessor gtk:column-view-row-selectable

Lambda List

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

Syntax

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

Arguments

object -- a gtk:column-view-row object
selectable -- a boolean whether the row can be selected

Details

The accessor for the selectable slot of the gtk:column-view-row class gets or sets whether the row can be selected by the user.

If a row is selectable, clicking on the row or using the keyboard will try to select or unselect the row. Whether this succeeds is up to the model to determine, as it is managing the selected state.

Note that this means that making a row non-selectable has no influence on the selected state at all. A non-selectable row may still be selected.

By default, rows are selectable.

Since 4.12
 

See also

2025-08-14