home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / c / cuj9301.zip / 1101022B < prev    next >
Text File  |  1992-11-06  |  189b  |  11 lines

  1. /* API.H  */ 
  2. int DefineHotSpot (int id, int x1, int y1, int x2, int y2); 
  3. /* Application */ 
  4. #define ID_HELP_BUTTON 10 
  5.  
  6. DefineHotSpot (ID_HELP_BUTTON, 10,20,50,40); 
  7.  
  8.