Property

HandyTabView:shortcut-widget

since: 1.2

Declaration

property shortcut-widget: Gtk.Widget [ read, write ]

Description [src]

Tab shortcut widget.

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+19 - switch to pages 1-9
  • Alt+0 - switch to page 10

These shortcuts are always available on self, this property is useful if they should be available globally.

Type:GtkWidget

Available since: 1.2

Flags

Readableyes
Writableyes
Constructno
Construct onlyno