gtkmm
3.4.0
|
This dialog is for choosing a color. More...
Public Member Functions | |
virtual | ~ColorChooserDialog () |
GtkColorChooserDialog* | gobj () |
Provides access to the underlying C GtkObject. | |
const GtkColorChooserDialog* | gobj () const |
Provides access to the underlying C GtkObject. | |
ColorChooserDialog () | |
ColorChooserDialog (const Glib::ustring& title) | |
ColorChooserDialog (const Glib::ustring& title, Window& parent) | |
Glib::PropertyProxy< bool > | property_show_editor () |
Show editor. | |
Glib::PropertyProxy_ReadOnly < bool > | property_show_editor () const |
Show editor. | |
Related Functions | |
(Note that these are not member functions.) | |
Gtk::ColorChooserDialog* | wrap (GtkColorChooserDialog* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
This dialog is for choosing a color.
It implements the ColorChooser interface.
A ColorChooserDialog looks like this:
virtual Gtk::ColorChooserDialog::~ColorChooserDialog | ( | ) | [virtual] |
Gtk::ColorChooserDialog::ColorChooserDialog | ( | const Glib::ustring & | title | ) | [explicit] |
Gtk::ColorChooserDialog::ColorChooserDialog | ( | const Glib::ustring & | title, |
Window& | parent | ||
) | [explicit] |
GtkColorChooserDialog* Gtk::ColorChooserDialog::gobj | ( | ) | [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::ColorChooser.
const GtkColorChooserDialog* Gtk::ColorChooserDialog::gobj | ( | ) | const [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::ColorChooser.
Show editor.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< bool > Gtk::ColorChooserDialog::property_show_editor | ( | ) | const |
Show editor.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Gtk::ColorChooserDialog* wrap | ( | GtkColorChooserDialog * | object, |
bool | take_copy = false |
||
) | [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. |