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 property | Gtk.ColumnView:model |
Parameters
model |
GtkSelectionModel |
the model to use or |
|
Can be NULL | |
Ownership is not transferred to the callee |