diff options
Diffstat (limited to 'gtk/gtkmessagedialog.h')
-rw-r--r-- | gtk/gtkmessagedialog.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gtk/gtkmessagedialog.h b/gtk/gtkmessagedialog.h index 68c1b409fd..d350147722 100644 --- a/gtk/gtkmessagedialog.h +++ b/gtk/gtkmessagedialog.h @@ -18,7 +18,7 @@ */ /* - * Modified by the GTK+ Team and others 1997-2000. See the AUTHORS + * Modified by the GTK+ Team and others 1997-2003. See the AUTHORS * file for a list of people on the GTK+ Team. See the ChangeLog * files for a list of changes. These files are distributed with * GTK+ at ftp://ftp.gtk.org/pub/gtk/. @@ -91,6 +91,13 @@ GtkWidget* gtk_message_dialog_new (GtkWindow *parent, GtkButtonsType buttons, const gchar *message_format, ...) G_GNUC_PRINTF (5, 6); + +GtkWidget* gtk_message_dialog_new_with_markup (GtkWindow *parent, + GtkDialogFlags flags, + GtkMessageType type, + GtkButtonsType buttons, + const gchar *message_format, + ...) G_GNUC_PRINTF (5, 6); |