|
I have replaced the IconTheme demo by an IconBrowser
demo, included in demos/gtk-demo/gtkmm-demo. This new
IconBrowser's window looks like gtk+/demos/icon-browser, although
the code differs quite a lot from the corresponding C code. It was
not trivial to translate it to reasonable C++. It's much bigger
than the other demo programs. Perhaps that's why it's a
stand-alone program in gtk+. Or perhaps it's because that program
is useful not only as a demo, but also as (that's right) an icon
browser. You can use it when you want to select icons for toolbars
in an app you're writing. The gtk+ version can be started with the
command gtk3-icon-browser. I've also deleted the stand-alone gtkmm/demos/pixbuf-demo. It was almost identical to the Pixbufs demo in demos/gtk-demo/gtkmm-demo. Kjell Den 2015-07-02 09:29, Murray
Cumming skrev:
On Thu, 2015-07-02 at 09:27 +0200, Kjell Ahlstedt wrote: |