Method
GtkColumnViewget_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 property | Gtk.ColumnView:columns |