Gimp.brush_is_editable

@accepts(unicode)
@returns(bool)
def brush_is_editable(name):
    # Python wrapper for gimp_brush_is_editable()
  

Tests if brush can be edited.

Returns TRUE if you have permission to change the brush.

Since 2.4

name

The brush name.

Returns