home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / programming / wimpworks / WEMs / !Scroller / Desc < prev   
Encoding:
Text File  |  1998-05-26  |  502 b   |  29 lines

  1. # WEM Description file for Scroller
  2. # (c) Jaffa Software 1998
  3.  
  4. DEF WEMdetails
  5.     Name        scroll
  6.     Description    Scroller
  7.     Author        (c) Jaffa Software 1998
  8.     Version        1.00 (26-May-1998)
  9.     Type        1
  10. ENDWEM
  11.  
  12.  
  13. DEF WEMevents
  14. ENDWEM
  15.  
  16.  
  17. DEF WEMcommands
  18.     SETSCROLL    PROC
  19.         <window>, <xOffset>, <yOffset>
  20.         Changes the scroll offsets for the given
  21.         window.
  22.  
  23.         xOffset is the new horizontal scroll
  24.         position and yOffset is the new vertical
  25.         scroll position, if either = -1 then
  26.         that value is not changed.
  27.     ENDHELP
  28. ENDWEM
  29.