#include <druid-page-edge.h>
List of all members.
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.
|
Constructor & Destructor Documentation
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 |
|
) |
| |
Member Function Documentation
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] |
void Gnome::UI::DruidPageEdge::set_logo |
( |
const Glib::RefPtr< Gdk::Pixbuf > & |
logo_image | ) |
[virtual] |
void Gnome::UI::DruidPageEdge::set_logo_bg_color |
( |
const Gdk::Color & |
color | ) |
[virtual] |
void Gnome::UI::DruidPageEdge::set_text |
( |
const Glib::ustring & |
text | ) |
|
void Gnome::UI::DruidPageEdge::set_text_color |
( |
const Gdk::Color & |
color | ) |
|
void Gnome::UI::DruidPageEdge::set_textbox_color |
( |
const Gdk::Color & |
color | ) |
|
void Gnome::UI::DruidPageEdge::set_title |
( |
const Glib::ustring & |
title | ) |
[virtual] |
void Gnome::UI::DruidPageEdge::set_title_color |
( |
const Gdk::Color & |
color | ) |
[virtual] |
void Gnome::UI::DruidPageEdge::set_top_watermark |
( |
const Glib::RefPtr< Gdk::Pixbuf > & |
top_watermark | ) |
|
void Gnome::UI::DruidPageEdge::set_watermark |
( |
const Glib::RefPtr< Gdk::Pixbuf > & |
watermark | ) |
|
Friends And Related Function Documentation
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: