home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / dev / gui / ClassFree_src.lha / ClassFree_src / CFpumbuttonclass / CFpumbutton.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-06-28  |  228 b   |  14 lines

  1. #ifndef CFPUMBUTTON_H
  2. #define CFPUMBUTTON_H
  3. /* Public header file */
  4.  
  5. #define CFpumbuttonClassName "CFpumbuttongclass"
  6.  
  7. #include <libraries/gadtools.h>
  8.  
  9. #define CFPU_Labels  GTCY_Labels
  10. #define CFPU_Active  GTCY_Active
  11.  
  12.  
  13. #endif
  14.