Gimp.palettes_close_popup
@accepts(unicode)
@returns(bool)
def palettes_close_popup(palette_callback):
# Python wrapper for gimp_palettes_close_popup()
Close the palette selection dialog.
Closes an open palette selection dialog.
- palette_callback
The name of the callback registered for this pop-up.
- Returns