query_boolean_box


Description:

[ CCode ( cname = "gimp_query_boolean_box" ) ]
public Widget query_boolean_box (string title, Widget parent, HelpFunc help_func, string help_id, string icon_name, string message, string true_button, string false_button, Object object, string @signal, owned QueryBooleanCallback callback)

Creates a new Dialog that asks the user to do a boolean decision.

Parameters:

title

The query box dialog's title.

parent

The dialog's parent widget.

help_func

The help function to show this dialog's help page.

help_id

A string identifying this dialog's help page.

icon_name

An icon name to specify an icon to appear on the left on the dialog's message.

message

A string which will be shown in the query box.

true_button

The string to be shown in the dialog's left button.

false_button

The string to be shown in the dialog's right button.

object

The object this query box is associated with.

callback

The function which will be called when the user clicks one of the buttons.

data

The callback's user data.

data_destroy

Destroy function for data.

signal

The object's signal which will cause the query box to be closed.

Returns:

A pointer to the new Dialog.


Namespace: GimpUi
Package: gimp-ui-3.0