#include <about.h>
Inheritance diagram for Gnome::UI::About:
Public Member Functions | |
virtual | ~About () |
GnomeAbout * | gobj () |
Provides access to the underlying C GtkObject. | |
const GnomeAbout * | gobj () const |
Provides access to the underlying C GtkObject. | |
About (const Glib::ustring &name, const Glib::ustring &version, const Glib::ustring ©right, const Glib::ArrayHandle< Glib::ustring > &authors, const Glib::ArrayHandle< Glib::ustring > &documenters, const Glib::ustring &comments=Glib::ustring(), const Glib::ustring &translator_credits=Glib::ustring()) | |
Create an about box with the supplied information. | |
About (const Glib::ustring &name, const Glib::ustring &version, const Glib::ustring ©right, const Glib::ArrayHandle< Glib::ustring > &authors, const Glib::ArrayHandle< Glib::ustring > &documenters, const Glib::ustring &comments, const Glib::ustring &translator_credits, const Glib::RefPtr< Gdk::Pixbuf > &logo) | |
Create an about box with logo. | |
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< Glib::ustring > | property_version () |
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< Glib::ustring > | property_comments () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< Glib::ustring > | property_translator_credits () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::UI::About * | wrap (GnomeAbout *object, bool take_copy=false) |
For normal applications, an item to the help menu should be added to pop up the box. The box is supposed to contain a short description of the application together with the version string, copyright info, and a list of authors, documenters and translators.
|
|
|
Create an about box with the supplied information.
// note to translators: please fill in your names and email addresses Glib::ustring translators = _("translator_credits"); if (translators == "translator_credits") translators = ""; // ...
The comment before the definition of the When the user presses the OK button, the box will hide itself. So one way of implementing the about feature is to create the box once and store it somewhere for the lifetime of the main window, and then simply call show() and raise() on it when the about menu item is selected. |
|
Create an about box with logo. Contains an extra parameter which is a logo to display in the about box. |
|
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.
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.
|
|
|