Gimp.context_set_line_cap_style
@accepts(Gimp.CapStyle)
@returns(bool)
def context_set_line_cap_style(cap_style):
# Python wrapper for gimp_context_set_line_cap_style()
Set the line cap style setting.
This procedure modifies the line cap style setting for stroking lines.
This setting affects the following procedures: Gimp.Drawable.edit_stroke_selection, Gimp.Drawable.edit_stroke_item.
Since 2.10
- cap_style
The line cap style setting.
- Returns