Tabs to spaces, more consistent formatting.
[AROS.git] / workbench / libs / muimaster / classes / cycle.h
blob9a79f37190bd57825843887a3d9f24af72025deb
1 #ifndef _MUI_CLASSES_CYCLE_H
2 #define _MUI_CLASSES_CYCLE_H
4 /*
5 Copyright © 2002-2003, 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 i.. 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 */