Gtk::ColorSelectionDialog Class Reference
[Dialogs]

This dialog allows the user to select a color. More...

Inherits Gtk::Dialog.

Collaboration diagram for Gtk::ColorSelectionDialog:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual ~ColorSelectionDialog ()
GtkColorSelectionDialog* gobj ()
 Provides access to the underlying C GtkObject.
const GtkColorSelectionDialog* gobj () const
 Provides access to the underlying C GtkObject.
 ColorSelectionDialog ()
 ColorSelectionDialog (const Glib::ustring& title)
ColorSelectionget_color_selection ()
 Retrieves the Gtk::ColorSelection widget embedded in the dialog.
const ColorSelectionget_color_selection () const
 Retrieves the Gtk::ColorSelection widget embedded in the dialog.
ColorSelectionget_colorsel ()
const ColorSelectionget_colorsel () const
Buttonget_ok_button ()
const Buttonget_ok_button () const
Buttonget_cancel_button ()
const Buttonget_cancel_button () const
Buttonget_help_button ()
const Buttonget_help_button () const

Related Functions

(Note that these are not member functions.)



Gtk::ColorSelectionDialogwrap (GtkColorSelectionDialog* object, bool take_copy=false)
 A Glib::wrap() method for this object.

Detailed Description

This dialog allows the user to select a color.

A ColorSelectionDialog looks like this:

colorselectiondialog1.png

Constructor & Destructor Documentation

virtual Gtk::ColorSelectionDialog::~ColorSelectionDialog (  )  [virtual]
Gtk::ColorSelectionDialog::ColorSelectionDialog (  ) 
Gtk::ColorSelectionDialog::ColorSelectionDialog ( const Glib::ustring title  )  [explicit]

Member Function Documentation

const Button* Gtk::ColorSelectionDialog::get_cancel_button (  )  const
Button* Gtk::ColorSelectionDialog::get_cancel_button (  ) 
const ColorSelection* Gtk::ColorSelectionDialog::get_color_selection (  )  const

Retrieves the Gtk::ColorSelection widget embedded in the dialog.

Since gtkmm 2.14:
Returns:
The embedded Gtk::ColorSelection.
ColorSelection* Gtk::ColorSelectionDialog::get_color_selection (  ) 

Retrieves the Gtk::ColorSelection widget embedded in the dialog.

Since gtkmm 2.14:
Returns:
The embedded Gtk::ColorSelection.
const ColorSelection* Gtk::ColorSelectionDialog::get_colorsel (  )  const
ColorSelection* Gtk::ColorSelectionDialog::get_colorsel (  ) 
const Button* Gtk::ColorSelectionDialog::get_help_button (  )  const
Button* Gtk::ColorSelectionDialog::get_help_button (  ) 
const Button* Gtk::ColorSelectionDialog::get_ok_button (  )  const
Button* Gtk::ColorSelectionDialog::get_ok_button (  ) 
const GtkColorSelectionDialog* Gtk::ColorSelectionDialog::gobj (  )  const [inline]

Provides access to the underlying C GtkObject.

Reimplemented from Gtk::Dialog.

GtkColorSelectionDialog* Gtk::ColorSelectionDialog::gobj (  )  [inline]

Provides access to the underlying C GtkObject.

Reimplemented from Gtk::Dialog.


Friends And Related Function Documentation

Gtk::ColorSelectionDialog* wrap ( GtkColorSelectionDialog *  object,
bool  take_copy = false 
) [related]

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:

Generated on Tue May 4 13:21:49 2010 for gtkmm by  doxygen 1.6.1