Constructor
GimpUiBrushSelectButtonnew
Declaration [src]
GtkWidget*
gimp_brush_select_button_new (
const gchar* title,
GimpResource* resource
)
Description [src]
Creates a new GtkWidget
that lets a user choose a brush.
You can put this widget in a plug-in dialog.
When brush is NULL, initial choice is from context.
Available since: | 2.4 |
Parameters
title |
const gchar* |
Title of the dialog to use or |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
resource |
GimpResource |
Initial brush. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |
Return value
Returns: | GtkWidget |
A |
|
The data is owned by the called function. |