summaryrefslogtreecommitdiff
path: root/gtk/gtkaboutdialog.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-09-05 00:00:24 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-09-05 00:00:24 -0400
commit6faba61db10f9563cf7eb4328416445b30ae2c42 (patch)
tree72e43b4a7e6427e97a948748e7a6776c5dd9b309 /gtk/gtkaboutdialog.c
parent3a1ce87c7edd60133b40b0b7f24d950857574bce (diff)
downloadgtk+-6faba61db10f9563cf7eb4328416445b30ae2c42.tar.gz
Some GtkAboutDialog doc additions
Diffstat (limited to 'gtk/gtkaboutdialog.c')
-rw-r--r--gtk/gtkaboutdialog.c4
1 files changed, 4 insertions, 0 deletions
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);
* </programlisting></informalexample>
+ *
+ * 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 };