Enumeration
AdwTabViewShortcuts
since: 1.2
Description [src]
Describes available shortcuts in an AdwTabView
.
Shortcuts can be set with AdwTabView:shortcuts
, or added/removed
individually with adw_tab_view_add_shortcuts()
and
adw_tab_view_remove_shortcuts()
.
New values may be added to this enumeration over time.
Available since: 1.2
Members
-
ADW_TAB_VIEW_SHORTCUT_NONE
-
No shortcuts.
- Value:
0
- Available since: 1.2
- Value:
-
ADW_TAB_VIEW_SHORTCUT_CONTROL_TAB
-
Ctrl+Tab - switch to the next page.
- Value:
1
- Available since: 1.2
- Value:
-
ADW_TAB_VIEW_SHORTCUT_CONTROL_SHIFT_TAB
-
Shift+Ctrl+Tab - switch to the previous page.
- Value:
2
- Available since: 1.2
- Value:
-
ADW_TAB_VIEW_SHORTCUT_CONTROL_PAGE_UP
-
Ctrl+Page Up - switch to the previous page.
- Value:
4
- Available since: 1.2
- Value:
-
ADW_TAB_VIEW_SHORTCUT_CONTROL_PAGE_DOWN
-
Ctrl+Page Down - switch to the next page.
- Value:
8
- Available since: 1.2
- Value:
-
ADW_TAB_VIEW_SHORTCUT_CONTROL_HOME
-
Ctrl+Home - switch to the first page.
- Value:
16
- Available since: 1.2
- Value:
-
ADW_TAB_VIEW_SHORTCUT_CONTROL_END
-
Ctrl+End - switch to the last page.
- Value:
32
- Available since: 1.2
- Value:
-
ADW_TAB_VIEW_SHORTCUT_CONTROL_SHIFT_PAGE_UP
-
Ctrl+Shift+Page Up - move the selected page backward.
- Value:
64
- Available since: 1.2
- Value:
-
ADW_TAB_VIEW_SHORTCUT_CONTROL_SHIFT_PAGE_DOWN
-
Ctrl+Shift+Page Down - move the selected page forward.
- Value:
128
- Available since: 1.2
- Value:
-
ADW_TAB_VIEW_SHORTCUT_CONTROL_SHIFT_HOME
-
Ctrl+Shift+Home - move the selected page at the start.
- Value:
256
- Available since: 1.2
- Value:
-
ADW_TAB_VIEW_SHORTCUT_CONTROL_SHIFT_END
-
Ctrl+Shift+End - move the current page at the end.
- Value:
512
- Available since: 1.2
- Value:
-
ADW_TAB_VIEW_SHORTCUT_ALT_DIGITS
-
Alt+1⋯9 - switch to pages 1-9.
- Value:
1024
- Available since: 1.2
- Value:
-
ADW_TAB_VIEW_SHORTCUT_ALT_ZERO
-
Alt+0 - switch to page 10.
- Value:
2048
- Available since: 1.2
- Value:
-
ADW_TAB_VIEW_SHORTCUT_ALL_SHORTCUTS
-
All of the shortcuts.
- Value:
4095
- Available since: 1.2
- Value: