Dec. 17, 2014
2:57 p.m.
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.