Squeak
  QotD    "To be or not to be" – Shakespeare
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
MorphicProject installPasteUpAsWorld:
Last updated at 4:32 am UTC on 20 October 2017
This method is called after a new MorphicProject has been instantiated.

 installPasteUpAsWorld: pasteUpMorph
	"(ProjectViewMorph newMorphicProjectOn: aPasteUpMorph) openInWorld."

	world := pasteUpMorph beWorldForProject: self.
	self setWorldBackground: true.