Listtree.mcc: handle MUIA_List_VertProp_#? and MUIM_Notify takeover by NList
[AROS.git] / workbench / classes / zune / listtree / listtree.conf
blob8fb146a74b0cd994811a3614b536245f4f5a662d
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_Notify
24 MUIM_Listtree_Insert
25 MUIM_Listtree_GetEntry
26 MUIM_Listtree_GetNr
27 MUIM_Listtree_Remove
28 MUIM_Listtree_Rename
29 MUIM_Listtree_Open
30 MUIM_Listtree_Close
31 MUIM_Listtree_TestPos
32 MUIM_Listtree_SetDropMark
33 MUIM_Listtree_FindName
34 MUIM_List_TestPos
35 MUIM_List_Redraw
36 MUIM_List_CreateImage
37 MUIM_List_DeleteImage
38 MUIM_CreateDragImage
39 MUIM_DeleteDragImage
40 ##end methodlist