Runs a questions dialog that has a 'Cancel' and a 'Confirm' button.
The 'Confirm' button text can be set by action if given.
If stock_id is equal to YES, the 'Cancel' button becomes a
'No' button.
| parent |
transient parent of the dialog, or null. |
| stock_id |
the stock name of the confirm button, for example YES or CLEAR. |
| confirm_label |
if non-null, this text is used on the confirm button together with the |
| secondary_text |
secondary text in the dialog. |
| primary_format |
the printf-style format for the dialog question. |
| ... |
argument list for the |
|
TRUE if the user confirms, else FALSE. |