[Setools] Re: Gjallar: Stylesheets and scripts

Thierry Thelliez thierry.thelliez.tech at gmail.com
Wed Feb 14 23:01:05 UTC 2007


I think I found it

There is a method WAApplication > allLibraries that seem to collect
all the subclasses of WAStyleLibrary:

allLibraries
	^ (WAStyleLibrary subclasses, WAScriptLibrary subclasses)
		asSortedCollection: [ :a :b | a name <= b name ]

That's interesting... Does that preculde from playing with two
applications in the same image?

Thierry


More information about the Setools mailing list