Class

MetaWorkspace

Description

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

Hierarchy

hierarchy this MetaWorkspace ancestor_0 GObject ancestor_0--this

Ancestors

  • GObject

Instance methods

meta_workspace_activate
No description available.
meta_workspace_activate_with_focus

Switches to workspace and possibly activates the window focus_this.

meta_workspace_get_display

Gets the MetaDisplay that the workspace is part of.

meta_workspace_get_neighbor

Calculate and retrieve the workspace that is next to workspace, according to direction and the current workspace layout, as set by meta_screen_override_workspace_layout().

meta_workspace_get_work_area_all_monitors

Stores the work area in area.

meta_workspace_get_work_area_for_monitor

Stores the work area for which_monitor on workspace in area.

meta_workspace_index
No description available.
meta_workspace_list_windows

Gets windows contained on the workspace, including workspace->windows and also sticky windows. Override-redirect windows are not included.

meta_workspace_set_builtin_struts

Sets a list of struts that will be used in addition to the struts of the windows in the workspace when computing the work area of the workspace.

Properties

Meta.Workspace:active
No description available.
Meta.Workspace:n-windows
No description available.
Meta.Workspace:workspace-index
No description available.

Signals

Meta.Workspace::window-added
No description available.
Meta.Workspace::window-removed
No description available.

Class structure

struct MetaWorkspaceClass {
  /* no available fields */
}