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 See Also GTK_STOCK_ABOUT
Warning gtk_about_dialog_get_name has been deprecated since version 2.12 and should not be used in newly-written code. Use gtk_about_dialog_get_program_name() instead. Returns the program name displayed in the about dialog. Since 2.6
Warning gtk_about_dialog_set_name has been deprecated since version 2.12 and should not be used in newly-written code. Use gtk_about_dialog_set_program_name() instead. Sets the name to display in the about dialog. If this is not set, it defaults to g_get_application_name(). Since 2.6
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
Returns the website URL. Since 2.6
Sets the URL to use for the website link. Note that that the hook functions need to be set up before calling this function. Since 2.6
Returns the label used for the website link. Since 2.6
Sets the label to be used for the website link. It defaults to the website URL. 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
Warning gtk_about_dialog_set_email_hook has been deprecated since version 2.24 and should not be used in newly-written code. Use the "activate-link" signal Installs a global function to be called whenever the user activates an email link in an about dialog. Since 2.18 there exists a default function which uses gtk_show_uri(). To deactivate it, you can pass NULL for func. Since 2.6
Warning gtk_about_dialog_set_url_hook has been deprecated since version 2.24 and should not be used in newly-written code. Use the "activate-link" signal Installs a global function to be called whenever the user activates a URL link in an about dialog. Since 2.18 there exists a default function which uses gtk_show_uri(). To deactivate it, you can pass NULL for func. Since 2.6