home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / cbm / os-include.lha / os-include / gadgets / gradientslider.h < prev    next >
C/C++ Source or Header  |  1993-10-15  |  1KB  |  36 lines

  1. #ifndef GADGETS_GRADIENTSLIDER_H
  2. #define GADGETS_GRADIENTSLIDER_H
  3. /*
  4. **    $VER: gradientslider.h 39.1 (18.6.92)
  5. **    Includes Release 40.15
  6. **
  7. **    Definitions for the gradientslider BOOPSI class
  8. **
  9. **    (C) Copyright 1992-1993 Commodore-Amiga Inc.
  10. **    All Rights Reserved
  11. */
  12.  
  13. /*****************************************************************************/
  14.  
  15.  
  16. #ifndef UTILITY_TAGITEM_H
  17. #include <utility/tagitem.h>
  18. #endif
  19.  
  20.  
  21. /*****************************************************************************/
  22.  
  23.  
  24. #define GRAD_Dummy     (TAG_USER+0x05000000)
  25. #define GRAD_MaxVal     (GRAD_Dummy+1)     /* max value of slider       */
  26. #define GRAD_CurVal     (GRAD_Dummy+2)     /* current value of slider       */
  27. #define GRAD_SkipVal     (GRAD_Dummy+3)     /* "body click" move amount    */
  28. #define GRAD_KnobPixels  (GRAD_Dummy+4)     /* size of knob in pixels       */
  29. #define GRAD_PenArray     (GRAD_Dummy+5)     /* pen colors           */
  30.  
  31.  
  32. /*****************************************************************************/
  33.  
  34.  
  35. #endif /* GADGETS_GRADIENTSLIDER_H */
  36.