Function

GimpUiQueryBooleanCallback

Declaration

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

Description [src]

The callback for a boolean query box.

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.