diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2004-11-04 15:23:48 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-11-04 15:23:48 +0000 |
commit | 0419800465aafc79cc0b1e1729f8aaa203765b15 (patch) | |
tree | 007d2b416965994b298354e67de8ef68f82b5e7b /docs/reference/gtk | |
parent | 9b039be2d408cb336fe15f1253961f1079386c12 (diff) | |
download | gdk-pixbuf-0419800465aafc79cc0b1e1729f8aaa203765b15.tar.gz |
Update
Diffstat (limited to 'docs/reference/gtk')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkaboutdialog.sgml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/reference/gtk/tmpl/gtkaboutdialog.sgml b/docs/reference/gtk/tmpl/gtkaboutdialog.sgml index 17687262f..63d314d55 100644 --- a/docs/reference/gtk/tmpl/gtkaboutdialog.sgml +++ b/docs/reference/gtk/tmpl/gtkaboutdialog.sgml @@ -17,7 +17,11 @@ the <literal>Help</literal> menu. All parts of the dialog are optional. About dialog often contain links and email addresses. #GtkAboutDialog supports this by offering global hooks, which are called when the user clicks on a link or email address, see gtk_about_dialog_set_email_hook() -and gtk_about_dialog_set_url_hook(). +and gtk_about_dialog_set_url_hook(). Email addresses in the +authors, documenters and artists properties are recognized by looking for +<literal><user@host></literal>, URLs are recognized by looking for +<literal>http://url</literal>, with <literal>url</literal> extending to +the next space, tab or line break. </para> <para> To make constructing a #GtkAboutDialog as convenient as possible, you can |