Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
How to change the size of the halos
Last updated at 6:13 pm UTC on 24 June 2018
Note: The recipe below no longer applies; update needed.



To change the size of the halos change the class method #initialize of class HaloMorph.

From
 initialize
	"HaloMorph initialize"
  	HandleSize _ 16

to for example

 initialize
	"HaloMorph initialize"
  	HandleSize _ 32

And evaluate

 HaloMorph initialize



Note on the implementation:

The method #installHaloSpecsFromArray: uses the class HaloSpec.