[Pkg] The Trunk: Morphic-mt.1406.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Mar 29 12:41:05 UTC 2018


Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-mt.1406.mcz

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

Name: Morphic-mt.1406
Author: mt
Time: 29 March 2018, 2:40:42.042957 pm
UUID: 961c7e17-5ab5-844d-91b3-c8ccfbe623fd
Ancestors: Morphic-mt.1405

Deprecate *Colorized: messages because of the newer Form >> #dyed: message.

=============== Diff against Morphic-mt.1405 ===============

Item was removed:
- ----- Method: MenuIcons class>>checkBoxOffColorized: (in category 'accessing - icons') -----
- checkBoxOffColorized: aColor
- 
- 	^ self checkBoxOff
- 		collectColors: [:c | aColor alpha: c alpha]!

Item was removed:
- ----- Method: MenuIcons class>>checkBoxOnColorized: (in category 'accessing - icons') -----
- checkBoxOnColorized: aColor
- 
- 	^ self checkBoxOn
- 		collectColors: [:c | aColor alpha: c alpha]!

Item was removed:
- ----- Method: MenuIcons class>>checkBoxPressedColorized: (in category 'accessing - icons') -----
- checkBoxPressedColorized: aColor
- 
- 	^ self checkBoxPressed
- 		collectColors: [:c | aColor alpha: c alpha]!

Item was removed:
- ----- Method: MenuIcons class>>fullscreenWireframeIconColorized: (in category 'accessing - icons') -----
- fullscreenWireframeIconColorized: aColor
- 
- 	^ self fullscreenWireframeIcon
- 		collectColors: [:c | aColor alpha: c alpha]!

Item was removed:
- ----- Method: MenuIcons class>>radioButtonOffColorized: (in category 'accessing - icons') -----
- radioButtonOffColorized: aColor
- 
- 	^ self radioButtonOff
- 		collectColors: [:c | aColor alpha: c alpha]!

Item was removed:
- ----- Method: MenuIcons class>>radioButtonOnColorized: (in category 'accessing - icons') -----
- radioButtonOnColorized: aColor
- 
- 	^ self radioButtonOn
- 		collectColors: [:c | aColor alpha: c alpha]!

Item was removed:
- ----- Method: MenuIcons class>>radioButtonPressedColorized: (in category 'accessing - icons') -----
- radioButtonPressedColorized: aColor
- 
- 	^ self radioButtonPressed
- 		collectColors: [:c | aColor alpha: c alpha]!

Item was removed:
- ----- Method: MenuIcons class>>squeakLogoIconColorized: (in category 'accessing - icons') -----
- squeakLogoIconColorized: aColor
- 
- 	^ self squeakLogoIcon
- 		collectColors: [:c | aColor alpha: c alpha]!

Item was removed:
- ----- Method: MenuIcons class>>subMenuMarkerColorized: (in category 'accessing - icons') -----
- subMenuMarkerColorized: aColor
- 
- 	^ self subMenuMarker
- 		collectColors: [:c | aColor alpha: c alpha]!



More information about the Packages mailing list