Fixed compatibility of output.
[AROS.git] / workbench / system / Wanderer / Classes / icondrawerlist.conf
blob2801ccc1c12d78201b99d9e6223d7b84cfeb0704
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
9 ##begin cdef
10 #include <libraries/mui.h>
11 ##end cdef
13 ##begin cdefprivate
14 #include "icondrawerlist_private.h"
15 ##end cdefprivate
17 ##begin methodlist
18 OM_NEW
19 OM_DISPOSE
20 OM_SET
21 OM_GET
22 MUIM_IconList_Update
23 ##end methodlist