the main Gtk struct
the main Gtk struct as a void*
The signal which gets emitted to activate a URI. Applications may connect to it to override the default behaviour, which is to call gtk_show_uri(). TRUE if the link has been activated Since 2.24
Returns the program name displayed in the about dialog. Since 2.12
Sets the name to display in the about dialog. If this is not set, it defaults to g_get_application_name(). Since 2.12
Returns the version string. Since 2.6
Sets the version string to display in the about dialog. Since 2.6
Returns the copyright string. Since 2.6
Sets the copyright string to display in the about dialog. This should be a short string of one or two lines. Since 2.6
Returns the comments string. Since 2.6
Sets the comments string to display in the about dialog. This should be a short string of one or two lines. Since 2.6
Returns the license information. Since 2.6
Sets the license information to be displayed in the secondary license dialog. If license is NULL, the license button is hidden. Since 2.6
Returns whether the license text in about is automatically wrapped. Since 2.8
Sets whether the license text in about is automatically wrapped. Since 2.8
Retrieves the license set using gtk_about_dialog_set_license_type()
Sets the license of the application showing the about dialog from a list of known licenses. This function overrides the license set using gtk_about_dialog_set_license().
Returns the website URL. Since 2.6
Sets the URL to use for the website link. Since 2.6
Returns the label used for the website link. Since 2.6
Sets the label to be used for the website link. Since 2.6
Returns the string which are displayed in the authors tab of the secondary credits dialog. Since 2.6
Sets the strings which are displayed in the authors tab of the secondary credits dialog. Since 2.6
Returns the string which are displayed in the artists tab of the secondary credits dialog. Since 2.6
Sets the strings which are displayed in the artists tab of the secondary credits dialog. Since 2.6
Returns the string which are displayed in the documenters tab of the secondary credits dialog. Since 2.6
Sets the strings which are displayed in the documenters tab of the secondary credits dialog. Since 2.6
Returns the translator credits string which is displayed in the translators tab of the secondary credits dialog. Since 2.6
Sets the translator credits string which is displayed in the translators tab of the secondary credits dialog. The intended use for this string is to display the translator of the language which is currently used in the user interface. Using gettext(), a simple way to achieve that is to mark the Since 2.6
Returns the pixbuf displayed as logo in the about dialog. Since 2.6
Sets the pixbuf to be displayed as logo in the about dialog. If it is NULL, the default window icon set with gtk_window_set_default_icon() will be used. Since 2.6
Returns the icon name displayed as logo in the about dialog. Since 2.6
Sets the pixbuf to be displayed as logo in the about dialog. If it is NULL, the default window icon set with gtk_window_set_default_icon() will be used. Since 2.6
Creates a new section in the Credits page.