Gimp.context_set_stroke_method
function context_set_stroke_method(stroke_method: Gimp.StrokeMethod): Boolean {
// Gjs wrapper for gimp_context_set_stroke_method()
}
Set the specified stroke method as the active stroke method.
This procedure set the specified stroke method as the active stroke method. The new method will be used in all subsequent stroke operations.
Since 2.10
- stroke_method
The new stroke method.
- Returns
TRUE on success.