Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data AnimationMode
- data DockRevealerTransitionType
- data ShortcutMatch
- data ShortcutType
- data SliderPosition
- data ThreeGridColumn
- data TitlebarAnimation
- data TreeDropPosition
Enumerations
AnimationMode
data AnimationMode Source #
No description available in the introspection data.
AnimationModeLinear | No description available in the introspection data. |
AnimationModeEaseInQuad | No description available in the introspection data. |
AnimationModeEaseInOutQuad | No description available in the introspection data. |
AnimationModeEaseOutQuad | No description available in the introspection data. |
AnimationModeEaseInCubic | No description available in the introspection data. |
AnimationModeEaseOutCubic | No description available in the introspection data. |
AnimationModeEaseInOutCubic | No description available in the introspection data. |
AnotherAnimationMode Int | Catch-all for unknown values |
Instances
DockRevealerTransitionType
data DockRevealerTransitionType Source #
No description available in the introspection data.
DockRevealerTransitionTypeNone | No description available in the introspection data. |
DockRevealerTransitionTypeSlideRight | No description available in the introspection data. |
DockRevealerTransitionTypeSlideLeft | No description available in the introspection data. |
DockRevealerTransitionTypeSlideUp | No description available in the introspection data. |
DockRevealerTransitionTypeSlideDown | No description available in the introspection data. |
AnotherDockRevealerTransitionType Int | Catch-all for unknown values |
Instances
ShortcutMatch
data ShortcutMatch Source #
No description available in the introspection data.
ShortcutMatchNone | No description available in the introspection data. |
ShortcutMatchEqual | No description available in the introspection data. |
ShortcutMatchPartial | No description available in the introspection data. |
AnotherShortcutMatch Int | Catch-all for unknown values |
Instances
ShortcutType
data ShortcutType Source #
DzlShortcutType specifies the kind of shortcut that is being described. More values may be added to this enumeration over time.
Since: 3.20
ShortcutTypeAccelerator | The shortcut is a keyboard accelerator. The ShortcutsShortcut:accelerator property will be used. |
ShortcutTypeGesturePinch | The shortcut is a pinch gesture. GTK+ provides an icon and subtitle. |
ShortcutTypeGestureStretch | The shortcut is a stretch gesture. GTK+ provides an icon and subtitle. |
ShortcutTypeGestureRotateClockwise | The shortcut is a clockwise rotation gesture. GTK+ provides an icon and subtitle. |
ShortcutTypeGestureRotateCounterclockwise | The shortcut is a counterclockwise rotation gesture. GTK+ provides an icon and subtitle. |
ShortcutTypeGestureTwoFingerSwipeLeft | The shortcut is a two-finger swipe gesture. GTK+ provides an icon and subtitle. |
ShortcutTypeGestureTwoFingerSwipeRight | The shortcut is a two-finger swipe gesture. GTK+ provides an icon and subtitle. |
ShortcutTypeGesture | The shortcut is a gesture. The ShortcutsShortcut:icon property will be used. |
AnotherShortcutType Int | Catch-all for unknown values |
Instances
SliderPosition
data SliderPosition Source #
No description available in the introspection data.
SliderPositionNone | No description available in the introspection data. |
SliderPositionTop | No description available in the introspection data. |
SliderPositionRight | No description available in the introspection data. |
SliderPositionBottom | No description available in the introspection data. |
SliderPositionLeft | No description available in the introspection data. |
AnotherSliderPosition Int | Catch-all for unknown values |
Instances
ThreeGridColumn
data ThreeGridColumn Source #
No description available in the introspection data.
ThreeGridColumnLeft | No description available in the introspection data. |
ThreeGridColumnCenter | No description available in the introspection data. |
ThreeGridColumnRight | No description available in the introspection data. |
AnotherThreeGridColumn Int | Catch-all for unknown values |
Instances
TitlebarAnimation
data TitlebarAnimation Source #
No description available in the introspection data.
TitlebarAnimationHidden | No description available in the introspection data. |
TitlebarAnimationShowing | No description available in the introspection data. |
TitlebarAnimationShown | No description available in the introspection data. |
TitlebarAnimationHiding | No description available in the introspection data. |
AnotherTitlebarAnimation Int | Catch-all for unknown values |
Instances
TreeDropPosition
data TreeDropPosition Source #
No description available in the introspection data.
TreeDropPositionInto | No description available in the introspection data. |
TreeDropPositionBefore | No description available in the introspection data. |
TreeDropPositionAfter | No description available in the introspection data. |
AnotherTreeDropPosition Int | Catch-all for unknown values |