Listtree.mcc: implement List_Redraw
[AROS.git] / workbench / classes / zune / listtree / listtree.conf
bloba101b5165041616e2b95b0df2bd96979f42c4765
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 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 MUIM_Listtree_FindName
32 MUIM_List_TestPos
33 MUIM_List_Redraw
34 ##end methodlist