Creates a new gsk.stroke.Stroke with the given line_width.
Creates a copy of the given other stroke.
Gets the dash array in use or NULL if dashing is disabled.
Returns the dash_offset of a gsk.stroke.Stroke.
Gets the line cap used.
Gets the line join used.
Gets the line width used.
Returns the miter limit of a gsk.stroke.Stroke.
Sets the dash pattern to use by this stroke.
Sets the offset into the dash pattern where dashing should begin.
Sets the line cap to be used when stroking.
Sets the line join to be used when stroking.
Sets the line width to be used when stroking.
Sets the limit for the distance from the corner where sharp turns of joins get cut off.
A helper function that sets the stroke parameters of cr from the values found in self.
Checks if 2 strokes are identical.
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
A gsk.stroke.Stroke struct collects the parameters that influence the operation of stroking a path.