Screen
Object Hierarchy:
Description:
[
CCode ( type_id =
"xfw_screen_get_type ()" ) ]
public abstract class Screen :
Object
Content:
Properties:
Static methods:
- public static Screen get_default ()
Retrieves the Screen instance
corresponding to the default Screen.
Creation methods:
Methods:
Signals:
- public signal void active_window_changed (Window window)
Emitted when a new window becomes the active window.
- public signal void monitor_added (Monitor monitor)
Emitted when a monitor is added to screen.
- public signal void monitor_removed (Monitor monitor)
Emitted when a monitor is removed from screen.
- public signal void monitors_changed ()
Emitted when one of the following has changed about the monitors
attached to screen:
- public signal void seat_added (Seat seat)
Emitted when seat has been added to screen.
- public signal void seat_removed (Seat seat)
Emitted when seat has been added to screen.
- public signal void window_closed (Window window)
Emitted when a window is closed on the screen.
- public signal void window_manager_changed ()
Emitted when the window manager on screen has changed.
- public signal void window_opened (Window window)
Emitted when a new window is opened on the screen.
- public signal void window_stacking_changed ()
Emitted when the order of the windows as displayed on the screen has
changed.
Inherited Members:
All known members inherited from class GLib.Object