blob: 0abf6e08588b5fd7d7f9143c3cfd156d931b5a9a [file] [log] [blame]
Guido van Rossum17448e21995-01-30 11:53:55 +00001# Generated from 'D:Development:THINK C:Mac #includes:Apple #includes:Windows.h'
2
3f = Function(void, 'InitWindows',
4)
5functions.append(f)
6
7f = 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),
16)
17functions.append(f)
18
19f = Function(WindowPtr, 'GetNewWindow',
20 (short, 'windowID', InMode),
21 (NullStorage, 'wStorage', InMode),
22 (WindowPtr, 'behind', InMode),
23)
24functions.append(f)
25
26f = Method(void, 'GetWTitle',
27 (WindowPtr, 'theWindow', InMode),
28 (Str255, 'title', OutMode),
29)
30methods.append(f)
31
32f = Method(void, 'SelectWindow',
33 (WindowPtr, 'theWindow', InMode),
34)
35methods.append(f)
36
37f = Method(void, 'HideWindow',
38 (WindowPtr, 'theWindow', InMode),
39)
40methods.append(f)
41
42f = Method(void, 'ShowWindow',
43 (WindowPtr, 'theWindow', InMode),
44)
45methods.append(f)
46
47f = Method(void, 'ShowHide',
48 (WindowPtr, 'theWindow', InMode),
49 (Boolean, 'showFlag', InMode),
50)
51methods.append(f)
52
53f = Method(void, 'HiliteWindow',
54 (WindowPtr, 'theWindow', InMode),
55 (Boolean, 'fHilite', InMode),
56)
57methods.append(f)
58
59f = Method(void, 'BringToFront',
60 (WindowPtr, 'theWindow', InMode),
61)
62methods.append(f)
63
64f = Method(void, 'SendBehind',
65 (WindowPtr, 'theWindow', InMode),
66 (WindowPtr, 'behindWindow', InMode),
67)
68methods.append(f)
69
Guido van Rossumea39abd1995-02-28 09:49:02 +000070f = Function(ExistingWindowPtr, 'FrontWindow',
Guido van Rossum17448e21995-01-30 11:53:55 +000071)
72functions.append(f)
73
74f = Method(void, 'DrawGrowIcon',
75 (WindowPtr, 'theWindow', InMode),
76)
77methods.append(f)
78
79f = Method(void, 'MoveWindow',
80 (WindowPtr, 'theWindow', InMode),
81 (short, 'hGlobal', InMode),
82 (short, 'vGlobal', InMode),
83 (Boolean, 'front', InMode),
84)
85methods.append(f)
86
87f = Method(void, 'SizeWindow',
88 (WindowPtr, 'theWindow', InMode),
89 (short, 'w', InMode),
90 (short, 'h', InMode),
91 (Boolean, 'fUpdate', InMode),
92)
93methods.append(f)
94
95f = Method(void, 'ZoomWindow',
96 (WindowPtr, 'theWindow', InMode),
97 (short, 'partCode', InMode),
98 (Boolean, 'front', InMode),
99)
100methods.append(f)
101
102f = Function(void, 'InvalRect',
103 (Rect_ptr, 'badRect', InMode),
104)
105functions.append(f)
106
107f = Function(void, 'ValidRect',
108 (Rect_ptr, 'goodRect', InMode),
109)
110functions.append(f)
111
112f = Method(void, 'BeginUpdate',
113 (WindowPtr, 'theWindow', InMode),
114)
115methods.append(f)
116
117f = Method(void, 'EndUpdate',
118 (WindowPtr, 'theWindow', InMode),
119)
120methods.append(f)
121
122f = Method(void, 'SetWRefCon',
123 (WindowPtr, 'theWindow', InMode),
124 (long, 'data', InMode),
125)
126methods.append(f)
127
128f = Method(long, 'GetWRefCon',
129 (WindowPtr, 'theWindow', InMode),
130)
131methods.append(f)
132
133f = Function(Boolean, 'CheckUpdate',
134 (EventRecord, 'theEvent', OutMode),
135)
136functions.append(f)
137
138f = Method(void, 'ClipAbove',
139 (WindowPeek, 'window', InMode),
140)
141methods.append(f)
142
143f = Method(void, 'SaveOld',
144 (WindowPeek, 'window', InMode),
145)
146methods.append(f)
147
148f = Method(void, 'DrawNew',
149 (WindowPeek, 'window', InMode),
150 (Boolean, 'update', InMode),
151)
152methods.append(f)
153
154f = Method(void, 'CalcVis',
155 (WindowPeek, 'window', InMode),
156)
157methods.append(f)
158
159f = Method(long, 'GrowWindow',
160 (WindowPtr, 'theWindow', InMode),
161 (Point, 'startPt', InMode),
162 (Rect_ptr, 'bBox', InMode),
163)
164methods.append(f)
165
166f = Function(short, 'FindWindow',
167 (Point, 'thePoint', InMode),
168 (ExistingWindowPtr, 'theWindow', OutMode),
169)
170functions.append(f)
171
172f = Function(long, 'PinRect',
173 (Rect_ptr, 'theRect', InMode),
174 (Point, 'thePt', InMode),
175)
176functions.append(f)
177
178f = Method(Boolean, 'TrackBox',
179 (WindowPtr, 'theWindow', InMode),
180 (Point, 'thePt', InMode),
181 (short, 'partCode', InMode),
182)
183methods.append(f)
184
185f = 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),
194)
195functions.append(f)
196
197f = Function(WindowPtr, 'GetNewCWindow',
198 (short, 'windowID', InMode),
199 (NullStorage, 'wStorage', InMode),
200 (WindowPtr, 'behind', InMode),
201)
202functions.append(f)
203
204f = Method(short, 'GetWVariant',
205 (WindowPtr, 'theWindow', InMode),
206)
207methods.append(f)
208
209f = Method(void, 'SetWTitle',
210 (WindowPtr, 'theWindow', InMode),
211 (ConstStr255Param, 'title', InMode),
212)
213methods.append(f)
214
215f = Method(Boolean, 'TrackGoAway',
216 (WindowPtr, 'theWindow', InMode),
217 (Point, 'thePt', InMode),
218)
219methods.append(f)
220
221f = Method(void, 'DragWindow',
222 (WindowPtr, 'theWindow', InMode),
223 (Point, 'startPt', InMode),
224 (Rect_ptr, 'boundsRect', InMode),
225)
226methods.append(f)
Guido van Rossumea39abd1995-02-28 09:49:02 +0000227
228