home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / basic / eventshell / Tools / !EvntEdit / UserFNs / UserRedraw < prev    next >
Encoding:
Text File  |  1995-12-23  |  371 b   |  16 lines

  1. *|Start FN.........
  2. DEF FN.........( blk%, x0%, y0% )
  3.  
  4. REM Called when an 'UserRedraw' event has been attached to the
  5. REM window
  6. REM blk% - redraw block as returned from the wimp
  7. REM x0%  - x coord of clipping window in screen units
  8. REM y0%  - y coord of clipping window in screen units
  9.  
  10. REM the returned value of this function is ignored
  11.  
  12. LOCAL
  13.  
  14. = 0
  15. :
  16. *|Stop FN.........