Safer handling of Booleans.
[AROS.git] / workbench / libs / muimaster / classes / floattext_private.h
blobc6afa703c38f7f947627181caf93d37385db5531
1 #ifndef _FLOATTEXT_PRIVATE_H_
2 #define _FLOATTEXT_PRIVATE_H_
4 #include <exec/types.h>
5 #include <utility/hooks.h>
7 struct Floattext_DATA
9 struct Hook construct_hook;
10 struct Hook destruct_hook;
11 STRPTR text;
12 BOOL justify;
13 STRPTR skipchars;
14 ULONG tabsize;
17 #endif /* _FLOATTEXT_PRIVATE_H_ */