Property
AdwTabView:shortcut-widget
Description [src]
The shortcut widget.
It has the following shortcuts: * Ctrl+Page Up - switch to the previous page * Ctrl+Page Down - switch to the next page * Ctrl+Home - switch to the first page * Ctrl+End - switch to the last page * Ctrl+Shift+Page Up - move the current page backward * Ctrl+Shift+Page Down - move the current page forward * Ctrl+Shift+Home - move the current page at the start * Ctrl+Shift+End - move the current page at the end * Ctrl+Tab - switch to the next page, with looping * Ctrl+Shift+Tab - switch to the previous page, with looping * Alt+1-9 - switch to pages 1-9 * Alt+0 - switch to page 10
These shortcuts are always available on the tab view itself, this property is useful if they should be available globally.
Type: | GtkWidget |
Available since: | 1.0 |
Getter method | adw_tab_view_get_shortcut_widget() |
Setter method | adw_tab_view_set_shortcut_widget() |