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
Fixed compatibility of output.
[AROS.git]
/
workbench
/
system
/
Wanderer
/
Classes
/
icondrawerlist.conf
blob
2801ccc1c12d78201b99d9e6223d7b84cfeb0704
1
##begin config
2
basename IconDrawerList
3
version 1.4
4
date 31.12.2011
5
superclass MUIC_IconList
6
classdatatype struct IconDrawerList_DATA
7
##end config
8
9
##begin cdef
10
#include <libraries/mui.h>
11
##end cdef
12
13
##begin cdefprivate
14
#include "icondrawerlist_private.h"
15
##end cdefprivate
16
17
##begin methodlist
18
OM_NEW
19
OM_DISPOSE
20
OM_SET
21
OM_GET
22
MUIM_IconList_Update
23
##end methodlist