gi-dazzle-1.0.1: libdazzle bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Dazzle.Enums

Description

 
Synopsis

Enumerations

AnimationMode

data AnimationMode Source #

No description available in the introspection data.

Constructors

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

Instances details
Enum AnimationMode Source # 
Instance details

Defined in GI.Dazzle.Enums

Show AnimationMode Source # 
Instance details

Defined in GI.Dazzle.Enums

Eq AnimationMode Source # 
Instance details

Defined in GI.Dazzle.Enums

Ord AnimationMode Source # 
Instance details

Defined in GI.Dazzle.Enums

BoxedEnum AnimationMode Source # 
Instance details

Defined in GI.Dazzle.Enums

TypedObject AnimationMode Source # 
Instance details

Defined in GI.Dazzle.Enums

Methods

glibType :: IO GType

HasParentTypes AnimationMode Source # 
Instance details

Defined in GI.Dazzle.Enums

type ParentTypes AnimationMode Source # 
Instance details

Defined in GI.Dazzle.Enums

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

DockRevealerTransitionType

data DockRevealerTransitionType Source #

No description available in the introspection data.

Constructors

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

Instances details
Enum DockRevealerTransitionType Source # 
Instance details

Defined in GI.Dazzle.Enums

Show DockRevealerTransitionType Source # 
Instance details

Defined in GI.Dazzle.Enums

Eq DockRevealerTransitionType Source # 
Instance details

Defined in GI.Dazzle.Enums

Ord DockRevealerTransitionType Source # 
Instance details

Defined in GI.Dazzle.Enums

BoxedEnum DockRevealerTransitionType Source # 
Instance details

Defined in GI.Dazzle.Enums

TypedObject DockRevealerTransitionType Source # 
Instance details

Defined in GI.Dazzle.Enums

Methods

glibType :: IO GType

HasParentTypes DockRevealerTransitionType Source # 
Instance details

Defined in GI.Dazzle.Enums

type ParentTypes DockRevealerTransitionType Source # 
Instance details

Defined in GI.Dazzle.Enums

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

ShortcutMatch

data ShortcutMatch Source #

No description available in the introspection data.

Constructors

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

Instances details
Enum ShortcutMatch Source # 
Instance details

Defined in GI.Dazzle.Enums

Show ShortcutMatch Source # 
Instance details

Defined in GI.Dazzle.Enums

Eq ShortcutMatch Source # 
Instance details

Defined in GI.Dazzle.Enums

Ord ShortcutMatch Source # 
Instance details

Defined in GI.Dazzle.Enums

BoxedEnum ShortcutMatch Source # 
Instance details

Defined in GI.Dazzle.Enums

TypedObject ShortcutMatch Source # 
Instance details

Defined in GI.Dazzle.Enums

Methods

glibType :: IO GType

HasParentTypes ShortcutMatch Source # 
Instance details

Defined in GI.Dazzle.Enums

type ParentTypes ShortcutMatch Source # 
Instance details

Defined in GI.Dazzle.Enums

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

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

Constructors

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

SliderPosition

data SliderPosition Source #

No description available in the introspection data.

Constructors

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

Instances details
Enum SliderPosition Source # 
Instance details

Defined in GI.Dazzle.Enums

Show SliderPosition Source # 
Instance details

Defined in GI.Dazzle.Enums

Eq SliderPosition Source # 
Instance details

Defined in GI.Dazzle.Enums

Ord SliderPosition Source # 
Instance details

Defined in GI.Dazzle.Enums

BoxedEnum SliderPosition Source # 
Instance details

Defined in GI.Dazzle.Enums

TypedObject SliderPosition Source # 
Instance details

Defined in GI.Dazzle.Enums

Methods

glibType :: IO GType

HasParentTypes SliderPosition Source # 
Instance details

Defined in GI.Dazzle.Enums

type ParentTypes SliderPosition Source # 
Instance details

Defined in GI.Dazzle.Enums

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

ThreeGridColumn

data ThreeGridColumn Source #

No description available in the introspection data.

Constructors

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

Instances details
Enum ThreeGridColumn Source # 
Instance details

Defined in GI.Dazzle.Enums

Show ThreeGridColumn Source # 
Instance details

Defined in GI.Dazzle.Enums

Eq ThreeGridColumn Source # 
Instance details

Defined in GI.Dazzle.Enums

Ord ThreeGridColumn Source # 
Instance details

Defined in GI.Dazzle.Enums

BoxedEnum ThreeGridColumn Source # 
Instance details

Defined in GI.Dazzle.Enums

TypedObject ThreeGridColumn Source # 
Instance details

Defined in GI.Dazzle.Enums

Methods

glibType :: IO GType

HasParentTypes ThreeGridColumn Source # 
Instance details

Defined in GI.Dazzle.Enums

type ParentTypes ThreeGridColumn Source # 
Instance details

Defined in GI.Dazzle.Enums

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

TitlebarAnimation

data TitlebarAnimation Source #

No description available in the introspection data.

Constructors

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

Instances details
Enum TitlebarAnimation Source # 
Instance details

Defined in GI.Dazzle.Enums

Show TitlebarAnimation Source # 
Instance details

Defined in GI.Dazzle.Enums

Eq TitlebarAnimation Source # 
Instance details

Defined in GI.Dazzle.Enums

Ord TitlebarAnimation Source # 
Instance details

Defined in GI.Dazzle.Enums

BoxedEnum TitlebarAnimation Source # 
Instance details

Defined in GI.Dazzle.Enums

TypedObject TitlebarAnimation Source # 
Instance details

Defined in GI.Dazzle.Enums

Methods

glibType :: IO GType

HasParentTypes TitlebarAnimation Source # 
Instance details

Defined in GI.Dazzle.Enums

type ParentTypes TitlebarAnimation Source # 
Instance details

Defined in GI.Dazzle.Enums

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

TreeDropPosition

data TreeDropPosition Source #

No description available in the introspection data.

Constructors

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

Instances

Instances details
Enum TreeDropPosition Source # 
Instance details

Defined in GI.Dazzle.Enums

Show TreeDropPosition Source # 
Instance details

Defined in GI.Dazzle.Enums

Eq TreeDropPosition Source # 
Instance details

Defined in GI.Dazzle.Enums

Ord TreeDropPosition Source # 
Instance details

Defined in GI.Dazzle.Enums

BoxedEnum TreeDropPosition Source # 
Instance details

Defined in GI.Dazzle.Enums

TypedObject TreeDropPosition Source # 
Instance details

Defined in GI.Dazzle.Enums

Methods

glibType :: IO GType

HasParentTypes TreeDropPosition Source # 
Instance details

Defined in GI.Dazzle.Enums

type ParentTypes TreeDropPosition Source # 
Instance details

Defined in GI.Dazzle.Enums

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