home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_11_01 / 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.