WIP: Update implementing basic changes for icon class, and Fix to memory size display...
[AROS.git] / workbench / system / Wanderer / Classes / icon.conf
blob07802f65ad8f7baed59fa57df8733c438e134532
1 ##begin config
2 basename      Icon
3 version       1.0
4 date          13.03.2009
5 superclass    MUIC_Area
6 classdatatype struct Icon_DATA
7 ##end config
9 ##begin cdef
10 #include <libraries/mui.h>
11 #include "icon_private.h"
12 ##end cdef
14 ##begin methodlist
15 OM_NEW
16 OM_DISPOSE
17 OM_SET
18 OM_GET
19 MUIM_Setup
20 MUIM_Show
21 MUIM_Hide
22 MUIM_Cleanup
23 MUIM_AskMinMax
24 MUIM_Draw
25 MUIM_Layout
26 MUIM_CreateDragImage
27 MUIM_DeleteDragImage
28 ##end methodlist