Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gdkwaylandpopup.h File Reference
#include <gdk/gdk.h>
#include <gdk/wayland/gdkwaylandsurface.h>
#include <wayland-client.h>

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
 

Macro Definition Documentation

◆ GDK_IS_WAYLAND_POPUP

#define GDK_IS_WAYLAND_POPUP ( object)    (G_TYPE_CHECK_INSTANCE_TYPE ((object), GDK_TYPE_WAYLAND_POPUP))

Definition at line 39 of file gdkwaylandpopup.h.

◆ GDK_TYPE_WAYLAND_POPUP

#define GDK_TYPE_WAYLAND_POPUP   (gdk_wayland_popup_get_type())

Definition at line 37 of file gdkwaylandpopup.h.

◆ GDK_WAYLAND_POPUP

#define GDK_WAYLAND_POPUP ( object)    (G_TYPE_CHECK_INSTANCE_CAST ((object), GDK_TYPE_WAYLAND_POPUP, GdkWaylandPopup))

Definition at line 38 of file gdkwaylandpopup.h.

Function Documentation

◆ gdk_wayland_popup_get_type()

GDK_AVAILABLE_IN_ALL GType gdk_wayland_popup_get_type ( void )

Variable Documentation

◆ GdkWaylandPopup

G_BEGIN_DECLS typedef GdkPopup GdkWaylandPopup

Definition at line 34 of file gdkwaylandpopup.h.