Tabs to spaces, more consistent formatting.
[AROS.git] / workbench / libs / muimaster / classes / scale.h
blob118d178c93e603d75cb149b3b3ce02f1d8eb144f
1 #ifndef _MUI_CLASSES_SCALE_H
2 #define _MUI_CLASSES_SCALE_H
4 /*
5 Copyright © 2002-2003, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 /*** Name *******************************************************************/
10 #define MUIC_Scale "Scale.mui"
12 /*** Identifier base (for Zune extensions) **********************************/
13 #define MUIB_Scale (MUIB_ZUNE | 0x00002d00)
15 /*** Attributes *************************************************************/
16 #define MUIA_Scale_Horiz (MUIB_MUI | 0x0042919a) /* MUI: V4 isg BOOL */
19 extern const struct __MUIBuiltinClass _MUI_Scale_desc; /* PRIV */
21 #endif /* _MUI_CLASSES_SCALE_H */