Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtk/gtktypes.h>
Go to the source code of this file.
Macros | |
#define | GTK_TYPE_NO_SELECTION (gtk_no_selection_get_type ()) |
Functions | |
GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkNoSelection * | gtk_no_selection_new (GListModel *model) |
GDK_AVAILABLE_IN_ALL GListModel * | gtk_no_selection_get_model (GtkNoSelection *self) |
GDK_AVAILABLE_IN_ALL void | gtk_no_selection_set_model (GtkNoSelection *self, GListModel *model) |
#define GTK_TYPE_NO_SELECTION (gtk_no_selection_get_type ()) |
Definition at line 26 of file gtknoselection.h.
GDK_AVAILABLE_IN_ALL GListModel * gtk_no_selection_get_model | ( | GtkNoSelection * | self | ) |
GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkNoSelection * gtk_no_selection_new | ( | GListModel * | model | ) |
GDK_AVAILABLE_IN_ALL void gtk_no_selection_set_model | ( | GtkNoSelection * | self, |
GListModel * | model ) |