Gimp.context_set_line_width

function context_set_line_width(line_width: Number(gdouble)): Boolean {
    // Gjs wrapper for gimp_context_set_line_width()
}
  

Set the line width setting.

This procedure modifies the line width setting for stroking lines.

This setting affects the following procedures: Gimp.Drawable.prototype.edit_stroke_selection, Gimp.Drawable.prototype.edit_stroke_item.

Since 2.10

line_width

The line width setting.

Returns

TRUE on success.