Tabs to spaces, more consistent formatting.
[AROS.git] / workbench / libs / muimaster / classes / floattext.h
blobbc53670b03844da7ec0a863c17142904d9d94aed
1 #ifndef _MUI_CLASSES_FLOATTEXT_H
2 #define _MUI_CLASSES_FLOATTEXT_H
4 /*
5 Copyright © 2002-2010, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 /*** Name *******************************************************************/
10 #define MUIC_Floattext "Floattext.mui"
12 /*** Identifier base (for Zune extensions) **********************************/
13 #define MUIB_Floattext (MUIB_ZUNE | 0x00001500)
15 /*** Attributes *************************************************************/
16 #define MUIA_Floattext_Justify \
17 (MUIB_MUI | 0x0042dc03) /* MUI: V4 isg BOOL */
18 #define MUIA_Floattext_SkipChars \
19 (MUIB_MUI | 0x00425c7d) /* MUI: V4 is. STRPTR */
20 #define MUIA_Floattext_TabSize \
21 (MUIB_MUI | 0x00427d17) /* MUI: V4 is. LONG */
22 #define MUIA_Floattext_Text \
23 (MUIB_MUI | 0x0042d16a) /* MUI: V4 isg STRPTR */
25 extern const struct __MUIBuiltinClass _MUI_Floattext_desc; /* PRIV */
27 #endif /* _MUI_CLASSES_VOLUMELIST_H */