Gimp.gradients_close_popup
@accepts(unicode)
@returns(bool)
def gradients_close_popup(gradient_callback):
# Python wrapper for gimp_gradients_close_popup()
Close the gradient selection dialog.
This procedure closes an opened gradient selection dialog.
- gradient_callback
The name of the callback registered for this pop-up.
- Returns