Updated PCI IDs to latest snapshot.
[tangerine.git] / compiler / include / gadgets / gradientslider.h
blobd9b182e2ac023524b633ae614094fd42e16c27c5
1 #ifndef GADGETS_GRADIENTSLIDER_H
2 #define GADGETS_GRADIENTSLIDER_H
4 /*
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: MethodIDs and AttrIDs for the gradientslider class.
9 Lang: english
12 #ifndef UTILITY_TAGITEM_H
13 # include <utility/tagitem.h>
14 #endif
16 #define GRAD_Dummy (TAG_USER + 0x05000000)
17 #define GRAD_MaxVal (GRAD_Dummy + 1) /* slider's max value */
18 #define GRAD_CurVal (GRAD_Dummy + 2) /* slider's current value */
19 #define GRAD_SkipVal (GRAD_Dummy + 3) /* move amount of "body click" move amount */
20 #define GRAD_KnobPixels (GRAD_Dummy + 4) /* knob size */
21 #define GRAD_PenArray (GRAD_Dummy + 5) /* pen colors */
24 #endif /* GADGETS_GRADIENTSLIDER_H */