|
libgnomeuimm 2.28.0
|
#include <druid-page-edge.h>
Public Member Functions | |
| 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) |
Public Member Functions inherited from Gnome::UI::DruidPage | |
| 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 void | set_bg_color (const Gdk::Color &color) |
| virtual void | set_title (const Glib::ustring &title) |
| virtual void | set_title_color (const Gdk::Color &color) |
| virtual void | set_logo (const Glib::RefPtr< Gdk::Pixbuf > &logo_image) |
| virtual void | set_logo_bg_color (const Gdk::Color &color) |
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. More... | |
Related Functions inherited from Gnome::UI::DruidPage | |
| Gnome::UI::DruidPage * | wrap (GnomeDruidPage *object, bool take_copy=false) |
| A Glib::wrap() method for this object. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Gnome::UI::DruidPage | |
| 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) |
|
virtual |
|
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 |
||
| ) |
|
inline |
Provides access to the underlying C GtkObject.
|
inline |
Provides access to the underlying C GtkObject.
|
virtual |
Reimplemented from Gnome::UI::DruidPage.
|
virtual |
Reimplemented from Gnome::UI::DruidPage.
|
virtual |
Reimplemented from Gnome::UI::DruidPage.
| 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 | ) |
|
virtual |
Reimplemented from Gnome::UI::DruidPage.
|
virtual |
Reimplemented from Gnome::UI::DruidPage.
| 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 | ) |
|
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. |