![]() |
![]() |
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 | |
virtual | ~AboutDialog () |
GtkAboutDialog* | gobj () |
Provides access to the underlying C GtkObject. | |
const GtkAboutDialog* | gobj () const |
Provides access to the underlying C GtkObject. | |
AboutDialog () | |
Glib::ustring | get_name () const |
Retrieves the name of a widget. | |
void | set_name (const Glib::ustring& name) |
Widgets can be named, which allows you to refer to them from a gtkrc file. | |
Glib::ustring | get_version () const |
void | set_version (const Glib::ustring& version) |
Glib::ustring | get_copyright () const |
void | set_copyright (const Glib::ustring& copyright) |
Glib::ustring | get_comments () const |
void | set_comments (const Glib::ustring& comments) |
Glib::ustring | get_license () const |
void | set_license (const Glib::ustring& license) |
Glib::ustring | get_website () const |
void | set_website (const Glib::ustring& website) |
Glib::ustring | get_website_label () const |
void | set_website_label (const Glib::ustring& website_label) |
Glib::StringArrayHandle | get_authors () const |
void | set_authors (const Glib::StringArrayHandle& authors) const |
Glib::StringArrayHandle | get_documenters () const |
void | set_documenters (const Glib::StringArrayHandle& documenters) |
Glib::StringArrayHandle | get_artists () const |
void | set_artists (const Glib::StringArrayHandle& artists) |
Glib::ustring | get_translator_credits () const |
void | set_translator_credits (const Glib::ustring& translator_credits) |
Glib::RefPtr<Gdk::Pixbuf> | get_logo () |
Glib::RefPtr<const Gdk::Pixbuf> | get_logo () const |
void | set_logo (const Glib::RefPtr<Gdk::Pixbuf>& logo) |
Glib::ustring | get_logo_icon_name () const |
void | set_logo_icon_name (const Glib::ustring& icon_name) |
Glib::PropertyProxy<Glib::ustring> | property_name () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_name () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy<Glib::ustring> | property_version () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_version () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy<Glib::ustring> | property_copyright () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_copyright () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy<Glib::ustring> | property_comments () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_comments () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy<Glib::ustring> | property_website () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_website () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy<Glib::ustring> | property_website_label () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_website_label () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy<Glib::ustring> | property_license () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_license () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy<Glib::StringArrayHandle> | property_authors () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly< Glib::StringArrayHandle > | property_authors () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy<Glib::StringArrayHandle> | property_documenters () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly< Glib::StringArrayHandle > | property_documenters () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy<Glib::StringArrayHandle> | property_translator_credits () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly< Glib::StringArrayHandle > | property_translator_credits () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy<Glib::StringArrayHandle> | property_artists () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly< Glib::StringArrayHandle > | property_artists () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< Glib::RefPtr< Gdk::Pixbuf > > | property_logo () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly< Glib::RefPtr<Gdk::Pixbuf >> | property_logo () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Static Public Member Functions | |
void | set_email_hook (const SlotActivateLink& slot) |
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);.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Retrieves the name of a widget. See set_name() for the significance of widget names.
Reimplemented from Gtk::Widget. |
|
|
|
|
|
|
|
|
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Dialog. |
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Dialog. |
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Reimplemented from Gtk::Widget. |
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Reimplemented from Gtk::Widget. |
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Widgets can be named, which allows you to refer to them from a gtkrc file. You can apply a style to widgets with a particular name in the gtkrc file. See the documentation for gtkrc files (on the same page as the docs for Gtk::RcStyle). Note that widget names are separated by periods in paths (see path()), so names with embedded periods may cause confusion.
Reimplemented from Gtk::Widget. |
|
|
|
|
|
|
|
|
|
|
|
|