Go to the source code of this file.
|
GDK_AVAILABLE_IN_ALL gboolean | gtk_selection_model_is_selected (GtkSelectionModel *model, guint position) |
|
GDK_AVAILABLE_IN_ALL GtkBitset * | gtk_selection_model_get_selection (GtkSelectionModel *model) |
|
GDK_AVAILABLE_IN_ALL GtkBitset * | gtk_selection_model_get_selection_in_range (GtkSelectionModel *model, guint position, guint n_items) |
|
GDK_AVAILABLE_IN_ALL gboolean | gtk_selection_model_select_item (GtkSelectionModel *model, guint position, gboolean unselect_rest) |
|
GDK_AVAILABLE_IN_ALL gboolean | gtk_selection_model_unselect_item (GtkSelectionModel *model, guint position) |
|
GDK_AVAILABLE_IN_ALL gboolean | gtk_selection_model_select_range (GtkSelectionModel *model, guint position, guint n_items, gboolean unselect_rest) |
|
GDK_AVAILABLE_IN_ALL gboolean | gtk_selection_model_unselect_range (GtkSelectionModel *model, guint position, guint n_items) |
|
GDK_AVAILABLE_IN_ALL gboolean | gtk_selection_model_select_all (GtkSelectionModel *model) |
|
GDK_AVAILABLE_IN_ALL gboolean | gtk_selection_model_unselect_all (GtkSelectionModel *model) |
|
GDK_AVAILABLE_IN_ALL gboolean | gtk_selection_model_set_selection (GtkSelectionModel *model, GtkBitset *selected, GtkBitset *mask) |
|
GDK_AVAILABLE_IN_ALL void | gtk_selection_model_selection_changed (GtkSelectionModel *model, guint position, guint n_items) |
|
◆ GTK_TYPE_SELECTION_MODEL
#define GTK_TYPE_SELECTION_MODEL (gtk_selection_model_get_type ()) |
◆ gtk_selection_model_get_selection()
◆ gtk_selection_model_get_selection_in_range()
◆ gtk_selection_model_is_selected()
◆ gtk_selection_model_select_all()
◆ gtk_selection_model_select_item()
◆ gtk_selection_model_select_range()
◆ gtk_selection_model_selection_changed()
◆ gtk_selection_model_set_selection()
◆ gtk_selection_model_unselect_all()
◆ gtk_selection_model_unselect_item()
◆ gtk_selection_model_unselect_range()