1 #ifndef GADGETS_GRADIENTSLIDER_H 2 #define GADGETS_GRADIENTSLIDER_H 3 4 /* 5 gradientslider.gadget definitions (V45) 6 7 Copyright © 2002 The MorphOS Development Team, All Rights Reserved. 8 */ 9 10 #ifndef UTILITY_TAGITEM_H 11 # include <utility/tagitem.h> 12 #endif 13 14 15 /* Attributes defined by gradientslider.gadget */ 16 17 #define GRAD_Dummy (TAG_USER + 0x05000000) 18 #define GRAD_MaxVal (GRAD_Dummy + 1) 19 #define GRAD_CurVal (GRAD_Dummy + 2) 20 #define GRAD_SkipVal (GRAD_Dummy + 3) 21 #define GRAD_KnobPixels (GRAD_Dummy + 4) 22 #define GRAD_PenArray (GRAD_Dummy + 5) 23 24 25 #endif /* GADGETS_GRADIENTSLIDER_H */