PagerScrollMode
Description:
[ CCode ( cprefix = "WNCK_PAGER_SCROLL_" , type_id = "wnck_pager_scroll_mode_get_type ()" ) ]
[ Version ( since = "3.36" ) ]
public enum PagerScrollMode
Mode defining in which order scrolling on a Pager will cycle through workspaces.
Content:
Enum values:
- @1D - the
Pager will always cycle workspaces in a linear manner, irrespective of how many rows are
configured.
- @2D - given that the workspaces are set up
in multiple rows, scrolling on the Pager will cycle through the workspaces as if on a
2-dimensional map.
- NONE - the
Pager will not cycle workspaces.