Text.mui cleanup:
[AROS.git] / workbench / libs / muimaster / classes / floattext_private.h
blobb6a69a692d672f8ca218b3776c32de1a2896f996
1 /*
2 Copyright © 2002-2012, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef _FLOATTEXT_PRIVATE_H_
7 #define _FLOATTEXT_PRIVATE_H_
9 #include <exec/types.h>
10 #include <utility/hooks.h>
12 struct Floattext_DATA
14 STRPTR text;
15 BOOL justify;
16 BOOL typesetting;
17 STRPTR skipchars;
18 ULONG tabsize;
19 ULONG oldwidth;
22 #endif /* _FLOATTEXT_PRIVATE_H_ */