| Top |
| GtkMultiSelection * | gtk_multi_selection_new () |
| GListModel * | gtk_multi_selection_get_model () |
| void | gtk_multi_selection_set_model () |
GtkMultiSelection is an implementation of the GtkSelectionModel interface that allows selecting multiple elements.
GtkMultiSelection *
gtk_multi_selection_new (GListModel *model);
Creates a new selection to handle model
.
GListModel *
gtk_multi_selection_get_model (GtkMultiSelection *self);
Returns the underlying model of self
.
void gtk_multi_selection_set_model (GtkMultiSelection *self,GListModel *model);
Sets the model that self
should wrap. If model
is NULL, self
will be empty.