Text.mui cleanup:
[AROS.git] / workbench / libs / muimaster / classes / title.conf
blob41630526812974ebbdbc24a52f1689fa20de7fdc
1 ##begin config
2 basename      Title
3 version       1.0
4 date          05.02.2012
5 superclass    MUIC_Group
6 classdatatype struct Title_DATA
7 ##end config
9 ##begin cdef
10 #include "mui.h"
11 #include "title_private.h"
12 ##end cdef
14 ##begin methodlist
15 OM_NEW
16 OM_SET
17 OM_DISPOSE
18 MUIM_Draw
19 MUIM_Setup
20 MUIM_Cleanup
21 MUIM_HandleEvent
22 ##end methodlist