the main Gtk struct
Get the main Gtk struct
the main Gtk struct as a void*
Creates a new section in the Credits page.
Returns the string which are displayed in the artists tab of the secondary credits dialog.
Returns the string which are displayed in the authors tab of the secondary credits dialog.
Returns the comments string.
Returns the copyright string.
Returns the string which are displayed in the documenters tab of the secondary credits dialog.
Returns the license information.
Retrieves the license set using gtk_about_dialog_set_license_type()
Returns the pixbuf displayed as logo in the about dialog.
Returns the icon name displayed as logo in the about dialog.
Returns the program name displayed in the about dialog.
Returns the translator credits string which is displayed in the translators tab of the secondary credits dialog.
Returns the version string.
Returns the website URL.
Returns the label used for the website link.
Returns whether the license text in @about is automatically wrapped.
Sets the strings which are displayed in the artists tab of the secondary credits dialog.
Sets the strings which are displayed in the authors tab of the secondary credits dialog.
Sets the comments string to display in the about dialog. This should be a short string of one or two lines.
Sets the copyright string to display in the about dialog. This should be a short string of one or two lines.
Sets the strings which are displayed in the documenters tab of the secondary credits dialog.
Sets the license information to be displayed in the secondary license dialog. If @license is %NULL, the license button is hidden.
Sets the license of the application showing the @about dialog from a list of known licenses.
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.
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.
Sets the name to display in the about dialog. If this is not set, it defaults to g_get_application_name().
Sets the translator credits string which is displayed in the translators tab of the secondary credits dialog.
Sets the version string to display in the about dialog.
Sets the URL to use for the website link.
Sets the label to be used for the website link.
Sets whether the license text in @about is automatically wrapped.
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_on_window().