Text.mui cleanup:
[AROS.git] / workbench / libs / muimaster / classes / floattext.conf
blobb08bc5e01d458f448c54083019da315158ee1a2a
1 ##begin config
2 basename      Floattext
3 version       0.4
4 date          17.4.2013
5 superclass    MUIC_List
6 classdatatype struct Floattext_DATA
7 ##end config
9 ##begin cdef
10 #include "mui.h"
11 ##end cdef
13 ##begin cdefprivate
14 #include "floattext_private.h"
15 ##end cdefprivate
17 ##begin methodlist
18 OM_NEW
19 OM_DISPOSE
20 OM_GET
21 OM_SET
22 MUIM_Draw
23 ##end methodlist