Enumeration (GI Enum)

Wnck-3.0WnckPagerScrollModeSince 3.36

Mode defining in which order scrolling on a Wnck.Pager will cycle through workspaces.

3.36

Index

Enumeration Members

Enumeration Members

"1D": number

the Wnck.Pager will always cycle workspaces in a linear manner, irrespective of how many rows are configured. (Hint: Better for mice) Example cycling order with 2 rows and 4 workspaces: 1 2 3 4.

"2D": number

given that the workspaces are set up in multiple rows, scrolling on the Wnck.Pager will cycle through the workspaces as if on a 2-dimensional map. Example cycling order with 2 rows and 4 workspaces: 1 3 2 4.

NONE: number

the Wnck.Pager will not cycle workspaces. Since 3.40.