Listtree.mcc: implement OM_DISPOSE
[AROS.git] / workbench / classes / zune / listtree / listtree.conf
blob620b53c21153760c40a4c637860707cd0e738071
1 ##begin config
2 basename      Listtree
3 version       0.3
4 date          4.6.2015
5 superclass    MUIC_Group
6 classdatatype struct Listtree_DATA
7 ##end config
9 ##begin cdef
10 #include <libraries/mui.h>
11 #include "Listtree_mcc.h"
12 ##end cdef
14 ##begin cdefprivate
15 #include "listtree_private.h"
16 ##end cdefprivate
18 ##begin methodlist
19 OM_NEW
20 OM_SET
21 OM_GET
22 OM_DISPOSE
23 MUIM_Listtree_Insert
24 MUIM_Listtree_GetEntry
25 MUIM_Listtree_GetNr
26 MUIM_Listtree_Remove
27 MUIM_Listtree_Rename
28 MUIM_Listtree_Open
29 MUIM_Listtree_Close
30 MUIM_Listtree_TestPos
31 MUIM_Listtree_SetDropMark
32 MUIM_Listtree_FindName
33 MUIM_List_TestPos
34 MUIM_List_Redraw
35 MUIM_List_CreateImage
36 MUIM_List_DeleteImage
37 MUIM_CreateDragImage
38 MUIM_DeleteDragImage
39 ##end methodlist