From 73a38cc12d425051fd7f47ed599a1b534769f4ce Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 13 Jul 2004 06:02:24 +0000 Subject: Updates. --- docs/reference/ChangeLog | 4 ++++ docs/reference/gtk/tmpl/gtkaboutdialog.sgml | 27 ++++++++++++++++++++------- 2 files changed, 24 insertions(+), 7 deletions(-) (limited to 'docs') diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index e5fd25f97..20ce59837 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +Tue Jul 13 02:01:56 2004 Matthias Clasen + + * gtk/tmpl/gtkaboutdialog.sgml: Additions. + Tue Jul 13 01:16:20 2004 Matthias Clasen * gtk/tmpl/gtkiconview.sgml: Updates. diff --git a/docs/reference/gtk/tmpl/gtkaboutdialog.sgml b/docs/reference/gtk/tmpl/gtkaboutdialog.sgml index 13a6b6b13..cc1d6027b 100644 --- a/docs/reference/gtk/tmpl/gtkaboutdialog.sgml +++ b/docs/reference/gtk/tmpl/gtkaboutdialog.sgml @@ -2,23 +2,35 @@ GtkAboutDialog - +a widget displaying information about a program - +The #GtkAboutDialog offers a simple way to display information about +a program like its logo, name, copyright, website and license. It is +also possible to give credits to the authors, documenters, translators +and artists who have worked on the program. An about dialog is typically +opened when the user selects the About option from +the Help 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(). - +#GTK_STOCK_ABOUT - +The GtkAboutDialog struct contains +only private fields and should not be directly accessed. @parent_instance: @@ -231,11 +243,12 @@ GtkAboutDialog - +The type of a function which is called when a URL or email +link is activated. -@about: -@link: +@about: the #GtkAboutDialog in which the link was activated +@link: the URL or email address to whiche the activated link points -- cgit v1.2.1