gi-adwaita-1.0.3: Adwaita bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Adw.Flags

Description

 
Synopsis

Flags

TabViewShortcuts

data TabViewShortcuts Source #

Describes available shortcuts in an [classtabView].

Shortcuts can be set with [propertytabView:shortcuts], or added/removed individually with [methodtabView.add_shortcuts] and [methodtabView.remove_shortcuts].

New values may be added to this enumeration over time.

Since: 1.2

Constructors

TabViewShortcutsNone

No shortcuts

TabViewShortcutsControlTab

<kbd>Ctrl</kbd>+<kbd>Tab</kbd> - switch to the next page, with looping

TabViewShortcutsControlShiftTab

<kbd>Shift</kbd>+<kbd>Ctrl</kbd>+<kbd>Tab</kbd> - switch to the previous page, with looping

TabViewShortcutsControlPageUp

<kbd>Ctrl</kbd>+<kbd>Page Up</kbd> - switch to the previous page

TabViewShortcutsControlPageDown

<kbd>Ctrl</kbd>+<kbd>Page Down</kbd> - switch to the next page

TabViewShortcutsControlHome

<kbd>Ctrl</kbd>+<kbd>Home</kbd> - switch to the first page

TabViewShortcutsControlEnd

<kbd>Ctrl</kbd>+<kbd>End</kbd> - switch to the last page

TabViewShortcutsControlShiftPageUp

<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Page Up</kbd> - move the selected page backward

TabViewShortcutsControlShiftPageDown

<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Page Down</kbd> - move the selected page forward

TabViewShortcutsControlShiftHome

<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Home</kbd> - move the selected page at the start

TabViewShortcutsControlShiftEnd

<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>End</kbd> - move the current page at the end

TabViewShortcutsAltDigits

<kbd>Alt</kbd>+<kbd>1</kbd>⋯<kbd>9</kbd> - switch to pages 1-9

TabViewShortcutsAltZero

<kbd>Alt</kbd>+<kbd>0</kbd> - switch to page 10

TabViewShortcutsAllShortcuts

All of the shortcuts

AnotherTabViewShortcuts Int

Catch-all for unknown values

Instances

Instances details
Enum TabViewShortcuts Source # 
Instance details

Defined in GI.Adw.Flags

Show TabViewShortcuts Source # 
Instance details

Defined in GI.Adw.Flags

Eq TabViewShortcuts Source # 
Instance details

Defined in GI.Adw.Flags

Ord TabViewShortcuts Source # 
Instance details

Defined in GI.Adw.Flags

BoxedFlags TabViewShortcuts Source # 
Instance details

Defined in GI.Adw.Flags

IsGFlag TabViewShortcuts Source # 
Instance details

Defined in GI.Adw.Flags

TypedObject TabViewShortcuts Source # 
Instance details

Defined in GI.Adw.Flags

Methods

glibType :: IO GType

HasParentTypes TabViewShortcuts Source # 
Instance details

Defined in GI.Adw.Flags

type ParentTypes TabViewShortcuts Source # 
Instance details

Defined in GI.Adw.Flags

type ParentTypes TabViewShortcuts = '[] :: [Type]