Method
AdapTabViewset_shortcuts
since: 1.2
Declaration [src]
void
adap_tab_view_set_shortcuts (
AdapTabView* self,
AdapTabViewShortcuts shortcuts
)
Description [src]
Sets the enabled shortcuts for self
.
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.
Available since: 1.2
Sets property | Adap.TabView:shortcuts |
Parameters
shortcuts
-
Type:
AdapTabViewShortcuts
The new shortcuts.