#include <druid-page.h>
Inheritance diagram for Gnome::UI::DruidPage:

Public Member Functions | ||||
| virtual | ~DruidPage () | |||
| GnomeDruidPage * | gobj () | |||
| Provides access to the underlying C GtkObject. | ||||
| const GnomeDruidPage * | gobj () const | |||
| Provides access to the underlying C GtkObject. | ||||
| DruidPage () | ||||
| bool | next () | |||
| void | prepare () | |||
| bool | back () | |||
| void | finish () | |||
| bool | cancel () | |||
| Glib::SignalProxy1< bool, Gtk::Widget & > | signal_next () | |||
| Glib::SignalProxy1< void, Gtk::Widget & > | signal_prepare () | |||
| Glib::SignalProxy1< bool, Gtk::Widget & > | signal_back () | |||
| Glib::SignalProxy1< void, Gtk::Widget & > | signal_finish () | |||
| Glib::SignalProxy1< bool, Gtk::Widget & > | signal_cancel () | |||
| virtual void | set_bg_color (const Gdk::Color &color) | |||
| virtual void | set_title (const Glib::ustring &title) | |||
| virtual void | set_title_color (const Gdk::Color &color) | |||
| virtual void | set_logo (const Glib::RefPtr< Gdk::Pixbuf > &logo_image) | |||
| virtual void | set_logo_bg_color (const Gdk::Color &color) | |||
Protected Member Functions | ||||
| virtual bool | on_next (Gtk::Widget &druid) | |||
| virtual void | on_prepare (Gtk::Widget &druid) | |||
| virtual bool | on_back (Gtk::Widget &druid) | |||
| virtual void | on_finish (Gtk::Widget &druid) | |||
| virtual bool | on_cancel (Gtk::Widget &druid) | |||
Related Functions | ||||
| (Note that these are not member functions.) | ||||
| Gnome::UI::DruidPage * | wrap (GnomeDruidPage *object, bool take_copy=false) | |||
| ||||
| virtual Gnome::UI::DruidPage::~DruidPage | ( | ) | [virtual] |
| Gnome::UI::DruidPage::DruidPage | ( | ) |
| GnomeDruidPage* Gnome::UI::DruidPage::gobj | ( | ) | [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Bin.
Reimplemented in Gnome::UI::DruidPageEdge, and Gnome::UI::DruidPageStandard.
| const GnomeDruidPage* Gnome::UI::DruidPage::gobj | ( | ) | const [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Bin.
Reimplemented in Gnome::UI::DruidPageEdge, and Gnome::UI::DruidPageStandard.
| virtual bool Gnome::UI::DruidPage::on_next | ( | Gtk::Widget & | druid | ) | [protected, virtual] |
| virtual void Gnome::UI::DruidPage::on_prepare | ( | Gtk::Widget & | druid | ) | [protected, virtual] |
| virtual bool Gnome::UI::DruidPage::on_back | ( | Gtk::Widget & | druid | ) | [protected, virtual] |
| virtual void Gnome::UI::DruidPage::on_finish | ( | Gtk::Widget & | druid | ) | [protected, virtual] |
| virtual bool Gnome::UI::DruidPage::on_cancel | ( | Gtk::Widget & | druid | ) | [protected, virtual] |
| bool Gnome::UI::DruidPage::next | ( | ) |
| void Gnome::UI::DruidPage::prepare | ( | ) |
| bool Gnome::UI::DruidPage::back | ( | ) |
| void Gnome::UI::DruidPage::finish | ( | ) |
| bool Gnome::UI::DruidPage::cancel | ( | ) |
| Glib::SignalProxy1< bool,Gtk::Widget& > Gnome::UI::DruidPage::signal_next | ( | ) |
| Glib::SignalProxy1< void,Gtk::Widget& > Gnome::UI::DruidPage::signal_prepare | ( | ) |
| Glib::SignalProxy1< bool,Gtk::Widget& > Gnome::UI::DruidPage::signal_back | ( | ) |
| Glib::SignalProxy1< void,Gtk::Widget& > Gnome::UI::DruidPage::signal_finish | ( | ) |
| Glib::SignalProxy1< bool,Gtk::Widget& > Gnome::UI::DruidPage::signal_cancel | ( | ) |
| virtual void Gnome::UI::DruidPage::set_bg_color | ( | const Gdk::Color & | color | ) | [virtual] |
Reimplemented in Gnome::UI::DruidPageEdge.
| virtual void Gnome::UI::DruidPage::set_title | ( | const Glib::ustring & | title | ) | [virtual] |
Reimplemented in Gnome::UI::DruidPageEdge, and Gnome::UI::DruidPageStandard.
| virtual void Gnome::UI::DruidPage::set_title_color | ( | const Gdk::Color & | color | ) | [virtual] |
Reimplemented in Gnome::UI::DruidPageEdge.
| virtual void Gnome::UI::DruidPage::set_logo | ( | const Glib::RefPtr< Gdk::Pixbuf > & | logo_image | ) | [virtual] |
Reimplemented in Gnome::UI::DruidPageEdge, and Gnome::UI::DruidPageStandard.
| virtual void Gnome::UI::DruidPage::set_logo_bg_color | ( | const Gdk::Color & | color | ) | [virtual] |
Reimplemented in Gnome::UI::DruidPageEdge.
| Gnome::UI::DruidPage * wrap | ( | GnomeDruidPage * | object, | |
| bool | take_copy = false | |||
| ) | [related] |
| 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. |
1.5.1