Listtree.mcc: update to latest ABIV0 codes
[AROS.git] / workbench / classes / zune / listtree / listtree.conf
blob3f1beaac65ca3761466ed5edeb6fb6edc698d9f0
1 ##begin config
2 basename      Listtree
3 version       0.1
4 date          13.2.2012
5 superclass    MUIC_List
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 MUIM_Listtree_Insert
23 MUIM_Listtree_GetEntry
24 MUIM_Listtree_GetNr
25 MUIM_Listtree_Remove
26 MUIM_Listtree_Rename
27 MUIM_Listtree_Open
28 MUIM_Listtree_Close
29 MUIM_Listtree_TestPos
30 MUIM_Listtree_SetDropMark
31 ##end methodlist