Method

Gtk.ColumnView.get_columns

Declaration [src]

GListModel*
gtk_column_view_get_columns (
  GtkColumnView* self
)

Description [src]

Gets the list of columns in this column view.

This list is constant over the lifetime of self and can be used to monitor changes to the columns of self by connecting to the ::items-changed signal.

Gets propertyGtk.ColumnView:columns

Return value

Returns: GListModel*

The list managing the columns

Ownership is not transferred to the caller