Gtk::AboutDialog Class Reference
[Dialogs]

Detailed Description
The AboutDialog 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 About option from the Help menu. All parts of the dialog are optional.
About dialogs often contain links and email addresses. Gtk::AboutDialog supports this by offering global hooks, which are called when the user clicks on a link or email address, see set_email_hook() and set_url_hook(). Email addresses in the authors, documenters and artists properties are recognized by looking for <user>, URLs are recognized by looking for http://url, with the URL extending to the next space, tab or line break.
An AboutDialog looks like this:

Public Types | |
typedef sigc::slot< void, AboutDialog&, const Glib::ustring& > | SlotActivateLink |
For instance, void on_activate_link_url(AboutDialog& about_dialog, const Glib::ustring& link);. | |
Public Member Functions | |
AboutDialog () | |
Glib::StringArrayHandle | get_artists () const |
Return value: A 0 -terminated string array containing. | |
Glib::StringArrayHandle | get_authors () const |
Return value: A 0 -terminated string array containing. | |
Glib::ustring | get_comments () const |
Return value: The comments. | |
Glib::ustring | get_copyright () const |
Return value: The copyright string. | |
Glib::StringArrayHandle | get_documenters () const |
Return value: A 0 -terminated string array containing. | |
Glib::ustring | get_license () const |
Return value: The license information. | |
Glib::RefPtr<const Gdk::Pixbuf> | get_logo () const |
Return value: the pixbuf displayed as logo. | |
Glib::RefPtr<Gdk::Pixbuf> | get_logo () |
Return value: the pixbuf displayed as logo. | |
Glib::ustring | get_logo_icon_name () const |
Return value: the icon name displayed as logo. | |
Glib::ustring | get_name () const |
Return value: The program name. | |
Glib::ustring | get_program_name () const |
Return value: The program name. | |
Glib::ustring | get_translator_credits () const |
Return value: The translator credits string. | |
Glib::ustring | get_version () const |
Return value: The version string. | |
Glib::ustring | get_website () const |
Return value: The website URL. | |
Glib::ustring | get_website_label () const |
Return value: The label used for the website link. | |
bool | get_wrap_license () const |
Returns: true if the license text is wrapped. | |
const GtkAboutDialog* | gobj () const |
Provides access to the underlying C GtkObject. | |
GtkAboutDialog* | gobj () |
Provides access to the underlying C GtkObject. | |
Glib::PropertyProxy_ReadOnly <Glib::StringArrayHandle> | property_artists () const |
List of people who have contributed artwork to the program. | |
Glib::PropertyProxy <Glib::StringArrayHandle> | property_artists () |
List of people who have contributed artwork to the program. | |
Glib::PropertyProxy_ReadOnly <Glib::StringArrayHandle> | property_authors () const |
List of authors of the program. | |
Glib::PropertyProxy <Glib::StringArrayHandle> | property_authors () |
List of authors of the program. | |
Glib::PropertyProxy_ReadOnly <Glib::ustring> | property_comments () const |
Comments about the program. | |
Glib::PropertyProxy <Glib::ustring> | property_comments () |
Comments about the program. | |
Glib::PropertyProxy_ReadOnly <Glib::ustring> | property_copyright () const |
Copyright information for the program. | |
Glib::PropertyProxy <Glib::ustring> | property_copyright () |
Copyright information for the program. | |
Glib::PropertyProxy_ReadOnly <Glib::StringArrayHandle> | property_documenters () const |
List of people documenting the program. | |
Glib::PropertyProxy <Glib::StringArrayHandle> | property_documenters () |
List of people documenting the program. | |
Glib::PropertyProxy_ReadOnly <Glib::ustring> | property_license () const |
The license of the program. | |
Glib::PropertyProxy <Glib::ustring> | property_license () |
The license of the program. | |
Glib::PropertyProxy_ReadOnly <Glib::RefPtr<Gdk::Pixbuf>> | property_logo () const |
A logo for the about box. | |
Glib::PropertyProxy <Glib::RefPtr<Gdk::Pixbuf>> | property_logo () |
A logo for the about box. | |
Glib::PropertyProxy_ReadOnly <Glib::ustring> | property_logo_icon_name () const |
A named icon to use as the logo for the about box. | |
Glib::PropertyProxy <Glib::ustring> | property_logo_icon_name () |
A named icon to use as the logo for the about box. | |
Glib::PropertyProxy_ReadOnly <Glib::ustring> | property_name () const |
The name of the widget. | |
Glib::PropertyProxy <Glib::ustring> | property_name () |
The name of the widget. | |
Glib::PropertyProxy_ReadOnly <Glib::ustring> | property_program_name () const |
The name of the program. | |
Glib::PropertyProxy <Glib::ustring> | property_program_name () |
The name of the program. | |
Glib::PropertyProxy_ReadOnly <Glib::StringArrayHandle> | property_translator_credits () const |
Credits to the translators. | |
Glib::PropertyProxy <Glib::StringArrayHandle> | property_translator_credits () |
Credits to the translators. | |
Glib::PropertyProxy_ReadOnly <Glib::ustring> | property_version () const |
The version of the program. | |
Glib::PropertyProxy <Glib::ustring> | property_version () |
The version of the program. | |
Glib::PropertyProxy_ReadOnly <Glib::ustring> | property_website () const |
The URL for the link to the website of the program. | |
Glib::PropertyProxy <Glib::ustring> | property_website () |
The URL for the link to the website of the program. | |
Glib::PropertyProxy_ReadOnly <Glib::ustring> | property_website_label () const |
The label for the link to the website of the program. | |
Glib::PropertyProxy <Glib::ustring> | property_website_label () |
The label for the link to the website of the program. | |
Glib::PropertyProxy_ReadOnly <bool> | property_wrap_license () const |
Whether to wrap the license text. | |
Glib::PropertyProxy<bool> | property_wrap_license () |
Whether to wrap the license text. | |
void | set_artists (const Glib::StringArrayHandle& artists) |
Sets the strings which are displayed in the artists tab of the secondary credits dialog. | |
void | set_authors (const Glib::StringArrayHandle& authors) const |
Sets the strings which are displayed in the authors tab of the secondary credits dialog. | |
void | set_comments (const Glib::ustring& comments) |
Sets the comments string to display in the about dialog. | |
void | set_copyright (const Glib::ustring& copyright) |
Sets the copyright string to display in the about dialog. | |
void | set_documenters (const Glib::StringArrayHandle& documenters) |
Sets the strings which are displayed in the documenters tab of the secondary credits dialog. | |
void | set_license (const Glib::ustring& license) |
Sets the license information to be displayed in the secondary license dialog. | |
void | set_logo (const Glib::RefPtr<Gdk::Pixbuf>& logo) |
Sets the pixbuf to be displayed as logo in the about dialog. | |
void | set_logo_icon_name (const Glib::ustring& icon_name) |
Sets the pixbuf to be displayed as logo in the about dialog. | |
void | set_name (const Glib::ustring& name) |
Sets the name to display in the about dialog. | |
void | set_program_name (const Glib::ustring& name) |
Sets the name to display in the about dialog. | |
void | set_translator_credits (const Glib::ustring& translator_credits) |
Sets the translator credits string which is displayed in the translators tab of the secondary credits dialog. | |
void | set_version (const Glib::ustring& version) |
Sets the version string to display in the about dialog. | |
void | set_website (const Glib::ustring& website) |
Sets the URL to use for the website link. | |
void | set_website_label (const Glib::ustring& website_label) |
Sets the label to be used for the website link. | |
void | set_wrap_license (bool wrap_license) |
Sets whether the license text in about is automatically wrapped. | |
virtual | ~AboutDialog () |
Static Public Member Functions | |
static void | set_email_hook (const SlotActivateLink& slot) |
Installs a global callback to be called whenever the user activates an email link in an about dialog. | |
static void | set_url_hook (const SlotActivateLink& slot) |
Installs a global callback to be called whenever the user activates a URL link in an about dialog. | |
Related Functions | |
(Note that these are not member functions.) | |
Gtk::AboutDialog* | wrap (GtkAboutDialog* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
Member Typedef Documentation
typedef sigc::slot<void, AboutDialog& , const Glib::ustring& > Gtk::AboutDialog::SlotActivateLink |
For instance, void on_activate_link_url(AboutDialog& about_dialog, const Glib::ustring& link);.
Constructor & Destructor Documentation
virtual Gtk::AboutDialog::~AboutDialog | ( | ) | [virtual] |
Gtk::AboutDialog::AboutDialog | ( | ) |
Member Function Documentation
Glib::StringArrayHandle Gtk::AboutDialog::get_artists | ( | ) | const |
Return value: A 0
-terminated string array containing.
- Returns:
- A
0
-terminated string array containing the artists. The array is owned by the about dialog and must not be modified.
Glib::StringArrayHandle Gtk::AboutDialog::get_authors | ( | ) | const |
Return value: A 0
-terminated string array containing.
- Returns:
- A
0
-terminated string array containing the authors. The array is owned by the about dialog and must not be modified.
Glib::ustring Gtk::AboutDialog::get_comments | ( | ) | const |
Return value: The comments.
The string is owned by the about
- Returns:
- The comments. The string is owned by the about dialog and must not be modified.
Glib::ustring Gtk::AboutDialog::get_copyright | ( | ) | const |
Return value: The copyright string.
The string is owned by the about
- Returns:
- The copyright string. The string is owned by the about dialog and must not be modified.
Glib::StringArrayHandle Gtk::AboutDialog::get_documenters | ( | ) | const |
Return value: A 0
-terminated string array containing.
- Returns:
- A
0
-terminated string array containing the documenters. The array is owned by the about dialog and must not be modified.
Glib::ustring Gtk::AboutDialog::get_license | ( | ) | const |
Return value: The license information.
The string is owned by the about
- Returns:
- The license information. The string is owned by the about dialog and must not be modified.
Glib::RefPtr<const Gdk::Pixbuf> Gtk::AboutDialog::get_logo | ( | ) | const |
Return value: the pixbuf displayed as logo.
The pixbuf is
- Returns:
- The pixbuf displayed as logo. The pixbuf is owned by the about dialog. If you want to keep a reference to it, you have to call Glib::object_ref() on it.
Glib::RefPtr<Gdk::Pixbuf> Gtk::AboutDialog::get_logo | ( | ) |
Return value: the pixbuf displayed as logo.
The pixbuf is
- Returns:
- The pixbuf displayed as logo. The pixbuf is owned by the about dialog. If you want to keep a reference to it, you have to call Glib::object_ref() on it.
Glib::ustring Gtk::AboutDialog::get_logo_icon_name | ( | ) | const |
Return value: the icon name displayed as logo.
The string is
- Returns:
- The icon name displayed as logo. The string is owned by the dialog. If you want to keep a reference to it, you have to call Glib::strdup() on it.
Glib::ustring Gtk::AboutDialog::get_name | ( | ) | const |
Return value: The program name.
The string is owned by the about
- Returns:
- The program name. The string is owned by the about dialog and must not be modified.
Reimplemented from Gtk::Widget.
Glib::ustring Gtk::AboutDialog::get_program_name | ( | ) | const |
Glib::ustring Gtk::AboutDialog::get_translator_credits | ( | ) | const |
Return value: The translator credits string.
The string is
- Returns:
- The translator credits string. The string is owned by the about dialog and must not be modified.
Glib::ustring Gtk::AboutDialog::get_version | ( | ) | const |
Return value: The version string.
The string is owned by the about
- Returns:
- The version string. The string is owned by the about dialog and must not be modified.
Glib::ustring Gtk::AboutDialog::get_website | ( | ) | const |
Return value: The website URL.
The string is owned by the about
- Returns:
- The website URL. The string is owned by the about dialog and must not be modified.
Glib::ustring Gtk::AboutDialog::get_website_label | ( | ) | const |
Return value: The label used for the website link.
- Returns:
- The label used for the website link.
bool Gtk::AboutDialog::get_wrap_license | ( | ) | const |
Returns: true
if the license text is wrapped.
- Returns:
true
if the license text is wrapped
const GtkAboutDialog* Gtk::AboutDialog::gobj | ( | ) | const [inline] |
GtkAboutDialog* Gtk::AboutDialog::gobj | ( | ) | [inline] |
Glib::PropertyProxy_ReadOnly<Glib::StringArrayHandle> Gtk::AboutDialog::property_artists | ( | ) | const |
List of people who have contributed artwork to the program.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy<Glib::StringArrayHandle> Gtk::AboutDialog::property_artists | ( | ) |
List of people who have contributed artwork to the program.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy_ReadOnly<Glib::StringArrayHandle> Gtk::AboutDialog::property_authors | ( | ) | const |
List of authors of the program.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy<Glib::StringArrayHandle> Gtk::AboutDialog::property_authors | ( | ) |
List of authors of the program.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy_ReadOnly<Glib::ustring> Gtk::AboutDialog::property_comments | ( | ) | const |
Comments about the program.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy<Glib::ustring> Gtk::AboutDialog::property_comments | ( | ) |
Comments about the program.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy_ReadOnly<Glib::ustring> Gtk::AboutDialog::property_copyright | ( | ) | const |
Copyright information for the program.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy<Glib::ustring> Gtk::AboutDialog::property_copyright | ( | ) |
Copyright information for the program.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy_ReadOnly<Glib::StringArrayHandle> Gtk::AboutDialog::property_documenters | ( | ) | const |
List of people documenting the program.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy<Glib::StringArrayHandle> Gtk::AboutDialog::property_documenters | ( | ) |
List of people documenting the program.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy_ReadOnly<Glib::ustring> Gtk::AboutDialog::property_license | ( | ) | const |
The license of the program.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy<Glib::ustring> Gtk::AboutDialog::property_license | ( | ) |
The license of the program.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy_ReadOnly<Glib::RefPtr<Gdk::Pixbuf>> Gtk::AboutDialog::property_logo | ( | ) | const |
A logo for the about box.
If this is not set
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy<Glib::RefPtr<Gdk::Pixbuf>> Gtk::AboutDialog::property_logo | ( | ) |
A logo for the about box.
If this is not set
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy_ReadOnly<Glib::ustring> Gtk::AboutDialog::property_logo_icon_name | ( | ) | const |
A named icon to use as the logo for the about box.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy<Glib::ustring> Gtk::AboutDialog::property_logo_icon_name | ( | ) |
A named icon to use as the logo for the about box.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy_ReadOnly<Glib::ustring> Gtk::AboutDialog::property_name | ( | ) | const |
The name of the widget.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Reimplemented from Gtk::Widget.
Glib::PropertyProxy<Glib::ustring> Gtk::AboutDialog::property_name | ( | ) |
The name of the widget.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Reimplemented from Gtk::Widget.
Glib::PropertyProxy_ReadOnly<Glib::ustring> Gtk::AboutDialog::property_program_name | ( | ) | const |
The name of the program.
If this is not set
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy<Glib::ustring> Gtk::AboutDialog::property_program_name | ( | ) |
The name of the program.
If this is not set
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy_ReadOnly<Glib::StringArrayHandle> Gtk::AboutDialog::property_translator_credits | ( | ) | const |
Credits to the translators.
This string should be marked as translatable.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy<Glib::StringArrayHandle> Gtk::AboutDialog::property_translator_credits | ( | ) |
Credits to the translators.
This string should be marked as translatable.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy_ReadOnly<Glib::ustring> Gtk::AboutDialog::property_version | ( | ) | const |
The version of the program.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy<Glib::ustring> Gtk::AboutDialog::property_version | ( | ) |
The version of the program.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy_ReadOnly<Glib::ustring> Gtk::AboutDialog::property_website | ( | ) | const |
The URL for the link to the website of the program.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy<Glib::ustring> Gtk::AboutDialog::property_website | ( | ) |
The URL for the link to the website of the program.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy_ReadOnly<Glib::ustring> Gtk::AboutDialog::property_website_label | ( | ) | const |
The label for the link to the website of the program.
If this is not set
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy<Glib::ustring> Gtk::AboutDialog::property_website_label | ( | ) |
The label for the link to the website of the program.
If this is not set
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy_ReadOnly<bool> Gtk::AboutDialog::property_wrap_license | ( | ) | const |
Whether to wrap the license text.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy<bool> Gtk::AboutDialog::property_wrap_license | ( | ) |
Whether to wrap the license text.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
void Gtk::AboutDialog::set_artists | ( | const Glib::StringArrayHandle & | artists | ) |
Sets the strings which are displayed in the artists tab of the secondary credits dialog.
- Parameters:
-
artists A 0
-terminated array of strings.
void Gtk::AboutDialog::set_authors | ( | const Glib::StringArrayHandle & | authors | ) | const |
Sets the strings which are displayed in the authors tab of the secondary credits dialog.
- Parameters:
-
authors A 0
-terminated array of strings.
void Gtk::AboutDialog::set_comments | ( | const Glib::ustring & | comments | ) |
Sets the comments string to display in the about dialog.
This should be a short string of one or two lines.
- Parameters:
-
comments A comments string.
void Gtk::AboutDialog::set_copyright | ( | const Glib::ustring & | copyright | ) |
Sets the copyright string to display in the about dialog.
This should be a short string of one or two lines.
- Parameters:
-
copyright The copyright string.
void Gtk::AboutDialog::set_documenters | ( | const Glib::StringArrayHandle & | documenters | ) |
Sets the strings which are displayed in the documenters tab of the secondary credits dialog.
- Parameters:
-
documenters A 0
-terminated array of strings.
static void Gtk::AboutDialog::set_email_hook | ( | const SlotActivateLink& | slot | ) | [static] |
Installs a global callback to be called whenever the user activates an email link in an about dialog.
- Parameters:
-
slot A function or method to call when an email link is activated.
void Gtk::AboutDialog::set_license | ( | const Glib::ustring & | license | ) |
Sets the license information to be displayed in the secondary license dialog.
If license is 0
, the license button is hidden.
- Parameters:
-
license The license information or 0
.
void Gtk::AboutDialog::set_logo | ( | const Glib::RefPtr<Gdk::Pixbuf>& | logo | ) |
Sets the pixbuf to be displayed as logo in the about dialog.
If it is 0
, the default window icon set with Gtk::Window::set_default_icon() will be used.
- Parameters:
-
logo A Gdk::Pixbuf, or 0
.
void Gtk::AboutDialog::set_logo_icon_name | ( | const Glib::ustring & | icon_name | ) |
Sets the pixbuf to be displayed as logo in the about dialog.
If it is 0
, the default window icon set with Gtk::Window::set_default_icon() will be used.
- Parameters:
-
icon_name An icon name, or 0
.
void Gtk::AboutDialog::set_name | ( | const Glib::ustring & | name | ) |
Sets the name to display in the about dialog.
If this is not set, it defaults to Glib::get_application_name().
Deprecated: 2.12: Use set_program_name() instead.
- Parameters:
-
name The program name.
Reimplemented from Gtk::Widget.
void Gtk::AboutDialog::set_program_name | ( | const Glib::ustring & | name | ) |
Sets the name to display in the about dialog.
If this is not set, it defaults to Glib::get_application_name().
- Parameters:
-
name The program name.
void Gtk::AboutDialog::set_translator_credits | ( | const Glib::ustring & | translator_credits | ) |
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 string for translation: |[ gtk_about_dialog_set_translator_credits (about, _("translator-credits")); ]| It is a good idea to use the customary msgid "translator-credits" for this purpose, since translators will already know the purpose of that msgid, and since Gtk::AboutDialog will detect if "translator-credits" is untranslated and hide the tab.
- Parameters:
-
translator_credits The translator credits.
static void Gtk::AboutDialog::set_url_hook | ( | const SlotActivateLink& | slot | ) | [static] |
Installs a global callback to be called whenever the user activates a URL link in an about dialog.
- Parameters:
-
slot A function or method to call when a URL link is activated.
void Gtk::AboutDialog::set_version | ( | const Glib::ustring & | version | ) |
Sets the version string to display in the about dialog.
- Parameters:
-
version The version string.
void Gtk::AboutDialog::set_website | ( | const Glib::ustring & | website | ) |
Sets the URL to use for the website link.
Note that that the hook functions need to be set up before calling this function.
- Parameters:
-
website A URL string starting with "http://".
void Gtk::AboutDialog::set_website_label | ( | const Glib::ustring & | website_label | ) |
Sets the label to be used for the website link.
It defaults to the website URL.
- Parameters:
-
website_label The label used for the website link.
void Gtk::AboutDialog::set_wrap_license | ( | bool | wrap_license | ) |
Sets whether the license text in about is automatically wrapped.
- Parameters:
-
wrap_license Whether to wrap the license.
Friends And Related Function Documentation
Gtk::AboutDialog* wrap | ( | GtkAboutDialog * | object, | |
bool | take_copy = false | |||
) | [related] |
A Glib::wrap() method for this object.
- Parameters:
-
object The C instance. take_copy False if the result should take ownership of the C instance. True if it should take a new copy or ref.
- Returns:
- A C++ instance that wraps this C instance.
The documentation for this class was generated from the following file: