Method
GtkSnapshotappend_stroke
unstable since: 4.14
Declaration [src]
void
gtk_snapshot_append_stroke (
  GtkSnapshot* snapshot,
  GskPath* path,
  const GskStroke* stroke,
  const GdkRGBA* color
)
Description [src]
A convenience method to stroke a path with a color.
See gtk_snapshot_push_stroke() if you need
to stroke a path with more complex content than
a color.
Available since: 4.14
Parameters
- path
- 
            Type: GskPathThe path describing the area to fill. The data is owned by the caller of the function. 
- stroke
- 
            Type: GskStrokeThe stroke attributes. The data is owned by the caller of the function. 
- color
- 
            Type: GdkRGBAThe color to fill the path with. The data is owned by the caller of the function.