1 #ifndef GADGETS_AROSCYCLE_H
2 #define GADGETS_AROSCYCLE_H
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
8 Desc: MethodIDs and AttrIDs for the AROS cycle class.
13 # include <exec/types.h>
15 #ifndef UTILITY_TAGITEM_H
16 # include <utility/tagitem.h>
18 #ifndef LIBRARIES_GADTOOLS_H
19 # include <libraries/gadtools.h>
22 /* The AROSCycleClass ist a subclass of GadgetClass. */
24 /* Use that #define instead of a string. */
25 #define AROSCYCLECLASS "cycle.aros"
26 #define AROSCYCLENAME "Gadgets/aroscycle.gadget"
28 /* Tags to be passed to AROSCYCLECLASS. */
29 #define AROSCYCLE_Dummy (TAG_USER + 0x05100000)
30 /* [ISG] (STRPTR *) Null-terminated list of labels for gadget. */
31 #define AROSCYCLE_Labels GTCY_Labels
32 /* [ISG] (UWORD) Active label (starting with 0). */
33 #define AROSCYCLE_Active GTCY_Active
35 #endif /* GADGETS_AROSCYCLE_H */