Libxfce4windowing.WorkspaceManager¶
- Implementations:
 None
Methods¶
Virtual Methods¶
None
Properties¶
Name  | 
Type  | 
Flags  | 
Short Description  | 
|---|---|---|---|
r/w/co  | 
screen  | 
Signals¶
Name  | 
Short Description  | 
|---|---|
Emitted when a new workspace is created.  | 
|
Emitted when a workspace is destroyed.  | 
|
Emitted when a new workspace group is craeted.  | 
|
Emitted when a workspace group is destroyed.  | 
Fields¶
None
Class Details¶
- class Libxfce4windowing.WorkspaceManager¶
 - Bases:
 - Structure:
 
- list_workspace_groups()¶
 - Returns:
 the list of
Libxfce4windowing.WorkspaceGroupmanaged by self, orNoneif there are no workspace groups. The list and its contents are owned by self.- Return type:
 
Lists all workspace groups known to the workspace manager.
- list_workspaces()¶
 - Returns:
 the list of
Libxfce4windowing.Workspacemanaged by self, orNoneif there are no workspaces. The list and its contents are owned by self.- Return type:
 
List all workspaces known to the workspace manager.
Signal Details¶
- Libxfce4windowing.WorkspaceManager.signals.workspace_created(workspace_manager, workspace)¶
 - Signal Name:
 workspace-created- Flags:
 - Parameters:
 workspace_manager (
Libxfce4windowing.WorkspaceManager) – The object which received the signalworkspace (
Libxfce4windowing.Workspace) – the newly-created workspace.
Emitted when a new workspace is created.
- Libxfce4windowing.WorkspaceManager.signals.workspace_destroyed(workspace_manager, workspace)¶
 - Signal Name:
 workspace-destroyed- Flags:
 - Parameters:
 workspace_manager (
Libxfce4windowing.WorkspaceManager) – The object which received the signalworkspace (
Libxfce4windowing.Workspace) – the workspace that was destroyed.
Emitted when a workspace is destroyed.
- Libxfce4windowing.WorkspaceManager.signals.workspace_group_created(workspace_manager, group)¶
 - Signal Name:
 workspace-group-created- Flags:
 - Parameters:
 workspace_manager (
Libxfce4windowing.WorkspaceManager) – The object which received the signalgroup (
Libxfce4windowing.WorkspaceGroup) – the newly-createdLibxfce4windowing.WorkspaceGroup.
Emitted when a new workspace group is craeted.
- Libxfce4windowing.WorkspaceManager.signals.workspace_group_destroyed(workspace_manager, group)¶
 - Signal Name:
 workspace-group-destroyed- Flags:
 - Parameters:
 workspace_manager (
Libxfce4windowing.WorkspaceManager) – The object which received the signalgroup (
Libxfce4windowing.WorkspaceGroup) – the recently-destroyedLibxfce4windowing.WorkspaceGroup.
Emitted when a workspace group is destroyed.
Property Details¶
- Libxfce4windowing.WorkspaceManager.props.screen¶
 - Name:
 screen- Type:
 - Default Value:
 - Flags:
 
The
Libxfce4windowing.Screeninstance that owns this workspace manager.