Class (GI Struct)Wnck-3.0 ▶ Wnck ▶ WorkspaceLayoutDeprecated 2.20Since 2.12
Constructors
Deprecatedconstructor
new WorkspaceLayout( properties?: Partial< { cols: number; current_col: number; current_row: number; grid: number; grid_area: number; rows: number; }, >,): WorkspaceLayout Parameters
OptionalDeprecatedproperties: Partial<
{
cols: number;
current_col: number;
current_row: number;
grid: number;
grid_area: number;
rows: number;
},
>
Properties
Deprecatedcols
cols: number
Deprecatedcurrent_col
current_col: number
Deprecatedcurrent_row
current_row: number
Deprecatedgrid
grid: number
Deprecatedgrid_area
grid_area: number
Deprecatedrows
rows: number
The Wnck.WorkspaceLayout struct contains information about the layout of Wnck.Workspace on a Wnck.Screen, and the exact position of a specific Wnck.Workspace.
Since
2.12
Deprecated
since 2.20