Package: gtk

Accessor gtk:column-view-columns

Lambda List

gtk:column-view-columns (object)

Syntax

(gtk:column-view-columns object) => columns

Arguments

object -- a gtk:column-view object
columns -- a g:list-model object for the list managing the columns

Details

The accessor for the columns slot of the gtk:column-view class returns the list of columns in this column view. This list is constant over the lifetime of object and can be used to monitor changes to the columns of object by connecting to the "items-changed" signal.
 

See also

2025-09-21