Gnome::UI::DruidPageStandard Class Reference

#include <druid-page-standard.h>

Inheritance diagram for Gnome::UI::DruidPageStandard:

Gnome::UI::DruidPage Bin List of all members.

Public Member Functions

virtual ~DruidPageStandard ()
GnomeDruidPageStandard * gobj ()
 Provides access to the underlying C GtkObject.
const GnomeDruidPageStandard * gobj () const
 Provides access to the underlying C GtkObject.
 DruidPageStandard ()
 DruidPageStandard (const Glib::ustring &title, const Glib::RefPtr< Gdk::Pixbuf > &logo_image, const Glib::RefPtr< Gdk::Pixbuf > &top_watermark)
void set_title (const Glib::ustring &title)
void set_logo (const Glib::RefPtr< Gdk::Pixbuf > &logo_image)
void set_top_watermark (const Glib::RefPtr< Gdk::Pixbuf > &top_watermark_image)
void set_title_foreground (const Gdk::Color &color)
void set_background (const Gdk::Color &color)
void set_logo_background (const Gdk::Color &color)
void set_contents_background (const Gdk::Color &color)
void append_item (const Glib::ustring &question_mnemonic, Gtk::Widget &item, const Glib::ustring &additional_info_markup)
Gtk::VBox * get_vbox () const
 Pack widgets into the VBox.
Glib::ustring get_title () const
Glib::RefPtr< Gdk::Pixbuf > get_logo () const
Glib::RefPtr< Gdk::Pixbuf > get_top_watermark () const
Gdk::Color get_title_foreground () const
Gdk::Color get_background () const
Gdk::Color get_logo_background () const
Gdk::Color get_contents_background () const
Glib::PropertyProxy< Glib::ustring > _title ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< Gdk::Pixbuf > _logo ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< Gdk::Pixbuf > _top_watermark ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_WriteOnly<
Glib::ustring > 
_title_foreground ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< Gdk::Color > _title_foreground_gdk ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< bool > _title_foreground_set ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_WriteOnly<
Glib::ustring > 
_background ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< Gdk::Color > _background_gdk ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< bool > _background_set ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_WriteOnly<
Glib::ustring > 
_logo_background ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< Gdk::Color > _logo_background_gdk ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< bool > _logo_background_set ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Related Functions

(Note that these are not member functions.)

Gnome::UI::DruidPageStandardwrap (GnomeDruidPageStandard *object, bool take_copy=false)

Constructor & Destructor Documentation

virtual Gnome::UI::DruidPageStandard::~DruidPageStandard (  )  [virtual]

Gnome::UI::DruidPageStandard::DruidPageStandard (  ) 

Gnome::UI::DruidPageStandard::DruidPageStandard ( const Glib::ustring &  title,
const Glib::RefPtr< Gdk::Pixbuf > &  logo_image,
const Glib::RefPtr< Gdk::Pixbuf > &  top_watermark 
)


Member Function Documentation

GnomeDruidPageStandard* Gnome::UI::DruidPageStandard::gobj (  )  [inline]

Provides access to the underlying C GtkObject.

Reimplemented from Gnome::UI::DruidPage.

const GnomeDruidPageStandard* Gnome::UI::DruidPageStandard::gobj (  )  const [inline]

Provides access to the underlying C GtkObject.

Reimplemented from Gnome::UI::DruidPage.

void Gnome::UI::DruidPageStandard::set_title ( const Glib::ustring &  title  )  [virtual]

Reimplemented from Gnome::UI::DruidPage.

void Gnome::UI::DruidPageStandard::set_logo ( const Glib::RefPtr< Gdk::Pixbuf > &  logo_image  )  [virtual]

Reimplemented from Gnome::UI::DruidPage.

void Gnome::UI::DruidPageStandard::set_top_watermark ( const Glib::RefPtr< Gdk::Pixbuf > &  top_watermark_image  ) 

void Gnome::UI::DruidPageStandard::set_title_foreground ( const Gdk::Color &  color  ) 

void Gnome::UI::DruidPageStandard::set_background ( const Gdk::Color &  color  ) 

void Gnome::UI::DruidPageStandard::set_logo_background ( const Gdk::Color &  color  ) 

void Gnome::UI::DruidPageStandard::set_contents_background ( const Gdk::Color &  color  ) 

void Gnome::UI::DruidPageStandard::append_item ( const Glib::ustring &  question_mnemonic,
Gtk::Widget &  item,
const Glib::ustring &  additional_info_markup 
)

Gtk::VBox* Gnome::UI::DruidPageStandard::get_vbox (  )  const

Pack widgets into the VBox.

Glib::ustring Gnome::UI::DruidPageStandard::get_title (  )  const

Glib::RefPtr<Gdk::Pixbuf> Gnome::UI::DruidPageStandard::get_logo (  )  const

Glib::RefPtr<Gdk::Pixbuf> Gnome::UI::DruidPageStandard::get_top_watermark (  )  const

Gdk::Color Gnome::UI::DruidPageStandard::get_title_foreground (  )  const

Gdk::Color Gnome::UI::DruidPageStandard::get_background (  )  const

Gdk::Color Gnome::UI::DruidPageStandard::get_logo_background (  )  const

Gdk::Color Gnome::UI::DruidPageStandard::get_contents_background (  )  const

Glib::PropertyProxy<Glib::ustring> Gnome::UI::DruidPageStandard::_title (  ) 

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Glib::PropertyProxy<Gdk::Pixbuf> Gnome::UI::DruidPageStandard::_logo (  ) 

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Glib::PropertyProxy<Gdk::Pixbuf> Gnome::UI::DruidPageStandard::_top_watermark (  ) 

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Glib::PropertyProxy_WriteOnly<Glib::ustring> Gnome::UI::DruidPageStandard::_title_foreground (  ) 

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Glib::PropertyProxy<Gdk::Color> Gnome::UI::DruidPageStandard::_title_foreground_gdk (  ) 

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Glib::PropertyProxy<bool> Gnome::UI::DruidPageStandard::_title_foreground_set (  ) 

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Glib::PropertyProxy_WriteOnly<Glib::ustring> Gnome::UI::DruidPageStandard::_background (  ) 

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Glib::PropertyProxy<Gdk::Color> Gnome::UI::DruidPageStandard::_background_gdk (  ) 

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Glib::PropertyProxy<bool> Gnome::UI::DruidPageStandard::_background_set (  ) 

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Glib::PropertyProxy_WriteOnly<Glib::ustring> Gnome::UI::DruidPageStandard::_logo_background (  ) 

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Glib::PropertyProxy<Gdk::Color> Gnome::UI::DruidPageStandard::_logo_background_gdk (  ) 

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Glib::PropertyProxy<bool> Gnome::UI::DruidPageStandard::_logo_background_set (  ) 

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.


Friends And Related Function Documentation

Gnome::UI::DruidPageStandard * wrap ( GnomeDruidPageStandard *  object,
bool  take_copy = false 
) [related]


The documentation for this class was generated from the following file:
Generated on Sat Jul 7 14:53:26 2007 for libgnomeuimm by  doxygen 1.5.2