Method
GskStroketo_cairo
unstable since: 4.14
Declaration [src]
void
gsk_stroke_to_cairo (
  const GskStroke* self,
  cairo_t* cr
)
Description [src]
A helper function that sets the stroke parameters
of cr from the values found in self.
Available since: 4.14
Parameters
- cr
- 
            Type: cairo_tThe cairo context to configure. The data is owned by the caller of the function.