Oct. 13, 2016
5:05 a.m.
Thanks! Just a question: How about adding an extension Symbol>>asIcon ^ ⦠look up the icon Form>>asIcon ^ self In this way we do not have to change the external interface, and only the internal implementation has to send an âasIconâ before using it? Cheers, Doru
On Oct 12, 2016, at 10:33 PM, stepharo <stepharo@free.fr> wrote:
I'm adding
act: aBlock iconName: aSymbol entitled: aString self act: aBlock icon: (self iconNamed: aSymbol) entitled: aString
and
act: aBlock iconName: aSymbol on: aCharacter entitled: aString self act: aBlock icon: (self iconNamed: aSymbol) on: aCharacter entitled: aString
and others ....
-- www.tudorgirba.com www.feenk.com "Every thing has its own flow."