Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Macros | |
#define | GTK_PRIORITY_RESIZE (G_PRIORITY_HIGH_IDLE + 10) |
Functions | |
GDK_AVAILABLE_IN_ALL void | gtk_init (void) |
GDK_AVAILABLE_IN_ALL gboolean | gtk_init_check (void) |
GDK_AVAILABLE_IN_ALL gboolean | gtk_is_initialized (void) |
GDK_AVAILABLE_IN_ALL void | gtk_disable_setlocale (void) |
GDK_AVAILABLE_IN_ALL PangoLanguage * | gtk_get_default_language (void) G_GNUC_CONST |
GDK_AVAILABLE_IN_ALL GtkTextDirection | gtk_get_locale_direction (void) |
#define GTK_PRIORITY_RESIZE (G_PRIORITY_HIGH_IDLE + 10) |
GTK_PRIORITY_RESIZE: (value 110)
Use this priority for functionality related to size allocation.
It is used internally by GTK+ to compute the sizes of widgets. This priority is higher than GDK_PRIORITY_REDRAW to avoid resizing a widget which was just redrawn.
GDK_AVAILABLE_IN_ALL void gtk_disable_setlocale | ( | void | ) |
GDK_AVAILABLE_IN_ALL PangoLanguage * gtk_get_default_language | ( | void | ) |
GDK_AVAILABLE_IN_ALL GtkTextDirection gtk_get_locale_direction | ( | void | ) |
GDK_AVAILABLE_IN_ALL void gtk_init | ( | void | ) |
GDK_AVAILABLE_IN_ALL gboolean gtk_init_check | ( | void | ) |
GDK_AVAILABLE_IN_ALL gboolean gtk_is_initialized | ( | void | ) |