Don't reference removed files in Makefile
[python/dscho.git] / Mac / Modules / win / wingen.py
blob0abf6e08588b5fd7d7f9143c3cfd156d931b5a9a
1 # Generated from 'D:Development:THINK C:Mac #includes:Apple #includes:Windows.h'
3 f = Function(void, 'InitWindows',
5 functions.append(f)
7 f = Function(WindowPtr, 'NewWindow',
8 (NullStorage, 'wStorage', InMode),
9 (Rect_ptr, 'boundsRect', InMode),
10 (ConstStr255Param, 'title', InMode),
11 (Boolean, 'visible', InMode),
12 (short, 'theProc', InMode),
13 (WindowPtr, 'behind', InMode),
14 (Boolean, 'goAwayFlag', InMode),
15 (long, 'refCon', InMode),
17 functions.append(f)
19 f = Function(WindowPtr, 'GetNewWindow',
20 (short, 'windowID', InMode),
21 (NullStorage, 'wStorage', InMode),
22 (WindowPtr, 'behind', InMode),
24 functions.append(f)
26 f = Method(void, 'GetWTitle',
27 (WindowPtr, 'theWindow', InMode),
28 (Str255, 'title', OutMode),
30 methods.append(f)
32 f = Method(void, 'SelectWindow',
33 (WindowPtr, 'theWindow', InMode),
35 methods.append(f)
37 f = Method(void, 'HideWindow',
38 (WindowPtr, 'theWindow', InMode),
40 methods.append(f)
42 f = Method(void, 'ShowWindow',
43 (WindowPtr, 'theWindow', InMode),
45 methods.append(f)
47 f = Method(void, 'ShowHide',
48 (WindowPtr, 'theWindow', InMode),
49 (Boolean, 'showFlag', InMode),
51 methods.append(f)
53 f = Method(void, 'HiliteWindow',
54 (WindowPtr, 'theWindow', InMode),
55 (Boolean, 'fHilite', InMode),
57 methods.append(f)
59 f = Method(void, 'BringToFront',
60 (WindowPtr, 'theWindow', InMode),
62 methods.append(f)
64 f = Method(void, 'SendBehind',
65 (WindowPtr, 'theWindow', InMode),
66 (WindowPtr, 'behindWindow', InMode),
68 methods.append(f)
70 f = Function(ExistingWindowPtr, 'FrontWindow',
72 functions.append(f)
74 f = Method(void, 'DrawGrowIcon',
75 (WindowPtr, 'theWindow', InMode),
77 methods.append(f)
79 f = Method(void, 'MoveWindow',
80 (WindowPtr, 'theWindow', InMode),
81 (short, 'hGlobal', InMode),
82 (short, 'vGlobal', InMode),
83 (Boolean, 'front', InMode),
85 methods.append(f)
87 f = Method(void, 'SizeWindow',
88 (WindowPtr, 'theWindow', InMode),
89 (short, 'w', InMode),
90 (short, 'h', InMode),
91 (Boolean, 'fUpdate', InMode),
93 methods.append(f)
95 f = Method(void, 'ZoomWindow',
96 (WindowPtr, 'theWindow', InMode),
97 (short, 'partCode', InMode),
98 (Boolean, 'front', InMode),
100 methods.append(f)
102 f = Function(void, 'InvalRect',
103 (Rect_ptr, 'badRect', InMode),
105 functions.append(f)
107 f = Function(void, 'ValidRect',
108 (Rect_ptr, 'goodRect', InMode),
110 functions.append(f)
112 f = Method(void, 'BeginUpdate',
113 (WindowPtr, 'theWindow', InMode),
115 methods.append(f)
117 f = Method(void, 'EndUpdate',
118 (WindowPtr, 'theWindow', InMode),
120 methods.append(f)
122 f = Method(void, 'SetWRefCon',
123 (WindowPtr, 'theWindow', InMode),
124 (long, 'data', InMode),
126 methods.append(f)
128 f = Method(long, 'GetWRefCon',
129 (WindowPtr, 'theWindow', InMode),
131 methods.append(f)
133 f = Function(Boolean, 'CheckUpdate',
134 (EventRecord, 'theEvent', OutMode),
136 functions.append(f)
138 f = Method(void, 'ClipAbove',
139 (WindowPeek, 'window', InMode),
141 methods.append(f)
143 f = Method(void, 'SaveOld',
144 (WindowPeek, 'window', InMode),
146 methods.append(f)
148 f = Method(void, 'DrawNew',
149 (WindowPeek, 'window', InMode),
150 (Boolean, 'update', InMode),
152 methods.append(f)
154 f = Method(void, 'CalcVis',
155 (WindowPeek, 'window', InMode),
157 methods.append(f)
159 f = Method(long, 'GrowWindow',
160 (WindowPtr, 'theWindow', InMode),
161 (Point, 'startPt', InMode),
162 (Rect_ptr, 'bBox', InMode),
164 methods.append(f)
166 f = Function(short, 'FindWindow',
167 (Point, 'thePoint', InMode),
168 (ExistingWindowPtr, 'theWindow', OutMode),
170 functions.append(f)
172 f = Function(long, 'PinRect',
173 (Rect_ptr, 'theRect', InMode),
174 (Point, 'thePt', InMode),
176 functions.append(f)
178 f = Method(Boolean, 'TrackBox',
179 (WindowPtr, 'theWindow', InMode),
180 (Point, 'thePt', InMode),
181 (short, 'partCode', InMode),
183 methods.append(f)
185 f = Function(WindowPtr, 'NewCWindow',
186 (NullStorage, 'wStorage', InMode),
187 (Rect_ptr, 'boundsRect', InMode),
188 (ConstStr255Param, 'title', InMode),
189 (Boolean, 'visible', InMode),
190 (short, 'procID', InMode),
191 (WindowPtr, 'behind', InMode),
192 (Boolean, 'goAwayFlag', InMode),
193 (long, 'refCon', InMode),
195 functions.append(f)
197 f = Function(WindowPtr, 'GetNewCWindow',
198 (short, 'windowID', InMode),
199 (NullStorage, 'wStorage', InMode),
200 (WindowPtr, 'behind', InMode),
202 functions.append(f)
204 f = Method(short, 'GetWVariant',
205 (WindowPtr, 'theWindow', InMode),
207 methods.append(f)
209 f = Method(void, 'SetWTitle',
210 (WindowPtr, 'theWindow', InMode),
211 (ConstStr255Param, 'title', InMode),
213 methods.append(f)
215 f = Method(Boolean, 'TrackGoAway',
216 (WindowPtr, 'theWindow', InMode),
217 (Point, 'thePt', InMode),
219 methods.append(f)
221 f = Method(void, 'DragWindow',
222 (WindowPtr, 'theWindow', InMode),
223 (Point, 'startPt', InMode),
224 (Rect_ptr, 'boundsRect', InMode),
226 methods.append(f)