Screen
Object Hierarchy:
Description:
[ CCode ( type_id = "gdk_x11_screen_get_type ()" ) ]
[ GIR ( name = "X11Screen" ) ]
public sealed class Screen : Screen
[ GIR ( name = "X11Screen" ) ]
public sealed class Screen : Screen
Namespace: Gdk.X11
Package: gdk-x11-3.0
Content:
Creation methods:
- protected Screen ()
Methods:
- public uint32 get_current_desktop ()
Returns the current workspace for this when running under a window manager that supports multiple workspaces, as described in the Extended Window Manager Hints specification.
- public ID get_monitor_output (int monitor_num)
Gets the XID of the specified output/monitor.
- public uint32 get_number_of_desktops ()
Returns the number of workspaces for this when running under a window manager that supports multiple workspaces, as described in the Extended Window Manager Hints specification.
- public int get_screen_number ()
Returns the index of a Screen.
- public unowned string get_window_manager_name ()
Returns the name of the window manager for this .
- public unowned Screen get_xscreen ()
Returns the screen of a Screen.
- public unowned Visual lookup_visual (VisualID xvisualid)
Looks up the Visual for a particular screen and X Visual ID.
- public bool supports_net_wm_hint (Atom property)
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:
- public signal void window_manager_changed ()
Inherited Members:
All known members inherited from class Gdk.Screen
All known members inherited from class GLib.Object