[ENH] GeeMailScrollTrigger-nk

ned at bike-nomad.com ned at bike-nomad.com
Sun Jul 20 18:30:34 UTC 2003


from preamble:

"Change Set:		GeeMailScrollTrigger-nk
Date:			20 July 2003
Author:			Ned Konz

This adds eToy script triggers to the GeeMailMorph so that morphs can
have scripts fired on being scrolled into or out of view.

If you define scripts named scrolledIntoView and/or scrolledOutOfView,
these will be called when the associated Morph gets scrolled into or out
of view.

Every step time, this is what happens:
For each submorph of thePasteUp that has just been scrolled into view,
fire the script named #scrolledIntoView, if any.
	For each submorph of thePasteUp that has just been scrolled out of
view, fire the script named #scrolledOutOfView, if any.

This CS also removes an unused instVar named #theTextMorph.
"!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: GeeMailScrollTrigger-nk.cs.gz
Type: application/octet-stream
Size: 909 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20030720/e4ae3306/GeeMailScrollTrigger-nk.cs.obj


More information about the Squeak-dev mailing list