1 #ifndef GADGETS_INTEGER_H 2 #define GADGETS_INTEGER_H 3 4 /* 5 integer.gadget definitions (V45) 6 7 Copyright © 2002 The MorphOS Development Team, All Rights Reserved. 8 */ 9 10 #ifndef REACTION_REACTION_H 11 # include <reaction/reaction.h> 12 #endif 13 14 #ifndef INTUITION_GADGETCLASS_H 15 # include <intuition/gadgetclass.h> 16 #endif 17 18 19 /* Attributes defined by integer.gadget */ 20 21 #define INTEGER_Dummy (REACTION_Dummy + 0x0002000) 22 #define INTEGER_Number (INTEGER_Dummy + 1) 23 #define INTEGER_MaxChars (INTEGER_Dummy + 2) 24 #define INTEGER_Minimum (INTEGER_Dummy + 3) 25 #define INTEGER_Maximum (INTEGER_Dummy + 4) 26 #define INTEGER_Arrows (INTEGER_Dummy + 5) 27 #define INTEGER_MinVisible (INTEGER_Dummy + 6) 28 #define INTEGER_SkipVal (INTEGER_Dummy + 7) 29 30 31 #endif /* GADGETS_INTEGER_H */