gi-handy-0.0.1: libhandy bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.Handy.Enums

Contents

Description

 
Synopsis

Enumerations

ArrowsDirection

data ArrowsDirection Source #

No description available in the introspection data.

Constructors

ArrowsDirectionUp

Arrows point upwards.

ArrowsDirectionDown

Arrows point to the left.

ArrowsDirectionLeft

Arrows point to the right.

ArrowsDirectionRight

Arrows point downwards

AnotherArrowsDirection Int

Catch-all for unknown values

Instances
Enum ArrowsDirection Source # 
Instance details

Defined in GI.Handy.Enums

Eq ArrowsDirection Source # 
Instance details

Defined in GI.Handy.Enums

Ord ArrowsDirection Source # 
Instance details

Defined in GI.Handy.Enums

Show ArrowsDirection Source # 
Instance details

Defined in GI.Handy.Enums

BoxedEnum ArrowsDirection Source # 
Instance details

Defined in GI.Handy.Enums

Fold

data Fold Source #

Represents the fold of widgets and other objects which can be switched between folded and unfolded state on the fly, like HdyLeaflet.

Constructors

FoldUnfolded

The element isn't folded

FoldFolded

The element is folded

AnotherFold Int

Catch-all for unknown values

Instances
Enum Fold Source # 
Instance details

Defined in GI.Handy.Enums

Methods

succ :: Fold -> Fold #

pred :: Fold -> Fold #

toEnum :: Int -> Fold #

fromEnum :: Fold -> Int #

enumFrom :: Fold -> [Fold] #

enumFromThen :: Fold -> Fold -> [Fold] #

enumFromTo :: Fold -> Fold -> [Fold] #

enumFromThenTo :: Fold -> Fold -> Fold -> [Fold] #

Eq Fold Source # 
Instance details

Defined in GI.Handy.Enums

Methods

(==) :: Fold -> Fold -> Bool #

(/=) :: Fold -> Fold -> Bool #

Ord Fold Source # 
Instance details

Defined in GI.Handy.Enums

Methods

compare :: Fold -> Fold -> Ordering #

(<) :: Fold -> Fold -> Bool #

(<=) :: Fold -> Fold -> Bool #

(>) :: Fold -> Fold -> Bool #

(>=) :: Fold -> Fold -> Bool #

max :: Fold -> Fold -> Fold #

min :: Fold -> Fold -> Fold #

Show Fold Source # 
Instance details

Defined in GI.Handy.Enums

Methods

showsPrec :: Int -> Fold -> ShowS #

show :: Fold -> String #

showList :: [Fold] -> ShowS #

BoxedEnum Fold Source # 
Instance details

Defined in GI.Handy.Enums

Methods

boxedEnumType :: Fold -> IO GType #

LeafletChildTransitionType

data LeafletChildTransitionType Source #

These enumeration values describe the possible transitions between pages in a Leaflet widget.

New values may be added to this enumeration over time.

Constructors

LeafletChildTransitionTypeNone

No transition

LeafletChildTransitionTypeCrossfade

A cross-fade

LeafletChildTransitionTypeSlide

Slide from left, right, up or down according to the orientation, text direction and the children order

LeafletChildTransitionTypeOver

Cover the old page or uncover the new page, sliding from or towards the end according to orientation, text direction and children order

LeafletChildTransitionTypeUnder

Uncover the new page or cover the old page, sliding from or towards the start according to orientation, text direction and children order

AnotherLeafletChildTransitionType Int

Catch-all for unknown values

Instances
Enum LeafletChildTransitionType Source # 
Instance details

Defined in GI.Handy.Enums

Eq LeafletChildTransitionType Source # 
Instance details

Defined in GI.Handy.Enums

Ord LeafletChildTransitionType Source # 
Instance details

Defined in GI.Handy.Enums

Show LeafletChildTransitionType Source # 
Instance details

Defined in GI.Handy.Enums

BoxedEnum LeafletChildTransitionType Source # 
Instance details

Defined in GI.Handy.Enums

LeafletModeTransitionType

data LeafletModeTransitionType Source #

These enumeration values describe the possible transitions between pages in a Leaflet widget.

New values may be added to this enumeration over time.

Constructors

LeafletModeTransitionTypeNone

No transition

LeafletModeTransitionTypeSlide

Slide from left, right, up or down according to the orientation, text direction and the children order

AnotherLeafletModeTransitionType Int

Catch-all for unknown values

Instances
Enum LeafletModeTransitionType Source # 
Instance details

Defined in GI.Handy.Enums

Eq LeafletModeTransitionType Source # 
Instance details

Defined in GI.Handy.Enums

Ord LeafletModeTransitionType Source # 
Instance details

Defined in GI.Handy.Enums

Show LeafletModeTransitionType Source # 
Instance details

Defined in GI.Handy.Enums

BoxedEnum LeafletModeTransitionType Source # 
Instance details

Defined in GI.Handy.Enums