repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
arch/cpu.resource: remove dead code
[AROS.git]
/
workbench
/
classes
/
zune
/
listtree
/
listtree.conf
blob
e4d2f900dab0b82b371605338265998763c7a63e
1
##begin config
2
basename Listtree
3
version 0.9
4
date 2.8.2015
5
superclass MUIC_List
6
classdatatype struct Listtree_DATA
7
##end config
8
9
##begin cdef
10
#include <libraries/mui.h>
11
#include "Listtree_mcc.h"
12
##end cdef
13
14
##begin cdefprivate
15
#include "listtree_private.h"
16
##end cdefprivate
17
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