SketchMorph

Bert Freudenberg bert at isg.cs.uni-magdeburg.de
Tue Nov 6 08:56:24 UTC 2001


On Tue, 6 Nov 2001, Gary McGovern wrote:

> How can I make a variable reference the SketchMorph object in a
> workspace through assignment.

Once you give your SketchMorph a name (by clicking the label in the lower
part of its halo) you can store it in a workspace like this:

  mySketch := World submorphNamed: 'GarysSketch'.

-- Bert






More information about the Squeak-dev mailing list