Gimp.gradients_popup
@accepts(unicode, unicode, unicode)
@returns(bool)
def gradients_popup(gradient_callback, popup_title, initial_gradient_name):
# Python wrapper for gimp_gradients_popup()
Invokes the Gimp gradients selection dialog.
Opens a dialog letting a user choose a gradient.
- gradient_callback
The callback PDB proc to call when user chooses a gradient.
- popup_title
Title of the gradient selection dialog.
- initial_gradient_name
The name of the initial gradient choice.
- Returns