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

Accessor of the selectable slot of the gtk:column-view-row class. The gtk:column-view-row-selectable function checks if the row has been set to be selectable. The (setf gtk:column-view-row-selectable) function sets object to be selectable.

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

2023-11-27