[squeak-dev] The Inbox: EToys-cmm.88.mcz

commits at source.squeak.org commits at source.squeak.org
Wed May 23 23:41:02 UTC 2012


A new version of EToys was added to project The Inbox:
http://source.squeak.org/inbox/EToys-cmm.88.mcz

==================== Summary ====================

Name: EToys-cmm.88
Author: cmm
Time: 23 May 2012, 6:40:31.544 pm
UUID: dfeec093-000c-4e1e-99b4-fa6e65b6fb28
Ancestors: EToys-dtl.87

- Move three Etoys-only methods from Morphic.

=============== Diff against EToys-dtl.87 ===============

Item was added:
+ ----- Method: Morph>>isCandidateForAutomaticViewing (in category '*Etoys-support') -----
+ isCandidateForAutomaticViewing
+ 	^ true!

Item was added:
+ ----- Method: PasteUpMorph>>isCandidateForAutomaticViewing (in category '*Etoys-support') -----
+ isCandidateForAutomaticViewing
+ 	"A viewer on a world is a dangerous thing to get casually!!"
+ 
+ 	^ self isWorldMorph not!

Item was added:
+ ----- Method: SystemWindow>>isCandidateForAutomaticViewing (in category '*Etoys-support') -----
+ isCandidateForAutomaticViewing
+ 	^ false!



More information about the Squeak-dev mailing list