# WEM Description file for Scroller
# (c) Jaffa Software 1998

DEF WEMdetails
	Name		scroll
	Description	Scroller
	Author		(c) Jaffa Software 1998
	Version		1.00 (26-May-1998)
	Type		1
ENDWEM


DEF WEMevents
ENDWEM


DEF WEMcommands
	SETSCROLL	PROC
		<window>, <xOffset>, <yOffset>
		Changes the scroll offsets for the given
		window.

		xOffset is the new horizontal scroll
		position and yOffset is the new vertical
		scroll position, if either = -1 then
		that value is not changed.
	ENDHELP
ENDWEM
