Method
MetaWorkspaceManageroverride_workspace_layout
Declaration [src]
void
meta_workspace_manager_override_workspace_layout (
  MetaWorkspaceManager* workspace_manager,
  MetaDisplayCorner starting_corner,
  gboolean vertical_layout,
  int n_rows,
  int n_columns
)
Description [src]
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.
Parameters
- starting_corner
- 
            Type: MetaDisplayCornerThe corner at which the first workspace is found. 
- vertical_layout
- 
            Type: gbooleanIf TRUEthe workspaces are laid out in columns rather than rows.
- n_rows
- 
            Type: intNumber of rows of workspaces, or -1 to determine the number of rows from n_columnsand the total number of workspaces.
- n_columns
- 
            Type: intNumber of columns of workspaces, or -1 to determine the number of columns from n_rowsand the total number of workspaces.