gi-gsk-4.0.8: Gsk bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Gsk.Flags

Description

 
Synopsis

Flags

PathForeachFlags

data PathForeachFlags Source #

Flags that can be passed to pathForeach to influence what kinds of operations the path is decomposed into.

By default, pathForeach will only emit a path with all operations flattened to straight lines to allow for maximum compatibility. The only operations emitted will be GSK_PATH_MOVE, GSK_PATH_LINE and GSK_PATH_CLOSE.

Since: 4.14

Constructors

PathForeachFlagsOnlyLines

The default behavior, only allow lines.

PathForeachFlagsQuad

Allow emission of GSK_PATH_QUAD operations

PathForeachFlagsCubic

Allow emission of GSK_PATH_CUBIC operations.

PathForeachFlagsConic

Allow emission of GSK_PATH_CONIC operations.

AnotherPathForeachFlags Int

Catch-all for unknown values

Instances

Instances details
Enum PathForeachFlags Source # 
Instance details

Defined in GI.Gsk.Flags

Show PathForeachFlags Source # 
Instance details

Defined in GI.Gsk.Flags

Eq PathForeachFlags Source # 
Instance details

Defined in GI.Gsk.Flags

Ord PathForeachFlags Source # 
Instance details

Defined in GI.Gsk.Flags

BoxedFlags PathForeachFlags Source # 
Instance details

Defined in GI.Gsk.Flags

IsGFlag PathForeachFlags Source # 
Instance details

Defined in GI.Gsk.Flags

TypedObject PathForeachFlags Source # 
Instance details

Defined in GI.Gsk.Flags

Methods

glibType :: IO GType

HasParentTypes PathForeachFlags Source # 
Instance details

Defined in GI.Gsk.Flags

type ParentTypes PathForeachFlags Source # 
Instance details

Defined in GI.Gsk.Flags

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