On Wed, Oct 16, 2013 at 1:11 AM, Glus Xof <[email protected]> wrote: > Hi guys, > > Probably, I'm a little lost, sorry... but I think that you should know > something about these icons that appear in wigets (like Gtk::Entry, > Gtk::SpinButton...) and since this last release Gtkmm 3.10.0 they figure as > missing.
This likely stems from a change in GTK+. There is a very long discussion on the gtk-devel mailing list starting here: https://mail.gnome.org/archives/gtk-devel-list/2013-October/msg00051.html Long story short, for now you'll need to manually set the always-use-image and always-show-image properties on buttons and menus respectively to get your icons back. _______________________________________________ gtkmm-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gtkmm-list
