Method

Gtk.ColumnView.set_model

Declaration [src]

void
gtk_column_view_set_model (
  GtkColumnView* self,
  GtkSelectionModel* model
)

Description [src]

Sets the model to use.

This must be a GtkSelectionModel.

Sets propertyGtk.ColumnView:model

Parameters

model GtkSelectionModel
 

the model to use or NULL for none

 Can be NULL
 Ownership is not transferred to the callee