PathForeachFlags
Description:
[ CCode ( cprefix = "GSK_PATH_FOREACH_ALLOW_" , type_id = "gsk_path_foreach_flags_get_type ()" ) ]
[ Flags ]
[ Version ( since = "4.14" ) ]
public enum PathForeachFlags
[ Flags ]
[ Version ( since = "4.14" ) ]
public enum PathForeachFlags
Flags that can be passed to @foreach to influence what kinds of operations the path is decomposed into.
By default, [method@Gsk.Path.foreach] 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`.
Namespace: Gsk
Package: gtk4