![]() |
![]() |
Public Member Functions | ||||
ColorSelectionDialog (const Glib::ustring& title) | ||||
ColorSelectionDialog () | ||||
const Button* | get_cancel_button () const | |||
Button* | get_cancel_button () | |||
const ColorSelection* | get_colorsel () const | |||
ColorSelection* | get_colorsel () | |||
const Button* | get_help_button () const | |||
Button* | get_help_button () | |||
const Button* | get_ok_button () const | |||
Button* | get_ok_button () | |||
const GtkColorSelectionDialog* | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
GtkColorSelectionDialog* | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
virtual | ~ColorSelectionDialog () | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Gtk::ColorSelectionDialog* | wrap (GtkColorSelectionDialog* object, bool take_copy=false) | |||
|
virtual Gtk::ColorSelectionDialog::~ColorSelectionDialog | ( | ) | [virtual] |
Gtk::ColorSelectionDialog::ColorSelectionDialog | ( | ) |
Gtk::ColorSelectionDialog::ColorSelectionDialog | ( | const Glib::ustring & | title | ) | [explicit] |
const Button* Gtk::ColorSelectionDialog::get_cancel_button | ( | ) | const |
Button* Gtk::ColorSelectionDialog::get_cancel_button | ( | ) |
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] |
GtkColorSelectionDialog* Gtk::ColorSelectionDialog::gobj | ( | ) | [inline] |
Gtk::ColorSelectionDialog* wrap | ( | GtkColorSelectionDialog * | object, | |
bool | take_copy = false | |||
) | [related] |
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. |