| 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.
|
|
A pointer to the new Dialog.
|