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 |
GI.Gsk.Flags
Contents
Description
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 |
PathForeachFlagsCubic | Allow emission of |
PathForeachFlagsConic | Allow emission of |
AnotherPathForeachFlags Int | Catch-all for unknown values |