Gimp.brushes_close_popup

@accepts(unicode)
@returns(bool)
def brushes_close_popup(brush_callback):
    # Python wrapper for gimp_brushes_close_popup()
  

Close the brush selection dialog.

Closes an open brush selection dialog.

brush_callback

The name of the callback registered for this pop-up.

Returns