Package: gtk

Accessor gtk:column-view-row-selected

Lambda List

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

Syntax

(gtk:column-view-row-selected object) => selected

Arguments

object -- a gtk:column-view-row object
selected -- a boolean whether the item in the row is selected

Details

The accessor for the selected slot of the gtk:column-view-row class gets if the item is selected that this row corresponds to. The selected state is maintained by the list widget and its model and cannot be set otherwise.

Since 4.12
 

See also

2025-08-14