home *** CD-ROM | disk | FTP | other *** search
- *|Start FN.........
- DEF FN.........( blk%, x0%, y0% )
-
- REM Called when an 'UserRedraw' event has been attached to the
- REM window
- REM blk% - redraw block as returned from the wimp
- REM x0% - x coord of clipping window in screen units
- REM y0% - y coord of clipping window in screen units
-
- REM the returned value of this function is ignored
-
- LOCAL
-
- = 0
- :
- *|Stop FN.........