From 6faba61db10f9563cf7eb4328416445b30ae2c42 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 5 Sep 2011 00:00:24 -0400 Subject: [PATCH] Some GtkAboutDialog doc additions --- gtk/gtkaboutdialog.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c index a9e9efbd87..e015895dbf 100644 --- a/gtk/gtkaboutdialog.c +++ b/gtk/gtkaboutdialog.c @@ -91,6 +91,10 @@ * "title" _("About ExampleCode"), * NULL); * + * + * It is also possible to show a #GtkAboutDialog like any other #GtkDialog, + * e.g. using gtk_dialog_run(). In this case, you might need to know that + * the 'Close' button returns the #GTK_RESPONSE_CANCEL response id. */ static GdkColor default_link_color = { 0, 0, 0, 0xeeee };