#include <gdk/gdk.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
Go to the source code of this file.
|
GDK_AVAILABLE_IN_ALL GType | gdk_x11_surface_get_type (void) |
|
GDK_AVAILABLE_IN_ALL Window | gdk_x11_surface_get_xid (GdkSurface *surface) |
|
GDK_AVAILABLE_IN_ALL void | gdk_x11_surface_set_user_time (GdkSurface *surface, guint32 timestamp) |
|
GDK_AVAILABLE_IN_ALL void | gdk_x11_surface_set_utf8_property (GdkSurface *surface, const char *name, const char *value) |
|
GDK_AVAILABLE_IN_ALL void | gdk_x11_surface_set_theme_variant (GdkSurface *surface, const char *variant) |
|
GDK_AVAILABLE_IN_ALL void | gdk_x11_surface_move_to_current_desktop (GdkSurface *surface) |
|
GDK_AVAILABLE_IN_ALL guint32 | gdk_x11_surface_get_desktop (GdkSurface *surface) |
|
GDK_AVAILABLE_IN_ALL void | gdk_x11_surface_move_to_desktop (GdkSurface *surface, guint32 desktop) |
|
GDK_AVAILABLE_IN_ALL void | gdk_x11_surface_set_frame_sync_enabled (GdkSurface *surface, gboolean frame_sync_enabled) |
|
GDK_AVAILABLE_IN_ALL guint32 | gdk_x11_get_server_time (GdkSurface *surface) |
|
GDK_AVAILABLE_IN_ALL GdkSurface * | gdk_x11_surface_lookup_for_display (GdkDisplay *display, Window window) |
|
GDK_AVAILABLE_IN_ALL void | gdk_x11_surface_set_skip_taskbar_hint (GdkSurface *surface, gboolean skips_taskbar) |
|
GDK_AVAILABLE_IN_ALL void | gdk_x11_surface_set_skip_pager_hint (GdkSurface *surface, gboolean skips_pager) |
|
GDK_AVAILABLE_IN_ALL void | gdk_x11_surface_set_urgency_hint (GdkSurface *surface, gboolean urgent) |
|
GDK_AVAILABLE_IN_ALL void | gdk_x11_surface_set_group (GdkSurface *surface, GdkSurface *leader) |
|
GDK_AVAILABLE_IN_ALL GdkSurface * | gdk_x11_surface_get_group (GdkSurface *surface) |
|
◆ GDK_IS_X11_SURFACE
◆ GDK_IS_X11_SURFACE_CLASS
◆ GDK_SURFACE_XDISPLAY
GDK_SURFACE_XDISPLAY: @win: a GdkSurface
Returns the display of a GdkSurface
.
Returns: an Xlib Display*.
Definition at line 88 of file gdkx11surface.h.
◆ GDK_SURFACE_XID
GDK_SURFACE_XID: @win: a GdkSurface
Returns the X window belonging to a GdkSurface
.
Returns: the Xlib Window of @win.
Definition at line 98 of file gdkx11surface.h.
◆ GDK_TYPE_X11_SURFACE
◆ GDK_X11_SURFACE
◆ GDK_X11_SURFACE_CLASS
◆ GDK_X11_SURFACE_GET_CLASS
◆ GdkX11Surface
◆ GdkX11SurfaceClass
◆ gdk_x11_get_server_time()
◆ gdk_x11_surface_get_desktop()
◆ gdk_x11_surface_get_group()
◆ gdk_x11_surface_get_type()
◆ gdk_x11_surface_get_xid()
◆ gdk_x11_surface_lookup_for_display()
◆ gdk_x11_surface_move_to_current_desktop()
◆ gdk_x11_surface_move_to_desktop()
◆ gdk_x11_surface_set_frame_sync_enabled()
◆ gdk_x11_surface_set_group()
◆ gdk_x11_surface_set_skip_pager_hint()
◆ gdk_x11_surface_set_skip_taskbar_hint()
◆ gdk_x11_surface_set_theme_variant()
◆ gdk_x11_surface_set_urgency_hint()
◆ gdk_x11_surface_set_user_time()
◆ gdk_x11_surface_set_utf8_property()