Create a new dialog as in message_dialog_new, then runs the dialog using run and return the response id selected by the user.
See message_dialog_new for more information.
| parent |
transient parent of the dialog, or null. |
| title |
title of the dialog, or null. |
| stock_id |
gtk stock icon name to show in the dialog. |
| primary_text |
primary text shown in large bold font. |
| secondary_text |
secondary text shown in normal font. |
| ... |
null ended list of parameters. |
| first_button_text |
text for the first button. |
|
the selected response id. |