Class

GdkX11.X11Screen

Description

final class GdkX11.X11Screen : GObject.Object {
  /* No available fields */
}
No description available.

Ancestors

  • GObject

Instance methods

gdk_x11_screen_get_current_desktop

Returns the current workspace for screen when running under a window manager that supports multiple workspaces, as described in the Extended Window Manager Hints specification.

gdk_x11_screen_get_monitor_output

Gets the XID of the specified output/monitor. If the X server does not support version 1.2 of the RANDR extension, 0 is returned.

gdk_x11_screen_get_number_of_desktops

Returns the number of workspaces for screen when running under a window manager that supports multiple workspaces, as described in the Extended Window Manager Hints specification.

gdk_x11_screen_get_screen_number

Returns the index of a GdkX11Screen.

gdk_x11_screen_get_window_manager_name

Returns the name of the window manager for screen.

gdk_x11_screen_get_xscreen

Returns the screen of a GdkX11Screen.

gdk_x11_screen_supports_net_wm_hint

This function is specific to the X11 backend of GDK, and indicates whether the window manager supports a certain hint from the Extended Window Manager Hints specification.

Signals

GdkX11.X11Screen::window-manager-changed
No description available.

Class structure

struct GdkX11X11ScreenClass {
  /* no available fields */
}