home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Reference / Includes_and_Autodocs_3.5 / include / gadgets / gradientslider.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-10-19  |  1008 b   |  31 lines

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