Test initialisation of MUIA_List_AdjustWidth and MUIA_List_AdjustHeight, and
[AROS.git] / arch / all-mingw32 / hidd / wingdi / wingdi.conf
blobdc884445e0a926db27ca29d394616c739b5aac1b
1 ##begin config
2 basename        GDICl
3 libbase         GDIClBase
4 libbasetype     struct gdiclbase
5 version         42.1
6 residentpri     9
7 classid         CLID_Hidd_GDIGfx
8 superclass      CLID_Hidd_Gfx
9 classptr_field  xsd.gfxclass
10 classdatatype   struct gfx_data
11 ##end config
13 ##begin cdefprivate
14 #include <hidd/graphics.h>
15 #include "gdi.h"
16 #include "bitmap.h"
18 ##end cdefprivate
20 ##begin methodlist
21 .interface Root
22 New
23 Dispose
24 Get
25 Set
26 .interface Hidd_Gfx
27 CreateObject
28 Show
29 ShowViewPorts
30 CopyBox
31 SetCursorShape
32 ModeProperties
33 ##end methodlist
36 ##begin class
37 ##begin config
38 basename GDIBM
39 type hidd
40 superclass CLID_Hidd_BitMap
41 classptr_field xsd.bmclass
42 classdatatype struct bitmap_data
43 ##end config
45 ##begin methodlist
46 .interface Root
47 New
48 Dispose
49 Set
50 Get
51 .interface Hidd_BitMap
52 PutPixel
53 Clear
54 GetPixel
55 DrawPixel
56 FillRect
57 PutImage
58 PutImageLUT
59 GetImage
60 GetImageLUT
61 UpdateRect
62 ##end methodlist
63 ##end class
66 ##begin class
67 ##begin config
68 basename GDIMouse
69 type hidd
70 classid CLID_Hidd_GDIMouse
71 superclass CLID_Hidd
72 classptr_field xsd.mouseclass
73 classdatatype struct gdimouse_data
74 ##end config
76 ##begin methodlist
77 .interface Root
78 New
79 Dispose
80 ##end methodlist
81 ##end class
84 ##begin class
85 ##begin config
86 basename GDIKbd
87 type hidd
88 classid CLID_Hidd_GDIKbd
89 superclass CLID_Hidd
90 classptr_field xsd.kbdclass
91 classdatatype struct gdikbd_data
92 ##end config
94 ##begin methodlist
95 .interface Root
96 New
97 Dispose
98 ##end methodlist
99 ##end class