Gimp.brushes_popup
function brushes_popup(brush_callback: String, popup_title: String, initial_brush_name: String): Boolean {
// Gjs 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
TRUE on success.