Function

GimpUiQueryBooleanCallback

Declaration

void
(* GimpQueryBooleanCallback) (
  GtkWidget* query_box,
  gboolean value,
  gpointer data
)

Description [src]

The callback for a boolean query box.

Parameters

query_box

Type: GtkWidget

The query box.

The data is owned by the caller of the function.
value

Type: gboolean

The entered boolean value.

data

Type: gpointer

User data.

The argument can be NULL.
The data is owned by the caller of the function.