Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Macros | |
#define | GDK_TYPE_WAYLAND_POPUP (gdk_wayland_popup_get_type()) |
#define | GDK_WAYLAND_POPUP(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), GDK_TYPE_WAYLAND_POPUP, GdkWaylandPopup)) |
#define | GDK_IS_WAYLAND_POPUP(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), GDK_TYPE_WAYLAND_POPUP)) |
Functions | |
GDK_AVAILABLE_IN_ALL GType | gdk_wayland_popup_get_type (void) |
Variables | |
G_BEGIN_DECLS typedef GdkPopup | GdkWaylandPopup |
#define GDK_IS_WAYLAND_POPUP | ( | object | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((object), GDK_TYPE_WAYLAND_POPUP)) |
Definition at line 39 of file gdkwaylandpopup.h.
#define GDK_TYPE_WAYLAND_POPUP (gdk_wayland_popup_get_type()) |
Definition at line 37 of file gdkwaylandpopup.h.
#define GDK_WAYLAND_POPUP | ( | object | ) | (G_TYPE_CHECK_INSTANCE_CAST ((object), GDK_TYPE_WAYLAND_POPUP, GdkWaylandPopup)) |
Definition at line 38 of file gdkwaylandpopup.h.
GDK_AVAILABLE_IN_ALL GType gdk_wayland_popup_get_type | ( | void | ) |
G_BEGIN_DECLS typedef GdkPopup GdkWaylandPopup |
Definition at line 34 of file gdkwaylandpopup.h.