1 #ifndef _MUI_CLASSES_GAUGE_H
2 #define _MUI_CLASSES_GAUGE_H
5 Copyright © 2002-2003, The AROS Development Team. All rights reserved.
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 (MUIB_MUI|0x0042f0dd) /* MUI: V4 isg LONG */
17 #define MUIA_Gauge_Divide (MUIB_MUI|0x0042d8df) /* MUI: V4 isg LONG */
18 #define MUIA_Gauge_Horiz (MUIB_MUI|0x004232dd) /* MUI: V4 i.. BOOL */
19 #define MUIA_Gauge_InfoText (MUIB_MUI|0x0042bf15) /* MUI: V7 isg STRPTR */
20 #define MUIA_Gauge_Max (MUIB_MUI|0x0042bcdb) /* MUI: V4 isg LONG */
22 #define MUIA_Gauge_DupInfoText (MUIB_Gauge | 0x00000000) /* ZUNE: V1 i.. BOOL - defaults to FALSE */
25 extern const struct __MUIBuiltinClass _MUI_Gauge_desc
; /* PRIV */
27 #endif /* _MUI_CLASSES_GAUGE_H */