Package: gtk
Accessor gtk:column-view-row-selectable
Lambda Listgtk:column-view-row-selectable (object) SyntaxArgumentsDetails The accessor for the selectable slot 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 |
2026-08-17