Package: gtk

Accessor gtk:column-view-cell-selected

Lambda List

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

Syntax

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

Arguments

object -- a gtk:column-view-cell object
selected -- a boolean whether the item is currently selected

Details

The accessor for the selected slot returns whether the item is displayed as selected. The selected state is maintained by the list widget and its model and cannot be set otherwise.

Since 4.12
 

See also

2026-08-30