Function

Gimpbrushes_popup

Declaration [src]

gboolean
gimp_brushes_popup (
  const gchar* brush_callback,
  const gchar* popup_title,
  const gchar* initial_brush_name
)

Description [src]

Invokes the GIMP brush selection dialog.

Opens a dialog letting a user choose a brush.

Parameters

brush_callback const gchar*
 

The callback PDB proc to call when user chooses a brush.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
popup_title const gchar*
 

Title of the brush selection dialog.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
initial_brush_name const gchar*
 

The name of the brush to set as the initial choice.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.

Return value

Returns: gboolean
 

TRUE on success.