Class
GdkX11X11Screen
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.
since: 3.10
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.
since: 2.14
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.
since: 3.10
gdk_x11_screen_get_window_manager_name
Returns the name of the window manager for screen
.
since: 2.2
gdk_x11_screen_lookup_visual
Looks up the GdkVisual
for a particular screen and X Visual ID.
since: 2.2
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.
since: 2.2
Properties
Properties inherited from GdkScreen (2)
Signals
Signals inherited from GdkScreen (3)
GdkScreen::composited-changed
The ::composited-changed signal is emitted when the composited status of the screen changes.
GdkScreen::monitors-changed
The ::monitors-changed signal is emitted when the number, size or position of the monitors attached to the screen change.
GdkScreen::size-changed
The ::size-changed signal is emitted when the pixel width or height of a screen changes.
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.