Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Macros | |
#define | GTK_TYPE_MULTI_SELECTION (gtk_multi_selection_get_type ()) |
Functions | |
GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkMultiSelection * | gtk_multi_selection_new (GListModel *model) |
GDK_AVAILABLE_IN_ALL GListModel * | gtk_multi_selection_get_model (GtkMultiSelection *self) |
GDK_AVAILABLE_IN_ALL void | gtk_multi_selection_set_model (GtkMultiSelection *self, GListModel *model) |
#define GTK_TYPE_MULTI_SELECTION (gtk_multi_selection_get_type ()) |
Definition at line 27 of file gtkmultiselection.h.
GDK_AVAILABLE_IN_ALL GListModel * gtk_multi_selection_get_model | ( | GtkMultiSelection * | self | ) |
GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkMultiSelection * gtk_multi_selection_new | ( | GListModel * | model | ) |
GDK_AVAILABLE_IN_ALL void gtk_multi_selection_set_model | ( | GtkMultiSelection * | self, |
GListModel * | model ) |