forked from AuroraMiddleware/gtk
1952300896
Sun Jul 18 15:28:24 2004 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtkdnd.c (gtk_drag_source_set, gtk_drag_dest_set): Create an empty target list if targets is NULL. * configure.in: Add check for X11/extensions/sync.h. (#147416, Morten Welinder)
280 lines
4.0 KiB
Plaintext
280 lines
4.0 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
GtkAboutDialog
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
a widget displaying information about a program
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
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 <literal>About</literal> option from
|
|
the <literal>Help</literal> menu. All parts of the dialog are optional.
|
|
</para>
|
|
<para>
|
|
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().
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
#GTK_STOCK_ABOUT
|
|
</para>
|
|
|
|
<!-- ##### STRUCT GtkAboutDialog ##### -->
|
|
<para>
|
|
The <structname>GtkAboutDialog</structname> struct contains
|
|
only private fields and should not be directly accessed.
|
|
</para>
|
|
|
|
@parent_instance:
|
|
|
|
<!-- ##### FUNCTION gtk_about_dialog_new ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_about_dialog_get_name ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@about:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_about_dialog_set_name ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@about:
|
|
@name:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_about_dialog_get_version ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@about:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_about_dialog_set_version ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@about:
|
|
@version:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_about_dialog_get_copyright ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@about:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_about_dialog_set_copyright ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@about:
|
|
@copyright:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_about_dialog_get_comments ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@about:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_about_dialog_set_comments ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@about:
|
|
@comments:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_about_dialog_get_license ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@about:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_about_dialog_set_license ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@about:
|
|
@license:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_about_dialog_get_website ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@about:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_about_dialog_set_website ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@about:
|
|
@website:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_about_dialog_get_website_label ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@about:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_about_dialog_set_website_label ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@about:
|
|
@website_label:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_about_dialog_get_authors ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@about:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_about_dialog_set_authors ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@about:
|
|
@authors:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_about_dialog_get_documenters ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@about:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_about_dialog_set_documenters ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@about:
|
|
@documenters:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_about_dialog_get_translator_credits ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@about:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_about_dialog_set_translator_credits ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@about:
|
|
@translator_credits:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_about_dialog_get_logo ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@about:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_about_dialog_set_logo ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@about:
|
|
@logo:
|
|
|
|
|
|
<!-- ##### USER_FUNCTION GtkAboutDialogActivateLinkFunc ##### -->
|
|
<para>
|
|
The type of a function which is called when a URL or email
|
|
link is activated.
|
|
</para>
|
|
|
|
@about: the #GtkAboutDialog in which the link was activated
|
|
@link: the URL or email address to whiche the activated link points
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_about_dialog_set_email_hook ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@func:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_about_dialog_set_url_hook ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@func:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_show_about_dialog ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@parent:
|
|
@first_property_name:
|
|
@Varargs:
|
|
|
|
|