Based on patch by Robert Ancell.
Fixes bug 654439.
[PrintfFormat]
[CCode (type = "GtkWidget*", has_construct_function = false)]
public MessageDialog (Gtk.Window? parent, Gtk.DialogFlags flags, Gtk.MessageType type, Gtk.ButtonsType buttons, string message_format, ...);
+ [PrintfFormat]
public void format_secondary_markup (string message_format, ...);
+ [PrintfFormat]
public void format_secondary_text (string message_format, ...);
public unowned Gtk.Widget get_image ();
public void set_image (Gtk.Widget image);
public void set_markup (string str);
+ [PrintfFormat]
[CCode (type = "GtkWidget*", has_construct_function = false)]
public MessageDialog.with_markup (Gtk.Window? parent, Gtk.DialogFlags flags, Gtk.MessageType type, Gtk.ButtonsType buttons, string message_format, ...);
[NoAccessorMethod]
[PrintfFormat]
[CCode (type = "GtkWidget*", has_construct_function = false)]
public MessageDialog (Gtk.Window? parent, Gtk.DialogFlags flags, Gtk.MessageType type, Gtk.ButtonsType buttons, string message_format, ...);
+ [PrintfFormat]
public void format_secondary_markup (string message_format, ...);
+ [PrintfFormat]
public void format_secondary_text (string message_format, ...);
public unowned Gtk.Widget get_image ();
public unowned Gtk.Widget get_message_area ();
public void set_image (Gtk.Widget image);
public void set_markup (string str);
+ [PrintfFormat]
[CCode (type = "GtkWidget*", has_construct_function = false)]
public MessageDialog.with_markup (Gtk.Window? parent, Gtk.DialogFlags flags, Gtk.MessageType type, Gtk.ButtonsType buttons, string message_format, ...);
[NoAccessorMethod]
GtkMessageDialog:buttons accessor_method="0"
gtk_message_dialog_new ellipsis="1" printf_format="1"
gtk_message_dialog_new.parent nullable="1"
-gtk_message_dialog_new_with_markup ellipsis="1"
+gtk_message_dialog_new_with_markup ellipsis="1" printf_format="1"
gtk_message_dialog_new_with_markup.parent nullable="1"
-gtk_message_dialog_format_secondary_markup ellipsis="1"
-gtk_message_dialog_format_secondary_text ellipsis="1"
+gtk_message_dialog_format_secondary_markup ellipsis="1" printf_format="1"
+gtk_message_dialog_format_secondary_text ellipsis="1" printf_format="1"
gtk_mount_operation_is_showing hidden="1"
gtk_mount_operation_new.parent nullable="1"
GtkNotebook.focus_tab hidden="1"
GtkMessageDialog:buttons accessor_method="0"
gtk_message_dialog_new ellipsis="1" printf_format="1"
gtk_message_dialog_new.parent nullable="1"
-gtk_message_dialog_new_with_markup ellipsis="1"
+gtk_message_dialog_new_with_markup ellipsis="1" printf_format="1"
gtk_message_dialog_new_with_markup.parent nullable="1"
-gtk_message_dialog_format_secondary_markup ellipsis="1"
-gtk_message_dialog_format_secondary_text ellipsis="1"
+gtk_message_dialog_format_secondary_markup ellipsis="1" printf_format="1"
+gtk_message_dialog_format_secondary_text ellipsis="1" printf_format="1"
gtk_mount_operation_is_showing hidden="1"
gtk_mount_operation_new.parent nullable="1"
GtkNotebook.focus_tab hidden="1"