Method
Gtk.GridView.set_model
Declaration [src]
void
gtk_grid_view_set_model (
GtkGridView* self,
GtkSelectionModel* model
)
Description [src]
Sets the imodel to use.
This must be a GtkSelectionModel
.
Sets property | Gtk.GridView:model |
Parameters
model |
GtkSelectionModel |
the model to use or |
|
Can be NULL | |
Ownership is not transferred to the callee |