message_dialog_new_valist


Description:


public unowned Widget message_dialog_new_valist (Window? parent, string? title, string icon_stock_id, string primary_text, string secondary_text, string first_button_text, va_list args)

See message_dialog_new, this version takes a va_list for language bindings to use.

Parameters:

parent

transient parent of the dialog, or null.

title

title of the dialog, or null.

icon_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.

first_button_text

text for the first button.

args

argument list.

Returns:

A new MessageDialog.


Namespace: Xfce
Package: libxfce4ui-2