>I'm trying to change the background color for a Gtk::Entry widget. I >tried all sorts of thins, like: [ ... ] >unfortunately, none of the above works - the background color for the >Gtk::Entry does not change :(
you need to set_base, not set_bg. odd, i know. but thats the way entries are :) --p _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
