Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
RectangleMorph
Last updated at 4:53 pm UTC on 16 January 2006
Subclass of BorderedMorph. RectangleMorph does not add much functionality but it is the class which you should preferrably instantiate. For example:
RectangleMorph new openInWorld
Test in a new Squeak image
 BorderedMorph allInstances size
vs.
 RectangleMorph allInstances size

See also Method for making Morphs