#include <druid-page-edge.h>
Inheritance diagram for Gnome::UI::DruidPageEdge:
Public Member Functions | |
virtual | ~DruidPageEdge () |
GnomeDruidPageEdge * | gobj () |
Provides access to the underlying C GtkObject. | |
const GnomeDruidPageEdge * | gobj () const |
Provides access to the underlying C GtkObject. | |
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) |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::UI::DruidPageEdge * | wrap (GnomeDruidPageEdge *object, bool take_copy=false) |
A Glib::wrap() method for this object. |
virtual Gnome::UI::DruidPageEdge::~DruidPageEdge | ( | ) | [virtual] |
Gnome::UI::DruidPageEdge::DruidPageEdge | ( | EdgePosition | position = EDGE_START , |
|
bool | antialiased = true | |||
) | [explicit] |
Gnome::UI::DruidPageEdge::DruidPageEdge | ( | EdgePosition | position, | |
const Glib::ustring & | title, | |||
const Glib::ustring & | text, | |||
bool | antialiased = true | |||
) |
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 | |||
) |
GnomeDruidPageEdge* Gnome::UI::DruidPageEdge::gobj | ( | ) | [inline] |
const GnomeDruidPageEdge* Gnome::UI::DruidPageEdge::gobj | ( | ) | const [inline] |
void Gnome::UI::DruidPageEdge::set_bg_color | ( | const Gdk::Color & | color | ) | [virtual] |
Reimplemented from Gnome::UI::DruidPage.
void Gnome::UI::DruidPageEdge::set_textbox_color | ( | const Gdk::Color & | color | ) |
void Gnome::UI::DruidPageEdge::set_logo_bg_color | ( | const Gdk::Color & | color | ) | [virtual] |
Reimplemented from Gnome::UI::DruidPage.
void Gnome::UI::DruidPageEdge::set_title_color | ( | const Gdk::Color & | color | ) | [virtual] |
Reimplemented from Gnome::UI::DruidPage.
void Gnome::UI::DruidPageEdge::set_text_color | ( | const Gdk::Color & | color | ) |
void Gnome::UI::DruidPageEdge::set_text | ( | const Glib::ustring & | text | ) |
void Gnome::UI::DruidPageEdge::set_title | ( | const Glib::ustring & | title | ) | [virtual] |
Reimplemented from Gnome::UI::DruidPage.
void Gnome::UI::DruidPageEdge::set_logo | ( | const Glib::RefPtr< Gdk::Pixbuf > & | logo_image | ) | [virtual] |
Reimplemented from Gnome::UI::DruidPage.
void Gnome::UI::DruidPageEdge::set_watermark | ( | const Glib::RefPtr< Gdk::Pixbuf > & | watermark | ) |
void Gnome::UI::DruidPageEdge::set_top_watermark | ( | const Glib::RefPtr< Gdk::Pixbuf > & | top_watermark | ) |
Gnome::UI::DruidPageEdge * wrap | ( | GnomeDruidPageEdge * | object, | |
bool | take_copy = false | |||
) | [related] |
A Glib::wrap() method for this object.
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. |