Property

AdapTabView:shortcuts

since: 1.2

Declaration

property shortcuts: Adap.TabViewShortcuts [ read, write ]

Description [src]

The enabled shortcuts.

See AdapTabViewShortcuts for the list of the available shortcuts. All of the shortcuts are enabled by default.

adap_tab_view_add_shortcuts() and adap_tab_view_remove_shortcuts() provide a convenient way to manage individual shortcuts.

Type: AdapTabViewShortcuts
Available since:1.2
Default valueADAP_TAB_VIEW_SHORTCUT_CONTROL_TAB | ADAP_TAB_VIEW_SHORTCUT_CONTROL_SHIFT_TAB | ADAP_TAB_VIEW_SHORTCUT_CONTROL_PAGE_UP | ADAP_TAB_VIEW_SHORTCUT_CONTROL_PAGE_DOWN | ADAP_TAB_VIEW_SHORTCUT_CONTROL_HOME | ADAP_TAB_VIEW_SHORTCUT_CONTROL_END | ADAP_TAB_VIEW_SHORTCUT_CONTROL_SHIFT_PAGE_UP | ADAP_TAB_VIEW_SHORTCUT_CONTROL_SHIFT_PAGE_DOWN | ADAP_TAB_VIEW_SHORTCUT_CONTROL_SHIFT_HOME | ADAP_TAB_VIEW_SHORTCUT_CONTROL_SHIFT_END | ADAP_TAB_VIEW_SHORTCUT_ALT_DIGITS | ADAP_TAB_VIEW_SHORTCUT_ALT_ZERO
Getter methodadap_tab_view_get_shortcuts()
Setter methodadap_tab_view_set_shortcuts()

Flags

Readableyes
Writableyes
Constructno
Construct onlyno