]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkaboutdialog.c
Some GtkAboutDialog doc additions
[~andy/gtk] / gtk / gtkaboutdialog.c
index a9e9efbd870ef66e3aa59e17e2ef4971b31132dc..e015895dbf623bc4d3f0f92449b86cd8d50e9c2d 100644 (file)
  *                        "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 };