Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Typedefs | |
typedef struct _GtkEventControllerFocus | GtkEventControllerFocus |
typedef struct _GtkEventControllerFocusClass | GtkEventControllerFocusClass |
#define GTK_EVENT_CONTROLLER_FOCUS | ( | o | ) | (G_TYPE_CHECK_INSTANCE_CAST ((o), GTK_TYPE_EVENT_CONTROLLER_FOCUS, GtkEventControllerFocus)) |
Definition at line 33 of file gtkeventcontrollerfocus.h.
#define GTK_EVENT_CONTROLLER_FOCUS_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_CAST ((k), GTK_TYPE_EVENT_CONTROLLER_FOCUS, GtkEventControllerFocusClass)) |
Definition at line 34 of file gtkeventcontrollerfocus.h.
#define GTK_EVENT_CONTROLLER_FOCUS_GET_CLASS | ( | o | ) | (G_TYPE_INSTANCE_GET_CLASS ((o), GTK_TYPE_EVENT_CONTROLLER_FOCUS, GtkEventControllerFocusClass)) |
Definition at line 37 of file gtkeventcontrollerfocus.h.
#define GTK_IS_EVENT_CONTROLLER_FOCUS | ( | o | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((o), GTK_TYPE_EVENT_CONTROLLER_FOCUS)) |
Definition at line 35 of file gtkeventcontrollerfocus.h.
#define GTK_IS_EVENT_CONTROLLER_FOCUS_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_TYPE ((k), GTK_TYPE_EVENT_CONTROLLER_FOCUS)) |
Definition at line 36 of file gtkeventcontrollerfocus.h.
#define GTK_TYPE_EVENT_CONTROLLER_FOCUS (gtk_event_controller_focus_get_type ()) |
Definition at line 32 of file gtkeventcontrollerfocus.h.
typedef struct _GtkEventControllerFocus GtkEventControllerFocus |
Definition at line 39 of file gtkeventcontrollerfocus.h.
typedef struct _GtkEventControllerFocusClass GtkEventControllerFocusClass |
Definition at line 40 of file gtkeventcontrollerfocus.h.
GDK_AVAILABLE_IN_ALL gboolean gtk_event_controller_focus_contains_focus | ( | GtkEventControllerFocus * | self | ) |
GDK_AVAILABLE_IN_ALL GType gtk_event_controller_focus_get_type | ( | void | ) |
GDK_AVAILABLE_IN_ALL gboolean gtk_event_controller_focus_is_focus | ( | GtkEventControllerFocus * | self | ) |
GDK_AVAILABLE_IN_ALL GtkEventController * gtk_event_controller_focus_new | ( | void | ) |