message_dialog


Description:


public int message_dialog (Window? parent, string? title, string stock_id, string primary_text, string secondary_text, ...)

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.

Parameters:

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.

Returns:

the selected response id.


Namespace: Xfce
Package: libxfce4ui-2