1 # Generated from 'D:Development:THINK C:Mac #includes:Apple #includes:Windows.h'
3 f
= Function(void
, 'InitWindows',
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
),
19 f
= Function(WindowPtr
, 'GetNewWindow',
20 (short
, 'windowID', InMode
),
21 (NullStorage
, 'wStorage', InMode
),
22 (WindowPtr
, 'behind', InMode
),
26 f
= Method(void
, 'GetWTitle',
27 (WindowPtr
, 'theWindow', InMode
),
28 (Str255
, 'title', OutMode
),
32 f
= Method(void
, 'SelectWindow',
33 (WindowPtr
, 'theWindow', InMode
),
37 f
= Method(void
, 'HideWindow',
38 (WindowPtr
, 'theWindow', InMode
),
42 f
= Method(void
, 'ShowWindow',
43 (WindowPtr
, 'theWindow', InMode
),
47 f
= Method(void
, 'ShowHide',
48 (WindowPtr
, 'theWindow', InMode
),
49 (Boolean
, 'showFlag', InMode
),
53 f
= Method(void
, 'HiliteWindow',
54 (WindowPtr
, 'theWindow', InMode
),
55 (Boolean
, 'fHilite', InMode
),
59 f
= Method(void
, 'BringToFront',
60 (WindowPtr
, 'theWindow', InMode
),
64 f
= Method(void
, 'SendBehind',
65 (WindowPtr
, 'theWindow', InMode
),
66 (WindowPtr
, 'behindWindow', InMode
),
70 f
= Function(ExistingWindowPtr
, 'FrontWindow',
74 f
= Method(void
, 'DrawGrowIcon',
75 (WindowPtr
, 'theWindow', InMode
),
79 f
= Method(void
, 'MoveWindow',
80 (WindowPtr
, 'theWindow', InMode
),
81 (short
, 'hGlobal', InMode
),
82 (short
, 'vGlobal', InMode
),
83 (Boolean
, 'front', InMode
),
87 f
= Method(void
, 'SizeWindow',
88 (WindowPtr
, 'theWindow', InMode
),
91 (Boolean
, 'fUpdate', InMode
),
95 f
= Method(void
, 'ZoomWindow',
96 (WindowPtr
, 'theWindow', InMode
),
97 (short
, 'partCode', InMode
),
98 (Boolean
, 'front', InMode
),
102 f
= Function(void
, 'InvalRect',
103 (Rect_ptr
, 'badRect', InMode
),
107 f
= Function(void
, 'ValidRect',
108 (Rect_ptr
, 'goodRect', InMode
),
112 f
= Method(void
, 'BeginUpdate',
113 (WindowPtr
, 'theWindow', InMode
),
117 f
= Method(void
, 'EndUpdate',
118 (WindowPtr
, 'theWindow', InMode
),
122 f
= Method(void
, 'SetWRefCon',
123 (WindowPtr
, 'theWindow', InMode
),
124 (long, 'data', InMode
),
128 f
= Method(long, 'GetWRefCon',
129 (WindowPtr
, 'theWindow', InMode
),
133 f
= Function(Boolean
, 'CheckUpdate',
134 (EventRecord
, 'theEvent', OutMode
),
138 f
= Method(void
, 'ClipAbove',
139 (WindowPeek
, 'window', InMode
),
143 f
= Method(void
, 'SaveOld',
144 (WindowPeek
, 'window', InMode
),
148 f
= Method(void
, 'DrawNew',
149 (WindowPeek
, 'window', InMode
),
150 (Boolean
, 'update', InMode
),
154 f
= Method(void
, 'CalcVis',
155 (WindowPeek
, 'window', InMode
),
159 f
= Method(long, 'GrowWindow',
160 (WindowPtr
, 'theWindow', InMode
),
161 (Point
, 'startPt', InMode
),
162 (Rect_ptr
, 'bBox', InMode
),
166 f
= Function(short
, 'FindWindow',
167 (Point
, 'thePoint', InMode
),
168 (ExistingWindowPtr
, 'theWindow', OutMode
),
172 f
= Function(long, 'PinRect',
173 (Rect_ptr
, 'theRect', InMode
),
174 (Point
, 'thePt', InMode
),
178 f
= Method(Boolean
, 'TrackBox',
179 (WindowPtr
, 'theWindow', InMode
),
180 (Point
, 'thePt', InMode
),
181 (short
, 'partCode', InMode
),
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
),
197 f
= Function(WindowPtr
, 'GetNewCWindow',
198 (short
, 'windowID', InMode
),
199 (NullStorage
, 'wStorage', InMode
),
200 (WindowPtr
, 'behind', InMode
),
204 f
= Method(short
, 'GetWVariant',
205 (WindowPtr
, 'theWindow', InMode
),
209 f
= Method(void
, 'SetWTitle',
210 (WindowPtr
, 'theWindow', InMode
),
211 (ConstStr255Param
, 'title', InMode
),
215 f
= Method(Boolean
, 'TrackGoAway',
216 (WindowPtr
, 'theWindow', InMode
),
217 (Point
, 'thePt', InMode
),
221 f
= Method(void
, 'DragWindow',
222 (WindowPtr
, 'theWindow', InMode
),
223 (Point
, 'startPt', InMode
),
224 (Rect_ptr
, 'boundsRect', InMode
),