#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) |
|
|
|
|
|
|
|
|
|
|
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Bin. Reimplemented in Gnome::UI::DruidPageEdge, and Gnome::UI::DruidPageStandard. |
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Bin. Reimplemented in Gnome::UI::DruidPageEdge, and Gnome::UI::DruidPageStandard. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in Gnome::UI::DruidPageEdge. |
|
Reimplemented in Gnome::UI::DruidPageEdge, and Gnome::UI::DruidPageStandard. |
|
Reimplemented in Gnome::UI::DruidPageEdge. |
|
Reimplemented in Gnome::UI::DruidPageEdge, and Gnome::UI::DruidPageStandard. |
|
Reimplemented in Gnome::UI::DruidPageEdge. |
|
|
|
|
|
|
|
|
|
|
|
|