Tabs to spaces, more consistent formatting.
[AROS.git] / workbench / libs / muimaster / classes / gauge.h
blob191c0958608934fcd2186a4cdab085efce932aba
1 #ifndef _MUI_CLASSES_GAUGE_H
2 #define _MUI_CLASSES_GAUGE_H
4 /*
5 Copyright © 2002-2003, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 /*** Name *******************************************************************/
10 #define MUIC_Gauge "Gauge.mui"
12 /*** Identifier base (for Zune extensions) **********************************/
13 #define MUIB_Gauge (MUIB_ZUNE | 0x00000f00)
15 /*** Attributes *************************************************************/
16 #define MUIA_Gauge_Current \
17 (MUIB_MUI | 0x0042f0dd) /* MUI: V4 isg LONG */
18 #define MUIA_Gauge_Divide \
19 (MUIB_MUI | 0x0042d8df) /* MUI: V4 isg LONG */
20 #define MUIA_Gauge_Horiz \
21 (MUIB_MUI | 0x004232dd) /* MUI: V4 i.. BOOL */
22 #define MUIA_Gauge_InfoText \
23 (MUIB_MUI | 0x0042bf15) /* MUI: V7 isg STRPTR */
24 #define MUIA_Gauge_Max \
25 (MUIB_MUI | 0x0042bcdb) /* MUI: V4 isg LONG */
27 #define MUIA_Gauge_DupInfoText \
28 (MUIB_Gauge | 0x00000000) /* ZUNE: V1 i.. BOOL - defaults to FALSE */
31 extern const struct __MUIBuiltinClass _MUI_Gauge_desc; /* PRIV */
33 #endif /* _MUI_CLASSES_GAUGE_H */