MJSContainersExtras.mesa
N.B. If you use this interface, expect to do some minor editing at the next interface party, as this is folded into MJSContainers.
Copyright © 1986 by Xerox Corporation. All rights reserved.
Eric Nickell, August 28, 1986 5:26:45 am PDT
DIRECTORY
MJSContainers;
MJSContainersExtras: CEDAR DEFINITIONS
~ BEGIN
HScrollOffset: PROC [container: MJSContainers.MJSContainer] RETURNS [offLeft: INTEGER] ;
Returns the amount of the container scrolled off the left.
END.