#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) | |||
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 in Gnome::UI::DruidPageEdge, and Gnome::UI::DruidPageStandard.
const GnomeDruidPage* Gnome::UI::DruidPage::gobj | ( | ) | const [inline] |
Provides access to the underlying C GtkObject.
Reimplemented in Gnome::UI::DruidPageEdge, and Gnome::UI::DruidPageStandard.
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 | ( | ) |
bool next(Gtk::Widget& druid)
Glib::SignalProxy1< void,Gtk::Widget& > Gnome::UI::DruidPage::signal_prepare | ( | ) |
void prepare(Gtk::Widget& druid)
Glib::SignalProxy1< bool,Gtk::Widget& > Gnome::UI::DruidPage::signal_back | ( | ) |
bool back(Gtk::Widget& druid)
Glib::SignalProxy1< void,Gtk::Widget& > Gnome::UI::DruidPage::signal_finish | ( | ) |
void finish(Gtk::Widget& druid)
Glib::SignalProxy1< bool,Gtk::Widget& > Gnome::UI::DruidPage::signal_cancel | ( | ) |
bool cancel(Gtk::Widget& druid)
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. |