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