[ENH] SetInspector (23112)

Andrew P. Black black at cse.ogi.edu
Wed Jul 14 18:55:37 UTC 2004


>I hope someone will answer because I would like to know, especially 
>since changeClass has never
>been working in the past

primitiveChangeClassTo: has all sorts of restrictions, but it does 
work in this particular case - which is why 
OrderedCollectionInspectors no longer work!   Thy are created, but 
then zaped into ordinary Inspectors!

Perhaps one problem is the name.  primitiveChangeClassTo: takes as 
argument not a class, as one might expect, but an instance of the 
class.  A better name might be primitiveChangeClassToThatOf:

	Andrew



More information about the Squeak-dev mailing list