![]() |
![]() |
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 |
Returns the string which are displayed in the artists tab of the secondary credits dialog. | |
Glib::StringArrayHandle | get_authors () const |
Returns the string which are displayed in the authors tab of the secondary credits dialog. | |
Glib::ustring | get_comments () const |
Returns the comments string. | |
Glib::ustring | get_copyright () const |
Returns the copyright string. | |
Glib::StringArrayHandle | get_documenters () const |
Returns the string which are displayed in the documenters tab of the secondary credits dialog. | |
Glib::ustring | get_license () const |
Returns the license information. | |
Glib::RefPtr<const Gdk::Pixbuf> | get_logo () const |
Returns the pixbuf displayed as logo in the about dialog. | |
Glib::RefPtr<Gdk::Pixbuf> | get_logo () |
Returns the pixbuf displayed as logo in the about dialog. | |
Glib::ustring | get_logo_icon_name () const |
Returns the icon name displayed as logo in the about dialog. | |
Glib::ustring | get_name () const |
Returns the program name displayed in the about dialog. | |
Glib::ustring | get_translator_credits () const |
Returns the translator credits string which is displayed in the translators tab of the secondary credits dialog. | |
Glib::ustring | get_version () const |
Returns the version string. | |
Glib::ustring | get_website () const |
Returns the website URL. | |
Glib::ustring | get_website_label () const |
Returns the label used for the website link. | |
bool | get_wrap_license () const |
Returns whether the license text in about is automatically 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 program. | |
Glib::PropertyProxy<Glib::ustring> | property_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_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) |
static void | set_url_hook (const SlotActivateLink& slot) |
Related Functions | |
(Note that these are not member functions.) | |
Gtk::AboutDialog* | wrap (GtkAboutDialog* object, bool take_copy=false) |
|
For instance, void on_activate_link_url(AboutDialog& about_dialog, const Glib::ustring& link);.
|
|
|
|
|
|
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.
|
|
Returns the pixbuf displayed as logo in the about dialog.
|
|
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.
Reimplemented from Gtk::Widget. |
|
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.
|
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Dialog. |
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Dialog. |
|
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.
|
|
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.
|
|
List of authors of the program. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
List of authors of the program. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
Comments about the program. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
Comments about the program. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
Copyright information for the program. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
Copyright information for the program. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
List of people documenting the program. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
List of people documenting the program. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
The license of the program. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
The license of the program. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
Reimplemented from Gtk::Widget. |
|
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.
Reimplemented from Gtk::Widget. |
|
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.
|
|
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.
|
|
The version of the program. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
The version of the program. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
Whether to wrap the license text. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
Whether to wrap the license text. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
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
|
|
Sets the pixbuf to be displayed as logo in the about dialog.
If it is
|
|
Sets the pixbuf to be displayed as logo in the about dialog.
If it is
|
|
Sets the name to display in the about dialog. If this is not set, it defaults to Glib::get_application_name().
Reimplemented from Gtk::Widget. |
|
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"));
|
|
|
|
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. It defaults to the website URL.
|
|
Sets whether the license text in about is automatically wrapped.
|
|
|