Method
GtkGridViewset_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. | |
| The argument can be NULL. | |
| The data is owned by the caller of the function. |