Function
GimpUiQueryBooleanCallback
Declaration
void
(* GimpQueryBooleanCallback) (
GtkWidget* query_box,
gboolean value,
gpointer data
)
Parameters
query_box |
GtkWidget |
The query box. |
|
The data is owned by the caller of the function. | |
value |
gboolean |
The entered boolean value. |
|
data |
gpointer |
User data. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |