Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Typedefs | |
typedef struct _GtkEventControllerMotion | GtkEventControllerMotion |
typedef struct _GtkEventControllerMotionClass | GtkEventControllerMotionClass |
#define GTK_EVENT_CONTROLLER_MOTION | ( | o | ) | (G_TYPE_CHECK_INSTANCE_CAST ((o), GTK_TYPE_EVENT_CONTROLLER_MOTION, GtkEventControllerMotion)) |
Definition at line 32 of file gtkeventcontrollermotion.h.
#define GTK_EVENT_CONTROLLER_MOTION_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_CAST ((k), GTK_TYPE_EVENT_CONTROLLER_MOTION, GtkEventControllerMotionClass)) |
Definition at line 33 of file gtkeventcontrollermotion.h.
#define GTK_EVENT_CONTROLLER_MOTION_GET_CLASS | ( | o | ) | (G_TYPE_INSTANCE_GET_CLASS ((o), GTK_TYPE_EVENT_CONTROLLER_MOTION, GtkEventControllerMotionClass)) |
Definition at line 36 of file gtkeventcontrollermotion.h.
#define GTK_IS_EVENT_CONTROLLER_MOTION | ( | o | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((o), GTK_TYPE_EVENT_CONTROLLER_MOTION)) |
Definition at line 34 of file gtkeventcontrollermotion.h.
#define GTK_IS_EVENT_CONTROLLER_MOTION_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_TYPE ((k), GTK_TYPE_EVENT_CONTROLLER_MOTION)) |
Definition at line 35 of file gtkeventcontrollermotion.h.
#define GTK_TYPE_EVENT_CONTROLLER_MOTION (gtk_event_controller_motion_get_type ()) |
Definition at line 31 of file gtkeventcontrollermotion.h.
typedef struct _GtkEventControllerMotion GtkEventControllerMotion |
Definition at line 38 of file gtkeventcontrollermotion.h.
typedef struct _GtkEventControllerMotionClass GtkEventControllerMotionClass |
Definition at line 39 of file gtkeventcontrollermotion.h.
GDK_AVAILABLE_IN_ALL gboolean gtk_event_controller_motion_contains_pointer | ( | GtkEventControllerMotion * | self | ) |
GDK_AVAILABLE_IN_ALL GType gtk_event_controller_motion_get_type | ( | void | ) |
GDK_AVAILABLE_IN_ALL gboolean gtk_event_controller_motion_is_pointer | ( | GtkEventControllerMotion * | self | ) |
GDK_AVAILABLE_IN_ALL GtkEventController * gtk_event_controller_motion_new | ( | void | ) |