grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / system / Wanderer / Classes / iconvolumelist.conf
blob0d93ddcfbc89501b4545cfc5ab69ea04718e9ee3
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
9 ##begin cdef
10 #include <libraries/mui.h>
11 ##end cdef
13 ##begin cdefprivate
14 #include "iconvolumelist_private.h"
15 ##end cdefprivate
17 ##begin methodlist
18 OM_NEW
19 OM_GET
20 MUIM_IconList_Update
21 MUIM_IconList_UpdateEntry
22 MUIM_IconList_DestroyEntry
23 ##end methodlist