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
grub2: bring back build of aros-side grub2 tools
[AROS.git]
/
workbench
/
system
/
Wanderer
/
Classes
/
iconvolumelist.conf
blob
0d93ddcfbc89501b4545cfc5ab69ea04718e9ee3
1
##begin config
2
basename IconVolumeList
3
version 1.11
4
date 31.12.2011
5
superclass MUIC_IconList
6
classdatatype struct IconVolumeList_DATA
7
##end config
8
9
##begin cdef
10
#include <libraries/mui.h>
11
##end cdef
12
13
##begin cdefprivate
14
#include "iconvolumelist_private.h"
15
##end cdefprivate
16
17
##begin methodlist
18
OM_NEW
19
OM_GET
20
MUIM_IconList_Update
21
MUIM_IconList_UpdateEntry
22
MUIM_IconList_DestroyEntry
23
##end methodlist