Gimp.brushes_popup
@accepts(unicode, unicode, unicode)
@returns(bool)
def brushes_popup(brush_callback, popup_title, initial_brush_name):
# Python wrapper for gimp_brushes_popup()
Invokes the GIMP brush selection dialog.
Opens a dialog letting a user choose a brush.
- brush_callback
The callback PDB proc to call when user chooses a brush.
- popup_title
Title of the brush selection dialog.
- initial_brush_name
The name of the brush to set as the initial choice.
- Returns