Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gdk/gdk.h>
Go to the source code of this file.
Macros | |
#define | GDK_TYPE_X11_DEVICE_XI2 (gdk_x11_device_xi2_get_type ()) |
#define | GDK_X11_DEVICE_XI2(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GDK_TYPE_X11_DEVICE_XI2, GdkX11DeviceXI2)) |
#define | GDK_X11_DEVICE_XI2_CLASS(c) (G_TYPE_CHECK_CLASS_CAST ((c), GDK_TYPE_X11_DEVICE_XI2, GdkX11DeviceXI2Class)) |
#define | GDK_IS_X11_DEVICE_XI2(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GDK_TYPE_X11_DEVICE_XI2)) |
#define | GDK_IS_X11_DEVICE_XI2_CLASS(c) (G_TYPE_CHECK_CLASS_TYPE ((c), GDK_TYPE_X11_DEVICE_XI2)) |
#define | GDK_X11_DEVICE_XI2_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GDK_TYPE_X11_DEVICE_XI2, GdkX11DeviceXI2Class)) |
Typedefs | |
typedef struct _GdkX11DeviceXI2 | GdkX11DeviceXI2 |
typedef struct _GdkX11DeviceXI2Class | GdkX11DeviceXI2Class |
Enumerations | |
enum | GdkX11DeviceType { GDK_X11_DEVICE_TYPE_LOGICAL , GDK_X11_DEVICE_TYPE_PHYSICAL , GDK_X11_DEVICE_TYPE_FLOATING } |
Functions | |
GDK_AVAILABLE_IN_ALL GType | gdk_x11_device_xi2_get_type (void) G_GNUC_CONST |
#define GDK_IS_X11_DEVICE_XI2 | ( | o | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((o), GDK_TYPE_X11_DEVICE_XI2)) |
Definition at line 27 of file gdkx11device-xi2.h.
#define GDK_IS_X11_DEVICE_XI2_CLASS | ( | c | ) | (G_TYPE_CHECK_CLASS_TYPE ((c), GDK_TYPE_X11_DEVICE_XI2)) |
Definition at line 28 of file gdkx11device-xi2.h.
#define GDK_TYPE_X11_DEVICE_XI2 (gdk_x11_device_xi2_get_type ()) |
Definition at line 24 of file gdkx11device-xi2.h.
#define GDK_X11_DEVICE_XI2 | ( | o | ) | (G_TYPE_CHECK_INSTANCE_CAST ((o), GDK_TYPE_X11_DEVICE_XI2, GdkX11DeviceXI2)) |
Definition at line 25 of file gdkx11device-xi2.h.
#define GDK_X11_DEVICE_XI2_CLASS | ( | c | ) | (G_TYPE_CHECK_CLASS_CAST ((c), GDK_TYPE_X11_DEVICE_XI2, GdkX11DeviceXI2Class)) |
Definition at line 26 of file gdkx11device-xi2.h.
#define GDK_X11_DEVICE_XI2_GET_CLASS | ( | o | ) | (G_TYPE_INSTANCE_GET_CLASS ((o), GDK_TYPE_X11_DEVICE_XI2, GdkX11DeviceXI2Class)) |
Definition at line 29 of file gdkx11device-xi2.h.
typedef struct _GdkX11DeviceXI2 GdkX11DeviceXI2 |
Definition at line 31 of file gdkx11device-xi2.h.
typedef struct _GdkX11DeviceXI2Class GdkX11DeviceXI2Class |
Definition at line 32 of file gdkx11device-xi2.h.
enum GdkX11DeviceType |
Enumerator | |
---|---|
GDK_X11_DEVICE_TYPE_LOGICAL | |
GDK_X11_DEVICE_TYPE_PHYSICAL | |
GDK_X11_DEVICE_TYPE_FLOATING |
Definition at line 34 of file gdkx11device-xi2.h.
GDK_AVAILABLE_IN_ALL GType gdk_x11_device_xi2_get_type | ( | void | ) |