ColumnView.this

Creates a new GtkColumnView.

You most likely want to call [method@Gtk.ColumnView.append_column] to add columns next.

  1. this(GtkColumnView* gtkColumnView, bool ownedRef)
  2. this(SelectionModelIF model)
    class ColumnView

Parameters

model SelectionModelIF

the list model to use, or %NULL

Return Value

a new GtkColumnView

Throws

ConstructionException GTK+ fails to create the object.

Meta