#ifndef GADGETS_AROSCYCLE_H #define GADGETS_AROSCYCLE_H /* Copyright © 1995-2001, The AROS Development Team. All rights reserved. $Id: aroscycle.h 12757 2001-12-08 22:23:57Z chodorowski $ Desc: MethodIDs and AttrIDs for the AROS cycle class. Lang: english */ #ifndef EXEC_TYPES_H # include #endif #ifndef UTILITY_TAGITEM_H # include #endif #ifndef LIBRARIES_GADTOOLS_H # include #endif /* The AROSCycleClass ist a subclass of GadgetClass. */ /* Use that #define instead of a string. */ #define AROSCYCLECLASS "cycle.aros" #define AROSCYCLENAME "Gadgets/aroscycle.gadget" /* Tags to be passed to AROSCYCLECLASS. */ #define AROSCYCLE_Dummy (TAG_USER + 0x05100000) /* [ISG] (STRPTR *) Null-terminated list of labels for gadget. */ #define AROSCYCLE_Labels GTCY_Labels /* [ISG] (UWORD) Active label (starting with 0). */ #define AROSCYCLE_Active GTCY_Active #endif /* GADGETS_AROSCYCLE_H */