#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...
|
|
◆ ~DruidPage()
virtual Gnome::UI::DruidPage::~DruidPage |
( |
| ) |
|
|
virtual |
◆ DruidPage()
Gnome::UI::DruidPage::DruidPage |
( |
| ) |
|
◆ back()
bool Gnome::UI::DruidPage::back |
( |
| ) |
|
◆ cancel()
bool Gnome::UI::DruidPage::cancel |
( |
| ) |
|
◆ finish()
void Gnome::UI::DruidPage::finish |
( |
| ) |
|
◆ gobj() [1/2]
GnomeDruidPage * Gnome::UI::DruidPage::gobj |
( |
| ) |
|
|
inline |
Provides access to the underlying C GtkObject.
◆ gobj() [2/2]
const GnomeDruidPage * Gnome::UI::DruidPage::gobj |
( |
| ) |
const |
|
inline |
Provides access to the underlying C GtkObject.
◆ next()
bool Gnome::UI::DruidPage::next |
( |
| ) |
|
◆ on_back()
virtual bool Gnome::UI::DruidPage::on_back |
( |
Gtk::Widget & |
druid | ) |
|
|
protectedvirtual |
◆ on_cancel()
virtual bool Gnome::UI::DruidPage::on_cancel |
( |
Gtk::Widget & |
druid | ) |
|
|
protectedvirtual |
◆ on_finish()
virtual void Gnome::UI::DruidPage::on_finish |
( |
Gtk::Widget & |
druid | ) |
|
|
protectedvirtual |
◆ on_next()
virtual bool Gnome::UI::DruidPage::on_next |
( |
Gtk::Widget & |
druid | ) |
|
|
protectedvirtual |
◆ on_prepare()
virtual void Gnome::UI::DruidPage::on_prepare |
( |
Gtk::Widget & |
druid | ) |
|
|
protectedvirtual |
◆ prepare()
void Gnome::UI::DruidPage::prepare |
( |
| ) |
|
◆ set_bg_color()
virtual void Gnome::UI::DruidPage::set_bg_color |
( |
const Gdk::Color & |
color | ) |
|
|
virtual |
◆ set_logo()
virtual void Gnome::UI::DruidPage::set_logo |
( |
const Glib::RefPtr< Gdk::Pixbuf > & |
logo_image | ) |
|
|
virtual |
◆ set_logo_bg_color()
virtual void Gnome::UI::DruidPage::set_logo_bg_color |
( |
const Gdk::Color & |
color | ) |
|
|
virtual |
◆ set_title()
virtual void Gnome::UI::DruidPage::set_title |
( |
const Glib::ustring & |
title | ) |
|
|
virtual |
◆ set_title_color()
virtual void Gnome::UI::DruidPage::set_title_color |
( |
const Gdk::Color & |
color | ) |
|
|
virtual |
◆ signal_back()
Glib::SignalProxy1< bool, Gtk::Widget & > Gnome::UI::DruidPage::signal_back |
( |
| ) |
|
- Prototype:
bool on_my_back(Gtk::Widget& druid)
◆ signal_cancel()
Glib::SignalProxy1< bool, Gtk::Widget & > Gnome::UI::DruidPage::signal_cancel |
( |
| ) |
|
- Prototype:
bool on_my_cancel(Gtk::Widget& druid)
◆ signal_finish()
Glib::SignalProxy1< void, Gtk::Widget & > Gnome::UI::DruidPage::signal_finish |
( |
| ) |
|
- Prototype:
void on_my_finish(Gtk::Widget& druid)
◆ signal_next()
Glib::SignalProxy1< bool, Gtk::Widget & > Gnome::UI::DruidPage::signal_next |
( |
| ) |
|
- Prototype:
bool on_my_next(Gtk::Widget& druid)
◆ signal_prepare()
Glib::SignalProxy1< void, Gtk::Widget & > Gnome::UI::DruidPage::signal_prepare |
( |
| ) |
|
- Prototype:
void on_my_prepare(Gtk::Widget& druid)
◆ wrap()
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: