#include <druid-page-edge.h>
|
virtual | ~DruidPageEdge () |
|
GnomeDruidPageEdge * | gobj () |
| Provides access to the underlying C GtkObject. More...
|
|
const GnomeDruidPageEdge * | gobj () const |
| Provides access to the underlying C GtkObject. More...
|
|
| DruidPageEdge (EdgePosition position=EDGE_START, bool antialiased=true) |
|
| DruidPageEdge (EdgePosition position, const Glib::ustring &title, const Glib::ustring &text, bool antialiased=true) |
|
| DruidPageEdge (EdgePosition position, const Glib::ustring &title, const Glib::ustring &text, const Glib::RefPtr< Gdk::Pixbuf > &logo, const Glib::RefPtr< Gdk::Pixbuf > &watermark, const Glib::RefPtr< Gdk::Pixbuf > &top_watermark, bool antialiased=true) |
|
void | set_bg_color (const Gdk::Color &color) |
|
void | set_textbox_color (const Gdk::Color &color) |
|
void | set_logo_bg_color (const Gdk::Color &color) |
|
void | set_title_color (const Gdk::Color &color) |
|
void | set_text_color (const Gdk::Color &color) |
|
void | set_text (const Glib::ustring &text) |
|
void | set_title (const Glib::ustring &title) |
|
void | set_logo (const Glib::RefPtr< Gdk::Pixbuf > &logo_image) |
|
void | set_watermark (const Glib::RefPtr< Gdk::Pixbuf > &watermark) |
|
void | set_top_watermark (const Glib::RefPtr< Gdk::Pixbuf > &top_watermark) |
|
virtual | ~DruidPage () |
|
GnomeDruidPage * | gobj () |
| Provides access to the underlying C GtkObject. More...
|
|
const GnomeDruidPage * | gobj () const |
| Provides access to the underlying C GtkObject. More...
|
|
| 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 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) |
|
◆ ~DruidPageEdge()
virtual Gnome::UI::DruidPageEdge::~DruidPageEdge |
( |
| ) |
|
|
virtual |
◆ DruidPageEdge() [1/3]
◆ DruidPageEdge() [2/3]
Gnome::UI::DruidPageEdge::DruidPageEdge |
( |
EdgePosition |
position, |
|
|
const Glib::ustring & |
title, |
|
|
const Glib::ustring & |
text, |
|
|
bool |
antialiased = true |
|
) |
| |
◆ DruidPageEdge() [3/3]
Gnome::UI::DruidPageEdge::DruidPageEdge |
( |
EdgePosition |
position, |
|
|
const Glib::ustring & |
title, |
|
|
const Glib::ustring & |
text, |
|
|
const Glib::RefPtr< Gdk::Pixbuf > & |
logo, |
|
|
const Glib::RefPtr< Gdk::Pixbuf > & |
watermark, |
|
|
const Glib::RefPtr< Gdk::Pixbuf > & |
top_watermark, |
|
|
bool |
antialiased = true |
|
) |
| |
◆ gobj() [1/2]
GnomeDruidPageEdge* Gnome::UI::DruidPageEdge::gobj |
( |
| ) |
|
|
inline |
Provides access to the underlying C GtkObject.
◆ gobj() [2/2]
const GnomeDruidPageEdge* Gnome::UI::DruidPageEdge::gobj |
( |
| ) |
const |
|
inline |
Provides access to the underlying C GtkObject.
◆ set_bg_color()
void Gnome::UI::DruidPageEdge::set_bg_color |
( |
const Gdk::Color & |
color | ) |
|
|
virtual |
◆ set_logo()
void Gnome::UI::DruidPageEdge::set_logo |
( |
const Glib::RefPtr< Gdk::Pixbuf > & |
logo_image | ) |
|
|
virtual |
◆ set_logo_bg_color()
void Gnome::UI::DruidPageEdge::set_logo_bg_color |
( |
const Gdk::Color & |
color | ) |
|
|
virtual |
◆ set_text()
void Gnome::UI::DruidPageEdge::set_text |
( |
const Glib::ustring & |
text | ) |
|
◆ set_text_color()
void Gnome::UI::DruidPageEdge::set_text_color |
( |
const Gdk::Color & |
color | ) |
|
◆ set_textbox_color()
void Gnome::UI::DruidPageEdge::set_textbox_color |
( |
const Gdk::Color & |
color | ) |
|
◆ set_title()
void Gnome::UI::DruidPageEdge::set_title |
( |
const Glib::ustring & |
title | ) |
|
|
virtual |
◆ set_title_color()
void Gnome::UI::DruidPageEdge::set_title_color |
( |
const Gdk::Color & |
color | ) |
|
|
virtual |
◆ set_top_watermark()
void Gnome::UI::DruidPageEdge::set_top_watermark |
( |
const Glib::RefPtr< Gdk::Pixbuf > & |
top_watermark | ) |
|
◆ set_watermark()
void Gnome::UI::DruidPageEdge::set_watermark |
( |
const Glib::RefPtr< Gdk::Pixbuf > & |
watermark | ) |
|
◆ 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: