revert between 56095 -> 55830 in arch
[AROS.git] / workbench / libs / muimaster / classes / cycle.h
blob679c2c2c20e220ac6f268b1366650427cc865759
1 #ifndef _MUI_CLASSES_CYCLE_H
2 #define _MUI_CLASSES_CYCLE_H
4 /*
5 Copyright © 2002-2013, The AROS Development Team. All rights reserved.
6 $Id$
7 */
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 */
19 enum
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 */