Class Index Cross Index Namespace Index

Class Gtk::ColorSelectionDialog

A standard dialog box for selecting a color.
Contained in: Gtk
Derived from: Gtk::Window
Derived by: none

#include <gtk--/colorselection.h>


public function member index:

ColorSelectionDialog(const nstring& title);
Button* get_cancel_button() const;
ColorSelection* get_colorsel() const;
Button* get_help_button() const;
Button* get_ok_button() const;
Button* get_reset_button() const;
VBox* get_vbox() const;
GtkColorSelectionDialog* gtkobj();
const GtkColorSelectionDialog* gtkobj() const;
static bool isA(Object* object);
virtual ~ColorSelectionDialog();
 

Description:

The Gtk::ColorSelectionDialog provides a standard dialog which allows the user to select a color much like the Gtk::FileSelection provides a standard dialog for file selection.


Function Member Descriptions:

Gtk::ColorSelectionDialog::gtkobj - Returns the underlaying gtk+ object.

GtkColorSelectionDialog* gtkobj();

Gtk::ColorSelectionDialog::isA - Returns true if object is this type.

static bool isA(Object* object);