#include <druid.h>
Public Types | |
typedef DruidPage | Page |
Public Member Functions | |
virtual | ~Druid () |
GnomeDruid * | gobj () |
Provides access to the underlying C GtkObject. | |
const GnomeDruid * | gobj () const |
Provides access to the underlying C GtkObject. | |
Druid () | |
void | set_buttons_sensitive (bool back_sensitive, bool next_sensitive, bool cancel_sensitive, bool help_sensitive) |
void | set_show_finish (bool show_finish=true) |
void | set_show_help (bool show_help=true) |
void | prepend_page (const DruidPage &page) |
void | insert_page (const DruidPage &back_page, const DruidPage &page) |
void | append_page (const DruidPage &page) |
void | set_page (const DruidPage &page) |
Glib::SignalProxy0 < void > | signal_cancel () |
| |
Glib::SignalProxy0 < void > | signal_help () |
| |
Glib::PropertyProxy < bool > | _show_finish () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < bool > | _show_finish () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy < bool > | _show_help () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < bool > | _show_help () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Protected Member Functions | |
virtual void | on_cancel () |
virtual void | on_help () |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::UI::Druid * | wrap (GnomeDruid *object, bool take_copy=false) |
A Glib::wrap() method for this object. |
typedef DruidPage Gnome::UI::Druid::Page |
virtual Gnome::UI::Druid::~Druid | ( | ) | [virtual] |
Gnome::UI::Druid::Druid | ( | ) |
GnomeDruid* Gnome::UI::Druid::gobj | ( | ) | [inline] |
Provides access to the underlying C GtkObject.
const GnomeDruid* Gnome::UI::Druid::gobj | ( | ) | const [inline] |
Provides access to the underlying C GtkObject.
virtual void Gnome::UI::Druid::on_cancel | ( | ) | [protected, virtual] |
virtual void Gnome::UI::Druid::on_help | ( | ) | [protected, virtual] |
void Gnome::UI::Druid::set_buttons_sensitive | ( | bool | back_sensitive, | |
bool | next_sensitive, | |||
bool | cancel_sensitive, | |||
bool | help_sensitive | |||
) |
void Gnome::UI::Druid::set_show_finish | ( | bool | show_finish = true |
) |
void Gnome::UI::Druid::set_show_help | ( | bool | show_help = true |
) |
void Gnome::UI::Druid::prepend_page | ( | const DruidPage & | page | ) |
void Gnome::UI::Druid::append_page | ( | const DruidPage & | page | ) |
void Gnome::UI::Druid::set_page | ( | const DruidPage & | page | ) |
Glib::SignalProxy0< void > Gnome::UI::Druid::signal_cancel | ( | ) |
void on_my_cancel()
Glib::SignalProxy0< void > Gnome::UI::Druid::signal_help | ( | ) |
void on_my_help()
Glib::PropertyProxy<bool> Gnome::UI::Druid::_show_finish | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<bool> Gnome::UI::Druid::_show_finish | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> Gnome::UI::Druid::_show_help | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<bool> Gnome::UI::Druid::_show_help | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Gnome::UI::Druid * wrap | ( | GnomeDruid * | object, | |
bool | take_copy = false | |||
) | [related] |
A Glib::wrap() method for this object.
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. |