-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathphp_wxwidgets.h
402 lines (396 loc) · 19.7 KB
/
php_wxwidgets.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 2.0.11
*
* This file is not intended to be easily readable and contains a number of
* coding conventions designed to improve portability and efficiency. Do not make
* changes to this file unless you know what you are doing--modify the SWIG
* interface file instead.
* ----------------------------------------------------------------------------- */
#ifndef PHP_WXWIDGETS_H
#define PHP_WXWIDGETS_H
extern zend_module_entry wxwidgets_module_entry;
#define phpext_wxwidgets_ptr &wxwidgets_module_entry
#ifdef PHP_WIN32
# define PHP_WXWIDGETS_API __declspec(dllexport)
#else
# define PHP_WXWIDGETS_API
#endif
#ifdef ZTS
#include "TSRM.h"
#endif
PHP_MINIT_FUNCTION(wxwidgets);
PHP_MSHUTDOWN_FUNCTION(wxwidgets);
PHP_RINIT_FUNCTION(wxwidgets);
PHP_RSHUTDOWN_FUNCTION(wxwidgets);
PHP_MINFO_FUNCTION(wxwidgets);
ZEND_NAMED_FUNCTION(_wrap_new_wxInitializer);
ZEND_NAMED_FUNCTION(_wrap_wxInitializer_IsOk);
ZEND_NAMED_FUNCTION(_wrap_wxEntryStart);
ZEND_NAMED_FUNCTION(_wrap_wxEntryCleanup);
ZEND_NAMED_FUNCTION(_wrap_wxUninitialize);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_MainLoop);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_ExitMainLoop);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_FilterEvent);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_GetMainLoop);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_HandleEvent);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_UsesEventLoop);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_ProcessPendingEvents);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_DeletePendingEvents);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_HasPendingEvents);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_SuspendProcessingOfPendingEvents);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_ResumeProcessingOfPendingEvents);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_ScheduleForDestruction);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_IsScheduledForDestruction);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_Yield);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_SetInstance);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_GetInstance);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_IsMainLoopRunning);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_OnAssertFailure);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_OnCmdLineError);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_OnCmdLineHelp);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_OnCmdLineParsed);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_OnEventLoopEnter);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_OnEventLoopExit);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_OnExceptionInMainLoop);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_OnExit);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_OnFatalException);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_OnInit);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_OnInitCmdLine);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_OnRun);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_OnUnhandledException);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_GetAppDisplayName);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_GetAppName);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_GetClassName);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_GetTraits);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_GetVendorDisplayName);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_GetVendorName);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_SetAppDisplayName);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_SetAppName);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_SetClassName);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_SetVendorDisplayName);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_SetVendorName);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_argc_set);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_argc_get);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_argv_set);
ZEND_NAMED_FUNCTION(_wrap_wxAppConsole_argv_get);
ZEND_NAMED_FUNCTION(_wrap_new_wxAppConsole);
ZEND_NAMED_FUNCTION(_wrap_new_wxApp);
ZEND_NAMED_FUNCTION(_wrap_wxApp_GetDisplayMode);
ZEND_NAMED_FUNCTION(_wrap_wxApp_GetExitOnFrameDelete);
ZEND_NAMED_FUNCTION(_wrap_wxApp_GetLayoutDirection);
ZEND_NAMED_FUNCTION(_wrap_wxApp_GetUseBestVisual);
ZEND_NAMED_FUNCTION(_wrap_wxApp_GetTopWindow);
ZEND_NAMED_FUNCTION(_wrap_wxApp_IsActive);
ZEND_NAMED_FUNCTION(_wrap_wxApp_SafeYield);
ZEND_NAMED_FUNCTION(_wrap_wxApp_SafeYieldFor);
ZEND_NAMED_FUNCTION(_wrap_wxApp_SetDisplayMode);
ZEND_NAMED_FUNCTION(_wrap_wxApp_SetExitOnFrameDelete);
ZEND_NAMED_FUNCTION(_wrap_wxApp_SetNativeTheme);
ZEND_NAMED_FUNCTION(_wrap_wxApp_SetTopWindow);
ZEND_NAMED_FUNCTION(_wrap_wxApp_SetUseBestVisual);
ZEND_NAMED_FUNCTION(_wrap_wxHandleFatalExceptions);
ZEND_NAMED_FUNCTION(_wrap_wxInitialize);
ZEND_NAMED_FUNCTION(_wrap_wxWakeUpIdle);
ZEND_NAMED_FUNCTION(_wrap_wxYield);
ZEND_NAMED_FUNCTION(_wrap_wxSafeYield);
ZEND_NAMED_FUNCTION(_wrap_wxEntry);
ZEND_NAMED_FUNCTION(_wrap_wxExit);
ZEND_NAMED_FUNCTION(_wrap_wxVisualAttributes_font_set);
ZEND_NAMED_FUNCTION(_wrap_wxVisualAttributes_font_get);
ZEND_NAMED_FUNCTION(_wrap_wxVisualAttributes_colFg_set);
ZEND_NAMED_FUNCTION(_wrap_wxVisualAttributes_colFg_get);
ZEND_NAMED_FUNCTION(_wrap_wxVisualAttributes_colBg_set);
ZEND_NAMED_FUNCTION(_wrap_wxVisualAttributes_colBg_get);
ZEND_NAMED_FUNCTION(_wrap_new_wxVisualAttributes);
ZEND_NAMED_FUNCTION(_wrap_new_wxWindow);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_Create);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_AcceptsFocus);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_AcceptsFocusFromKeyboard);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_AcceptsFocusRecursively);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_HasFocus);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetCanFocus);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetFocus);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetFocusFromKbd);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_AddChild);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_DestroyChildren);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_FindWindow);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetChildren);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_RemoveChild);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetGrandParent);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetNextSibling);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetParent);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetPrevSibling);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_IsDescendant);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_Reparent);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_AlwaysShowScrollbars);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetScrollPos);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetScrollRange);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetScrollThumb);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_CanScroll);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_HasScrollbar);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_IsScrollbarAlwaysShown);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_ScrollLines);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_ScrollPages);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_ScrollWindow);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_LineUp);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_LineDown);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_PageUp);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_PageDown);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetScrollPos);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetScrollbar);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_CacheBestSize);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_ClientToWindowSize);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_WindowToClientSize);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_Fit);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_FitInside);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetBestSize);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetBestHeight);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetBestWidth);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetClientSize);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetEffectiveMinSize);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetMaxClientSize);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetMaxSize);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetMinClientSize);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetMinSize);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetMinWidth);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetMinHeight);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetMaxWidth);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetMaxHeight);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetSize);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetVirtualSize);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetBestVirtualSize);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetWindowBorderSize);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_InformFirstDirection);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_InvalidateBestSize);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_PostSizeEvent);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_PostSizeEventToParent);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SendSizeEvent);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SendSizeEventToParent);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetClientSize);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetContainingSizer);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetInitialSize);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetMaxClientSize);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetMaxSize);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetMinClientSize);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetMinSize);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetSize);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetSizeHints);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetVirtualSize);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_Center);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_CenterOnParent);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_Centre);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_CentreOnParent);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetPosition);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetRect);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetScreenPosition);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetScreenRect);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetClientAreaOrigin);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetClientRect);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_Move);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetPosition);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_ClientToScreen);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_ConvertDialogToPixels);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_ConvertPixelsToDialog);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_ScreenToClient);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_ClearBackground);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_Freeze);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_Thaw);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_IsFrozen);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetBackgroundColour);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetBackgroundStyle);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetCharHeight);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetCharWidth);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetDefaultAttributes);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetFont);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetForegroundColour);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetTextExtent);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetUpdateRegion);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetUpdateClientRect);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_HasTransparentBackground);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_Refresh);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_RefreshRect);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_Update);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetBackgroundColour);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetBackgroundStyle);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_IsTransparentBackgroundSupported);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetFont);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetForegroundColour);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetOwnBackgroundColour);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetOwnFont);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetOwnForegroundColour);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetPalette);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_ShouldInheritColours);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetThemeEnabled);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetThemeEnabled);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_CanSetTransparent);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetTransparent);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetEventHandler);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_HandleAsNavigationKey);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_HandleWindowEvent);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_ProcessWindowEvent);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_ProcessWindowEventLocally);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_PopEventHandler);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_PushEventHandler);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_RemoveEventHandler);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetEventHandler);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetNextHandler);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetPreviousHandler);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetExtraStyle);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetWindowStyleFlag);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetWindowStyle);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_HasExtraStyle);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_HasFlag);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetExtraStyle);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetWindowStyleFlag);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetWindowStyle);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_ToggleWindowStyle);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_MoveAfterInTabOrder);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_MoveBeforeInTabOrder);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_Navigate);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_NavigateIn);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_Lower);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_Raise);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_Hide);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_HideWithEffect);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_IsEnabled);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_IsExposed);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_IsShown);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_IsShownOnScreen);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_Disable);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_Enable);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_Show);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_ShowWithEffect);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetHelpText);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetHelpText);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetHelpTextAtPoint);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetToolTip);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetToolTipText);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetToolTip);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_UnsetToolTip);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetPopupMenuSelectionFromUser);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_PopupMenu);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetValidator);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetValidator);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_TransferDataFromWindow);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_TransferDataToWindow);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_Validate);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetId);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetLabel);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetLayoutDirection);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetName);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetWindowVariant);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetId);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetLabel);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetLayoutDirection);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetName);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetWindowVariant);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetAcceleratorTable);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetAcceleratorTable);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_Close);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_Destroy);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_IsBeingDeleted);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetDropTarget);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetDropTarget);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_DragAcceptFiles);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetContainingSizer);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetSizer);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetSizer);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetSizerAndFit);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetConstraints);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetConstraints);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_Layout);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetAutoLayout);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetAutoLayout);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_CaptureMouse);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetCaret);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetCursor);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_HasCapture);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_ReleaseMouse);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetCaret);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetCursor);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_WarpPointer);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_HitTest);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetBorder);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_DoUpdateWindowUI);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetHandle);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_HasMultiplePages);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_InheritAttributes);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_InitDialog);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_IsDoubleBuffered);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_SetDoubleBuffered);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_IsRetained);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_IsThisEnabled);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_IsTopLevel);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_OnInternalIdle);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_UpdateWindowUI);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetClassDefaultAttributes);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_FindFocus);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_FindWindowById);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_FindWindowByLabel);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_FindWindowByName);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_GetCapture);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_NewControlId);
ZEND_NAMED_FUNCTION(_wrap_wxWindow_UnreserveControlId);
ZEND_NAMED_FUNCTION(_wrap_wxFindWindowAtPointer);
ZEND_NAMED_FUNCTION(_wrap_wxGetActiveWindow);
ZEND_NAMED_FUNCTION(_wrap_wxGetTopLevelParent);
ZEND_NAMED_FUNCTION(_wrap_wxNonOwnedWindow_SetShape);
ZEND_NAMED_FUNCTION(_wrap_new_wxNonOwnedWindow);
ZEND_NAMED_FUNCTION(_wrap_new_wxTopLevelWindow);
ZEND_NAMED_FUNCTION(_wrap_wxTopLevelWindow_Create);
ZEND_NAMED_FUNCTION(_wrap_wxTopLevelWindow_CanSetTransparent);
ZEND_NAMED_FUNCTION(_wrap_wxTopLevelWindow_CenterOnScreen);
ZEND_NAMED_FUNCTION(_wrap_wxTopLevelWindow_CentreOnScreen);
ZEND_NAMED_FUNCTION(_wrap_wxTopLevelWindow_EnableCloseButton);
ZEND_NAMED_FUNCTION(_wrap_wxTopLevelWindow_GetDefaultItem);
ZEND_NAMED_FUNCTION(_wrap_wxTopLevelWindow_GetDefaultSize);
ZEND_NAMED_FUNCTION(_wrap_wxTopLevelWindow_GetIcon);
ZEND_NAMED_FUNCTION(_wrap_wxTopLevelWindow_GetIcons);
ZEND_NAMED_FUNCTION(_wrap_wxTopLevelWindow_GetTitle);
ZEND_NAMED_FUNCTION(_wrap_wxTopLevelWindow_Iconize);
ZEND_NAMED_FUNCTION(_wrap_wxTopLevelWindow_IsActive);
ZEND_NAMED_FUNCTION(_wrap_wxTopLevelWindow_IsAlwaysMaximized);
ZEND_NAMED_FUNCTION(_wrap_wxTopLevelWindow_IsFullScreen);
ZEND_NAMED_FUNCTION(_wrap_wxTopLevelWindow_IsIconized);
ZEND_NAMED_FUNCTION(_wrap_wxTopLevelWindow_IsMaximized);
ZEND_NAMED_FUNCTION(_wrap_wxTopLevelWindow_Layout);
ZEND_NAMED_FUNCTION(_wrap_wxTopLevelWindow_Maximize);
ZEND_NAMED_FUNCTION(_wrap_wxTopLevelWindow_RequestUserAttention);
ZEND_NAMED_FUNCTION(_wrap_wxTopLevelWindow_SetDefaultItem);
ZEND_NAMED_FUNCTION(_wrap_wxTopLevelWindow_SetTmpDefaultItem);
ZEND_NAMED_FUNCTION(_wrap_wxTopLevelWindow_GetTmpDefaultItem);
ZEND_NAMED_FUNCTION(_wrap_wxTopLevelWindow_SetIcon);
ZEND_NAMED_FUNCTION(_wrap_wxTopLevelWindow_SetIcons);
ZEND_NAMED_FUNCTION(_wrap_wxTopLevelWindow_SetMaxSize);
ZEND_NAMED_FUNCTION(_wrap_wxTopLevelWindow_SetMinSize);
ZEND_NAMED_FUNCTION(_wrap_wxTopLevelWindow_SetSizeHints);
ZEND_NAMED_FUNCTION(_wrap_wxTopLevelWindow_SetTitle);
ZEND_NAMED_FUNCTION(_wrap_wxTopLevelWindow_SetTransparent);
ZEND_NAMED_FUNCTION(_wrap_wxTopLevelWindow_ShouldPreventAppExit);
ZEND_NAMED_FUNCTION(_wrap_wxTopLevelWindow_OSXSetModified);
ZEND_NAMED_FUNCTION(_wrap_wxTopLevelWindow_OSXIsModified);
ZEND_NAMED_FUNCTION(_wrap_wxTopLevelWindow_SetRepresentedFilename);
ZEND_NAMED_FUNCTION(_wrap_wxTopLevelWindow_ShowFullScreen);
ZEND_NAMED_FUNCTION(_wrap_new_wxFrame);
ZEND_NAMED_FUNCTION(_wrap_wxFrame_Centre);
ZEND_NAMED_FUNCTION(_wrap_wxFrame_Create);
ZEND_NAMED_FUNCTION(_wrap_wxFrame_CreateStatusBar);
ZEND_NAMED_FUNCTION(_wrap_wxFrame_CreateToolBar);
ZEND_NAMED_FUNCTION(_wrap_wxFrame_GetClientAreaOrigin);
ZEND_NAMED_FUNCTION(_wrap_wxFrame_GetMenuBar);
ZEND_NAMED_FUNCTION(_wrap_wxFrame_GetStatusBar);
ZEND_NAMED_FUNCTION(_wrap_wxFrame_GetStatusBarPane);
ZEND_NAMED_FUNCTION(_wrap_wxFrame_GetToolBar);
ZEND_NAMED_FUNCTION(_wrap_wxFrame_OnCreateStatusBar);
ZEND_NAMED_FUNCTION(_wrap_wxFrame_OnCreateToolBar);
ZEND_NAMED_FUNCTION(_wrap_wxFrame_ProcessCommand);
ZEND_NAMED_FUNCTION(_wrap_wxFrame_SetMenuBar);
ZEND_NAMED_FUNCTION(_wrap_wxFrame_SetStatusBar);
ZEND_NAMED_FUNCTION(_wrap_wxFrame_SetStatusBarPane);
ZEND_NAMED_FUNCTION(_wrap_wxFrame_SetStatusText);
ZEND_NAMED_FUNCTION(_wrap_wxFrame_SetStatusWidths);
ZEND_NAMED_FUNCTION(_wrap_wxFrame_SetToolBar);
ZEND_NAMED_FUNCTION(_wrap_wxFrame_PushStatusText);
ZEND_NAMED_FUNCTION(_wrap_wxFrame_PopStatusText);
#endif /* PHP_WXWIDGETS_H */