A recent commit message in gtkmm saysDemo: IconTheme: Don't use deprecated builtin-icon API. I made the IconTheme as a replacement for the StockBrowser demo when stock icons were deprecated. Gtk+'s demos/icon_browser looks better, and it starts up in a reasonable amount of time (the IconTheme demo does not). But I don't understand why it's a separate program. If I'd make a C++ version of gtk+'s icon browser, I'd prefer to make it run under gtkmm/demos/gtk-demo/gtkmm-demo, like most demo programs. Why do we have both gtkmm/demos/pixbuf-demo.cc and gtkmm/demos/gtk-demo/example_pixbufs.cc? |