[etoys-dev] Etoys Inbox: Etoys-Richo.33.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Aug 12 21:16:07 EDT 2010


A new version of Etoys was added to project Etoys Inbox:
http://source.squeak.org/etoysinbox/Etoys-Richo.33.mcz

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

Name: Etoys-Richo.33
Author: Richo
Time: 12 August 2010, 10:15:16 pm
UUID: e24494f3-175c-0645-afa1-58574c57d001
Ancestors: Etoys-Richo.32

* I forgot Morph's additions to viewer categories for the Speech Bubbles in my last commit.

=============== Diff against Etoys-Richo.32 ===============

Item was added:
+ ----- Method: Morph class>>additionsToViewerCategorySpeechBubbles (in category '*Etoys-speech bubbles') -----
+ additionsToViewerCategorySpeechBubbles
+ 	^#(
+ 		#'speech bubbles' 
+ 		(
+ 			(command sayText: '' String)
+ 			(command thinkText: '' String)
+ 			(command sayNumber: '' Number)
+ 			(command thinkNumber: '' Number)
+ 			(command sayGraphic: '' Graphic)
+ 			(command thinkGraphic: '' Graphic)
+ 			(command sayObject: '' Player)
+ 			(command thinkObject: '' Player)
+ 			(command stopSayingOrThinking '')
+ 			(slot bubble '' Player readOnly Player getBubble Player unused)		
+ 		))!



More information about the etoys-dev mailing list