Exactly what I needed, thank you!

On Wed, Dec 17, 2014 at 3:57 PM, Nicolai Hess <nicolaihess@web.de> wrote:
2014-12-17 14:41 GMT+01:00 Peter Uhn��k <i.uhnak@gmail.com>:
Is there a way to show all available ThemeIcons? I think that I've seen something some time ago (maybe in Glamour?), but I can't find it now... so maybe just my imagination?

Peter


with spec:

(TreeModel new roots: (ThemeIcons selectors select: [:each |�� '*Icon' match: each asString]));
iconBlock:[:item | Smalltalk ui icons perform:item];
openWithSpec.

��