rename the directory
[AROS.git] / workbench / hidds / sm502 / sm502.conf
blobae2cc23fa0d305c16e6c7b8a92e0737de6748b82
1 ##begin config
2 basename        SM502
3 libbasetype     struct SM502GfxBase
4 version         42.2
5 residentpri     9
6 classptr_field  vsd.sm502gfxclass
7 classdatatype   struct SM502Gfx_data
8 classid         CLID_Hidd_SM502Gfx
9 superclass      CLID_Hidd_Gfx
10 ##end config
12 ##begin cdefprivate
13 #include "sm502gfxclass.h"
14 #include "bitmap.h"
15 ##end cdefprivate
17 ##begin methodlist
18 .interface Root
19 New
20 Dispose
21 Get
22 .interface Hidd_Gfx
23 CreateObject
24 Show
25 ##end methodlist
28 ##begin class
29 ##begin config
30 basename SM502BM
31 type hidd
32 classptr_field vsd.bmclass
33 superclass CLID_Hidd_ChunkyBM
34 classdatatype struct BitmapData
35 ##end config
37 ##begin methodlist
38 .interface Root
39 New
40 Dispose
41 Get
42 Set
43 .interface Hidd_BitMap
44 SetColors
45 UpdateRect
46 ##end methodlist
47 ##end class