1 #ifndef _MUI_CLASSES_CYCLE_H
2 #define _MUI_CLASSES_CYCLE_H
5 Copyright © 2002-2013, The AROS Development Team. All rights reserved.
9 /*** Name *******************************************************************/
10 #define MUIC_Cycle "Cycle.mui"
12 /*** Identifier base (for Zune extensions) **********************************/
13 #define MUIB_Cycle (MUIB_ZUNE | 0x00000a00)
15 /*** Attributes *************************************************************/
16 #define MUIA_Cycle_Active (MUIB_MUI | 0x00421788) /* MUI:V4 isg LONG */
17 #define MUIA_Cycle_Entries (MUIB_MUI | 0x00420629) /* MUI:V4 is. STRPTR */
21 MUIV_Cycle_Active_Next
= -1,
22 MUIV_Cycle_Active_Prev
= -2,
25 extern const struct __MUIBuiltinClass _MUI_Cycle_desc
; /* PRIV */
27 #endif /* _MUI_CLASSES_CYCLE_H */