Workspace
Object Hierarchy:
Description:
[
CCode ( type_id =
"xfw_workspace_get_type ()" ) ]
public interface Workspace :
Object
Content:
Properties:
- public abstract WorkspaceCapabilities capabilities { get; set construct; }
- public abstract Rectangle geometry { owned get; }
The position and size of the workspace on the desktop, in screen
coordinates.
- public abstract WorkspaceGroup group { owned get; }
- public abstract string id { owned get; }
The opaque ID of this workspace.
- public abstract int layout_column { get; }
The y-coordinate of the workspace on a 2D grid.
- public abstract int layout_row { get; }
The x-coordinate of the workspace on a 2D grid.
- public abstract string name { owned get; set construct; }
The human-readable name of this workspace.
- public abstract uint number { get; construct; }
The ordinal number of this workspace.
- public abstract WorkspaceState state { get; set construct; }
Methods:
Signals:
Inherited Members:
All known members inherited from class GLib.Object