#include <druid-page.h>
|
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) |
|
|
(Note that these are not member functions.)
|
Gnome::UI::DruidPage * | wrap (GnomeDruidPage *object, bool take_copy=false) |
| A Glib::wrap() method for this object. More...
|
|
virtual Gnome::UI::DruidPage::~DruidPage |
( |
| ) |
|
|
virtual |
Gnome::UI::DruidPage::DruidPage |
( |
| ) |
|
bool Gnome::UI::DruidPage::back |
( |
| ) |
|
bool Gnome::UI::DruidPage::cancel |
( |
| ) |
|
void Gnome::UI::DruidPage::finish |
( |
| ) |
|
GnomeDruidPage* Gnome::UI::DruidPage::gobj |
( |
| ) |
|
|
inline |
Provides access to the underlying C GtkObject.
const GnomeDruidPage* Gnome::UI::DruidPage::gobj |
( |
| ) |
const |
|
inline |
Provides access to the underlying C GtkObject.
bool Gnome::UI::DruidPage::next |
( |
| ) |
|
virtual bool Gnome::UI::DruidPage::on_back |
( |
Gtk::Widget & |
druid | ) |
|
|
protectedvirtual |
virtual bool Gnome::UI::DruidPage::on_cancel |
( |
Gtk::Widget & |
druid | ) |
|
|
protectedvirtual |
virtual void Gnome::UI::DruidPage::on_finish |
( |
Gtk::Widget & |
druid | ) |
|
|
protectedvirtual |
virtual bool Gnome::UI::DruidPage::on_next |
( |
Gtk::Widget & |
druid | ) |
|
|
protectedvirtual |
virtual void Gnome::UI::DruidPage::on_prepare |
( |
Gtk::Widget & |
druid | ) |
|
|
protectedvirtual |
void Gnome::UI::DruidPage::prepare |
( |
| ) |
|
virtual void Gnome::UI::DruidPage::set_bg_color |
( |
const Gdk::Color & |
color | ) |
|
|
virtual |
virtual void Gnome::UI::DruidPage::set_logo |
( |
const Glib::RefPtr< Gdk::Pixbuf > & |
logo_image | ) |
|
|
virtual |
virtual void Gnome::UI::DruidPage::set_logo_bg_color |
( |
const Gdk::Color & |
color | ) |
|
|
virtual |
virtual void Gnome::UI::DruidPage::set_title |
( |
const Glib::ustring & |
title | ) |
|
|
virtual |
virtual void Gnome::UI::DruidPage::set_title_color |
( |
const Gdk::Color & |
color | ) |
|
|
virtual |
Glib::SignalProxy1< bool,Gtk::Widget& > Gnome::UI::DruidPage::signal_back |
( |
| ) |
|
- Prototype:
bool on_my_back(Gtk::Widget& druid)
Glib::SignalProxy1< bool,Gtk::Widget& > Gnome::UI::DruidPage::signal_cancel |
( |
| ) |
|
- Prototype:
bool on_my_cancel(Gtk::Widget& druid)
Glib::SignalProxy1< void,Gtk::Widget& > Gnome::UI::DruidPage::signal_finish |
( |
| ) |
|
- Prototype:
void on_my_finish(Gtk::Widget& druid)
Glib::SignalProxy1< bool,Gtk::Widget& > Gnome::UI::DruidPage::signal_next |
( |
| ) |
|
- Prototype:
bool on_my_next(Gtk::Widget& druid)
Glib::SignalProxy1< void,Gtk::Widget& > Gnome::UI::DruidPage::signal_prepare |
( |
| ) |
|
- Prototype:
void on_my_prepare(Gtk::Widget& druid)
A Glib::wrap() method for this object.
- Parameters
-
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. |
- Returns
- A C++ instance that wraps this C instance.
The documentation for this class was generated from the following file: