oedipus wrote:
Hi, sorry that I have to bother you with another problem. I try to give the Gtk::ColorButton a default color. I tried it over Gtk::ColorButton::set_color(Gdk::Corlor …) and over the initialization option Gtk::ColorButton::ColorButton(Gdk::Color …). But my buttons remain black. Has anybody an idea? Or is it possible to start the color selection dialog with preset color codes, other than black? Thank you in advance
What you're doing should work. Could you post a short example of your code?