make sure "S" is generated.
[AROS-Contrib.git] / scalos / main / CycleGadgetClass.h
blob4f1660cc670663b7c585ae5db196f2fa2e9dc7c6
1 // CycleGadgetClass.h
2 // $Date$
3 // $Revision$
5 #ifndef CYCLEGADGETCLASS_H
6 #define CYCLEGADGETCLASS_H
9 /* Tags for Cycle Gadget class */
11 #define SCACYCLE_TagBase (TAG_USER + 0x91b00)
13 #define SCACYCLE_Active (SCACYCLE_TagBase + 1) // [ISG] (ULONG) index of active label
14 #define SCACYCLE_Labels (SCACYCLE_TagBase + 2) // [I..] (STRPTR []) array of label strings, end with NULL
15 #define SCACYCLE_FrameImage (SCACYCLE_TagBase + 3) // [I..] (Object *) Image to use as frame
16 #define SCACYCLE_TextFont (SCACYCLE_TagBase + 4) // [ISG] (struct TextFont *) font to use for gadget label strings
17 #define SCACYCLE_PopupTextFont (SCACYCLE_TagBase + 5) // [ISG] (struct TextFont *) font to use for popup strings
18 #define SCACYCLE_PopupTTFont (SCACYCLE_TagBase + 6) // [ISG] (struct TTFontFamily *) TT font to use for popup strings
20 #endif /* CYCLEGADGETCLASS_H */