Gimp.gradient_is_editable
@accepts(unicode)
@returns(bool)
def gradient_is_editable(name):
# Python wrapper for gimp_gradient_is_editable()
Tests if gradient can be edited
Returns TRUE if you have permission to change the gradient
Since 2.4
- name
The gradient name.
- Returns