TabView.shortcuts

Set shortcuts property.

  1. adw.types.TabViewShortcuts shortcuts [@property getter]
  2. adw.types.TabViewShortcuts shortcuts [@property setter]
    class TabView
    @property
    void
    shortcuts

Parameters

propval adw.types.TabViewShortcuts

The enabled shortcuts.

See flags@TabViewShortcuts for the list of the available shortcuts. All of the shortcuts are enabled by default.

adw.tab_view.TabView.addShortcuts and adw.tab_view.TabView.removeShortcuts provide a convenient way to manage individual shortcuts.