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

  1. *|Start FN.........
  2. DEF FN.........( window_handle%, icon_handle% )
  3.  
  4. REM Called when a SELECT mouse click is detected
  5. REM window_handle% - window over which the click event occured
  6. REM icon_handle%   - icon   over which the click event occured
  7.  
  8. REM the returned value of this function is ignored
  9.  
  10. LOCAL
  11.  
  12. = 0
  13. :
  14. *|Stop FN.........