home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / pufferfish / source / buttonclass / buttonclass.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-26  |  738 b   |  29 lines

  1. /*
  2. **
  3. **
  4. **
  5. **
  6. */
  7.  
  8. #define BUT_Text        (TAG_USER + 1)
  9. #define BUT_Color        (TAG_USER + 2)
  10. #define BUT_BackColor    (TAG_USER + 3)
  11. #define BUT_TextFont    (TAG_USER + 4)
  12. #define BUT_Image        (TAG_USER + 5)
  13. #define BUT_SelectImage    (TAG_USER + 6)
  14. #define BUT_Drawer        (TAG_USER + 7)
  15.  
  16.  
  17. #define PRO_Min            (TAG_USER + 9)
  18. #define PRO_Max            (TAG_USER + 10)
  19. #define PRO_Current        (TAG_USER + 11)
  20. #define PRO_ShowPercent (TAG_USER + 12)
  21. #define PRO_TextFont    (TAG_USER + 4)
  22.  
  23.  
  24. Class *initButtonGadgetClass(struct Library *IBase, struct Library *UBase, struct Library *GBase);
  25. BOOL freeButtonGadgetClass ( Class *cl );
  26.  
  27. Class *initProgressGadgetClass(struct Library *IBase, struct Library *UBase, struct Library *GBase);
  28. BOOL freeProgressGadgetClass ( Class *cl );
  29.