
Display information about an application.
GObject
`-- GtkObject
`-- GtkWidget
`-- GtkContainer
`-- GtkBin
`-- GtkWindow
`-- GtkDialog
`-- GtkAboutDialog
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, the documentation team, 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.
GtkAboutDialog ();-- Constructs a new about dialog.
get_artists() Returns artists credits as an array. get_authors() Returns authors credits as an array. get_comments() Returns the comments string. get_copyright() Returns the copyright string. get_documenters() Returns documenter credits as an array. get_license() Returns the license information. get_logo() Returns the pixbuf displayed as logo in the about dialog. get_logo_icon_name() Returns the icon name. get_name() Returns the program name. get_translator_credits() Returns the translator credits string. get_version() Returns the version string. get_website() Returns the website URL. get_website_label() Returns the label used for the website link. set_artists() Sets the strings which are displayed in the artists tab of the secondary credits dialog. set_authors() Sets the strings which are displayed in the authors tab of the secondary credits dialog. set_comments() Sets the comments string to display. set_copyright() Set the copyright text. set_documenters() Sets the strings which are displayed in the documenters tab of the secondary credits dialog. set_email_hook() set_license() Set the license text. set_logo() Set the program logo set_logo_icon_name() Set logo to be displayed, by name. set_name() Set the program name. set_translator_credits() Sets the translator credits string. set_url_hook() set_version() Set the version of your program set_website() Set the program's website. set_website_label() Sets the label to be used for the website link.