commits | 26 Jun 2012 02:00
Favicon

The Trunk: EToys-bf.89.mcz

Bert Freudenberg uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-bf.89.mcz

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

Name: EToys-bf.89
Author: bf
Time: 27 June 2012, 12:01:21.329 am
UUID: 61a6aa3b-57c9-4b8e-9b35-c7bd9698e035
Ancestors: EToys-cmm.88

Remove UndefinedObject>>initialize, and add it back as class-side method of GeeMailMorph, where it was before.

=============== Diff against EToys-cmm.88 ===============

Item was removed:
- (PackageInfo named: 'EToys') preamble: '"below, add code to be run before the loading of this package"'!

Item was added:
+ ----- Method: GeeMailMorph class>>initialize (in category '*etoys-customevents-user events') -----
+ initialize
+ 	"AlansTextPlusMorph initialize"
+ 	ScriptingSystem addCustomEventFor: self named: #scrolledIntoView help: 'when I am scrolled into
view in a GeeMailMorph' targetMorphClass: Morph.
+ 	ScriptingSystem addCustomEventFor: self named: #scrolledOutOfView help: 'when I am scrolled out of
view in a GeeMailMorph'  targetMorphClass: Morph.
+ !

Item was added:
+ ----- Method: GeeMailMorph class>>unload (in category '*etoys-customevents-user events') -----
(Continue reading)


Gmane