Libxfce4windowing.WorkspaceManager

g GObject.GInterface GObject.GInterface Libxfce4windowing.WorkspaceManager Libxfce4windowing.WorkspaceManager GObject.GInterface->Libxfce4windowing.WorkspaceManager

Implementations:

None

Methods

list_workspace_groups ()

list_workspaces ()

Virtual Methods

None

Properties

Name

Type

Flags

Short Description

screen

Libxfce4windowing.Screen

r/w/co

screen

Signals

Name

Short Description

workspace-created

Emitted when a new workspace is created.

workspace-destroyed

Emitted when a workspace is destroyed.

workspace-group-created

Emitted when a new workspace group is craeted.

workspace-group-destroyed

Emitted when a workspace group is destroyed.

Fields

None

Class Details

class Libxfce4windowing.WorkspaceManager
Bases:

GObject.GInterface

Structure:

Libxfce4windowing.WorkspaceManagerIface

list_workspace_groups()
Returns:

the list of Libxfce4windowing.WorkspaceGroup managed by self, or None if there are no workspace groups. The list and its contents are owned by self.

Return type:

[Libxfce4windowing.WorkspaceGroup] or None

Lists all workspace groups known to the workspace manager.

list_workspaces()
Returns:

the list of Libxfce4windowing.Workspace managed by self, or None if there are no workspaces. The list and its contents are owned by self.

Return type:

[Libxfce4windowing.Workspace] or None

List all workspaces known to the workspace manager.

Signal Details

Libxfce4windowing.WorkspaceManager.signals.workspace_created(workspace_manager, workspace)
Signal Name:

workspace-created

Flags:

RUN_LAST

Parameters:

Emitted when a new workspace is created.

Libxfce4windowing.WorkspaceManager.signals.workspace_destroyed(workspace_manager, workspace)
Signal Name:

workspace-destroyed

Flags:

RUN_LAST

Parameters:

Emitted when a workspace is destroyed.

Libxfce4windowing.WorkspaceManager.signals.workspace_group_created(workspace_manager, group)
Signal Name:

workspace-group-created

Flags:

RUN_LAST

Parameters:

Emitted when a new workspace group is craeted.

Libxfce4windowing.WorkspaceManager.signals.workspace_group_destroyed(workspace_manager, group)
Signal Name:

workspace-group-destroyed

Flags:

RUN_LAST

Parameters:

Emitted when a workspace group is destroyed.

Property Details

Libxfce4windowing.WorkspaceManager.props.screen
Name:

screen

Type:

Libxfce4windowing.Screen

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

The Libxfce4windowing.Screen instance that owns this workspace manager.