[etoys-dev] Etoys: MorphicExtras-bf.72.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Jun 24 14:41:38 EDT 2012


Bert Freudenberg uploaded a new version of MorphicExtras to project Etoys:
http://source.squeak.org/etoys/MorphicExtras-bf.72.mcz

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

Name: MorphicExtras-bf.72
Author: bf
Time: 24 June 2012, 8:40:52 pm
UUID: 83fa49dd-c3dc-4c7a-a3e1-f5c620e6f6d3
Ancestors: MorphicExtras-bf.71

SQ-1036: fix spelling in WebCam help

=============== Diff against MorphicExtras-bf.71 ===============

Item was changed:
  ----- Method: WebCamMorph class>>additionsToViewerCategories (in category 'scripting') -----
  additionsToViewerCategories
  	"Answer a list of (<categoryName> <list of category specs>) pairs that characterize the phrases this kind of morph wishes to add to various Viewer categories."
  	^ #(
  
  	(#'camera' (
  		(slot resolution '160x120, 320x240 or 640x480' 
  			WebCamResolution readWrite Player getWebCamResolution Player setWebCamResolution:)
  		(slot cameraIsOn 'Whether the camera is on/off' Boolean readWrite Player getWebCamIsOn Player setWebCamIsOn:)
+ 		(slot useFrameSize 'Resize the player to match the camera''s frame size' 
- 		(slot useFrameSize 'Resize the player to match the cameras frame size' 
  			Boolean readWrite Player getUseFrameSize Player setUseFrameSize:)
  		(slot lastFrame 'A player with the last frame' Player readOnly	Player getLastFrame unused unused)
  		))
  )
  !



More information about the etoys-dev mailing list