Class

MetaWorkspaceManager

Description

final class Meta.WorkspaceManager : GObject.Object {
  /* No available fields */
}
No description available.

Hierarchy

hierarchy this MetaWorkspaceManager ancestor_0 GObject ancestor_0--this

Ancestors

  • GObject

Instance methods

meta_workspace_manager_append_new_workspace

Append a new workspace to the workspace manager and (optionally) switch to that display.

meta_workspace_manager_get_n_workspaces
No description available.
meta_workspace_manager_get_workspace_by_index

Gets the workspace object for one of a workspace manager’s workspaces given the workspace index. It’s valid to call this function with an out-of-range index and it will robustly return NULL.

meta_workspace_manager_get_workspaces
No description available.
meta_workspace_manager_override_workspace_layout

Explicitly set the layout of workspaces. Once this has been called, the contents of the _NET_DESKTOP_LAYOUT property on the root window are completely ignored.

meta_workspace_manager_remove_workspace
No description available.
meta_workspace_manager_reorder_workspace

Reorder a workspace to a new index. If the workspace is currently active the “active-workspace-changed” signal will be emitted. If the workspace’s index is the same as new_index or the workspace will not be found in the list, this function will return.

Properties

Meta.WorkspaceManager:layout-columns
No description available.
Meta.WorkspaceManager:layout-rows
No description available.
Meta.WorkspaceManager:n-workspaces
No description available.

Signals

Class structure

struct MetaWorkspaceManagerClass {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.