Wnck.WorkspaceLayout¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
cols |
r/w |
number of columns in the layout grid. |
|
current_col |
r/w |
column of the specific |
|
current_row |
r/w |
row of the specific |
|
grid |
r/w |
array of size grid_area containing the index (starting from 0) of the |
|
grid_area |
r/w |
size of the grid containing all |
|
rows |
r/w |
number of rows in the layout grid. |
Methods¶
None
Details¶
- class Wnck.WorkspaceLayout¶
The
Wnck.WorkspaceLayout
struct contains information about the layout ofWnck.Workspace
on aWnck.Screen
, and the exact position of a specificWnck.Workspace
.New in version 2.12.
Deprecated since version 2.20.