]>
Commit | Line | Data |
---|---|---|
e91a9dfc | 1 | /* |
c368d904 | 2 | * FILE : contrib/ogl/ogl.cpp |
e91a9dfc RD |
3 | * |
4 | * This file was automatically generated by : | |
5 | * Simplified Wrapper and Interface Generator (SWIG) | |
6 | * Version 1.1 (Build 810) | |
7 | * | |
8 | * Portions Copyright (c) 1995-1998 | |
9 | * The University of Utah and The Regents of the University of California. | |
10 | * Permission is granted to distribute this file in any manner provided | |
11 | * this notice remains intact. | |
12 | * | |
13 | * Do not make changes to this file--changes will be lost! | |
14 | * | |
15 | */ | |
16 | ||
17 | ||
18 | #define SWIGCODE | |
19 | /* Implementation : PYTHON */ | |
20 | ||
21 | #define SWIGPYTHON | |
22 | #include <string.h> | |
23 | #include <stdlib.h> | |
24 | /* Definitions for Windows/Unix exporting */ | |
25 | #if defined(__WIN32__) | |
26 | # if defined(_MSC_VER) | |
27 | # define SWIGEXPORT(a) __declspec(dllexport) a | |
28 | # else | |
29 | # if defined(__BORLANDC__) | |
c368d904 | 30 | # define SWIGEXPORT(a) a _export |
e91a9dfc | 31 | # else |
c368d904 | 32 | # define SWIGEXPORT(a) a |
e91a9dfc RD |
33 | # endif |
34 | # endif | |
35 | #else | |
c368d904 | 36 | # define SWIGEXPORT(a) a |
e91a9dfc RD |
37 | #endif |
38 | ||
c368d904 RD |
39 | #include "Python.h" |
40 | ||
e91a9dfc RD |
41 | #ifdef __cplusplus |
42 | extern "C" { | |
43 | #endif | |
e91a9dfc RD |
44 | extern void SWIG_MakePtr(char *, void *, char *); |
45 | extern void SWIG_RegisterMapping(char *, char *, void *(*)(void *)); | |
46 | extern char *SWIG_GetPtr(char *, void **, char *); | |
47 | extern char *SWIG_GetPtrObj(PyObject *, void **, char *); | |
48 | extern void SWIG_addvarlink(PyObject *, char *, PyObject *(*)(void), int (*)(PyObject *)); | |
49 | extern PyObject *SWIG_newvarlink(void); | |
50 | #ifdef __cplusplus | |
51 | } | |
52 | #endif | |
53 | #define SWIG_init initoglc | |
54 | ||
55 | #define SWIG_name "oglc" | |
56 | ||
57 | #include "helpers.h" | |
58 | #include "oglhelpers.h" | |
e91a9dfc RD |
59 | |
60 | static PyObject* l_output_helper(PyObject* target, PyObject* o) { | |
61 | PyObject* o2; | |
c368d904 | 62 | if (!target) { |
e91a9dfc | 63 | target = o; |
c368d904 | 64 | } else if (target == Py_None) { |
e91a9dfc RD |
65 | Py_DECREF(Py_None); |
66 | target = o; | |
c368d904 | 67 | } else { |
e91a9dfc RD |
68 | if (!PyList_Check(target)) { |
69 | o2 = target; | |
70 | target = PyList_New(0); | |
71 | PyList_Append(target, o2); | |
72 | Py_XDECREF(o2); | |
73 | } | |
74 | PyList_Append(target,o); | |
75 | Py_XDECREF(o); | |
76 | } | |
77 | return target; | |
78 | } | |
79 | ||
80 | static PyObject* t_output_helper(PyObject* target, PyObject* o) { | |
81 | PyObject* o2; | |
82 | PyObject* o3; | |
83 | ||
c368d904 | 84 | if (!target) { |
e91a9dfc | 85 | target = o; |
c368d904 | 86 | } else if (target == Py_None) { |
e91a9dfc RD |
87 | Py_DECREF(Py_None); |
88 | target = o; | |
c368d904 | 89 | } else { |
e91a9dfc RD |
90 | if (!PyTuple_Check(target)) { |
91 | o2 = target; | |
92 | target = PyTuple_New(1); | |
93 | PyTuple_SetItem(target, 0, o2); | |
94 | } | |
c368d904 RD |
95 | o3 = PyTuple_New(1); |
96 | PyTuple_SetItem(o3, 0, o); | |
e91a9dfc RD |
97 | |
98 | o2 = target; | |
c368d904 RD |
99 | target = PySequence_Concat(o2, o3); |
100 | Py_DECREF(o2); | |
e91a9dfc RD |
101 | Py_DECREF(o3); |
102 | } | |
103 | return target; | |
104 | } | |
105 | ||
e91a9dfc RD |
106 | static char* wxStringErrorMsg = "string type is required for parameter"; |
107 | ||
e91a9dfc RD |
108 | extern "C" SWIGEXPORT(void) initoglbasicc(); |
109 | extern "C" SWIGEXPORT(void) initoglshapesc(); | |
110 | extern "C" SWIGEXPORT(void) initoglshapes2c(); | |
111 | extern "C" SWIGEXPORT(void) initoglcanvasc(); | |
112 | #ifdef __cplusplus | |
113 | extern "C" { | |
114 | #endif | |
115 | static PyObject *_wrap_wxOGLInitialize(PyObject *self, PyObject *args, PyObject *kwargs) { | |
116 | PyObject * _resultobj; | |
117 | char *_kwnames[] = { NULL }; | |
118 | ||
119 | self = self; | |
120 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxOGLInitialize",_kwnames)) | |
121 | return NULL; | |
122 | { | |
123 | wxPy_BEGIN_ALLOW_THREADS; | |
124 | wxOGLInitialize(); | |
125 | ||
126 | wxPy_END_ALLOW_THREADS; | |
127 | } Py_INCREF(Py_None); | |
128 | _resultobj = Py_None; | |
129 | return _resultobj; | |
130 | } | |
131 | ||
132 | static PyObject *_wrap_wxOGLCleanUp(PyObject *self, PyObject *args, PyObject *kwargs) { | |
133 | PyObject * _resultobj; | |
134 | char *_kwnames[] = { NULL }; | |
135 | ||
136 | self = self; | |
137 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxOGLCleanUp",_kwnames)) | |
138 | return NULL; | |
139 | { | |
140 | wxPy_BEGIN_ALLOW_THREADS; | |
141 | wxOGLCleanUp(); | |
142 | ||
143 | wxPy_END_ALLOW_THREADS; | |
144 | } Py_INCREF(Py_None); | |
145 | _resultobj = Py_None; | |
146 | return _resultobj; | |
147 | } | |
148 | ||
149 | static PyMethodDef oglcMethods[] = { | |
150 | { "wxOGLCleanUp", (PyCFunction) _wrap_wxOGLCleanUp, METH_VARARGS | METH_KEYWORDS }, | |
151 | { "wxOGLInitialize", (PyCFunction) _wrap_wxOGLInitialize, METH_VARARGS | METH_KEYWORDS }, | |
152 | { NULL, NULL } | |
153 | }; | |
154 | #ifdef __cplusplus | |
155 | } | |
156 | #endif | |
157 | /* | |
158 | * This table is used by the pointer type-checker | |
159 | */ | |
160 | static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = { | |
161 | { "_wxAcceleratorTable","_class_wxAcceleratorTable",0}, | |
162 | { "_wxEvent","_class_wxEvent",0}, | |
163 | { "_class_wxActivateEvent","_wxActivateEvent",0}, | |
164 | { "_signed_long","_long",0}, | |
165 | { "_wxMenuEvent","_class_wxMenuEvent",0}, | |
c368d904 | 166 | { "_class_wxProcessEvent","_wxProcessEvent",0}, |
e91a9dfc | 167 | { "_class_wxJPEGHandler","_wxJPEGHandler",0}, |
c368d904 | 168 | { "_class_wxFSFile","_wxFSFile",0}, |
4c9993c3 RD |
169 | { "_wxPyBitmapDataObject","_class_wxPyBitmapDataObject",0}, |
170 | { "_wxBitmapDataObject","_class_wxBitmapDataObject",0}, | |
2348eaee | 171 | { "_class_wxPyCommandEvent","_wxPyCommandEvent",0}, |
e91a9dfc RD |
172 | { "_wxBMPHandler","_class_wxBMPHandler",0}, |
173 | { "_wxImage","_class_wxImage",0}, | |
f6bcfd97 | 174 | { "_wxFlexGridSizer","_class_wxFlexGridSizer",0}, |
c368d904 RD |
175 | { "_wxWindowDisabler","_class_wxWindowDisabler",0}, |
176 | { "_class_wxDateTime","_wxDateTime",0}, | |
4c9993c3 | 177 | { "_wxPrintQuality","_wxCoord",0}, |
e91a9dfc RD |
178 | { "_wxPrintQuality","_int",0}, |
179 | { "_wxPrintQuality","_signed_int",0}, | |
180 | { "_wxPrintQuality","_unsigned_int",0}, | |
181 | { "_wxPrintQuality","_wxWindowID",0}, | |
182 | { "_wxPrintQuality","_uint",0}, | |
183 | { "_wxPrintQuality","_EBool",0}, | |
184 | { "_wxPrintQuality","_size_t",0}, | |
c368d904 | 185 | { "_wxPrintQuality","_time_t",0}, |
4c9993c3 | 186 | { "_class_wxCustomDataObject","_wxCustomDataObject",0}, |
c368d904 | 187 | { "_wxSpinCtrl","_class_wxSpinCtrl",0}, |
e91a9dfc | 188 | { "_wxFontData","_class_wxFontData",0}, |
e91a9dfc | 189 | { "_class_wxRegionIterator","_wxRegionIterator",0}, |
4c9993c3 | 190 | { "_class_wxPyTextDropTarget","_wxPyTextDropTarget",0}, |
e91a9dfc RD |
191 | { "_class_wxMenuBar","_wxMenuBar",0}, |
192 | { "_class_wxPyTreeItemData","_wxPyTreeItemData",0}, | |
2348eaee | 193 | { "_class_wxStaticBoxSizer","_wxStaticBoxSizer",0}, |
e91a9dfc RD |
194 | { "_class_wxEvtHandler","_wxEvtHandler",0}, |
195 | { "_wxPaintEvent","_class_wxPaintEvent",0}, | |
196 | { "_wxGIFHandler","_class_wxGIFHandler",0}, | |
2348eaee | 197 | { "_wxPySizer","_class_wxPySizer",0}, |
c368d904 | 198 | { "_wxInternetFSHandler","_class_wxInternetFSHandler",0}, |
e91a9dfc RD |
199 | { "_wxPyCompositeShape","_class_wxPyCompositeShape",0}, |
200 | { "_wxIndividualLayoutConstraint","_class_wxIndividualLayoutConstraint",0}, | |
201 | { "_wxCursor","_class_wxCursor",0}, | |
202 | { "_wxNotifyEvent","_class_wxNotifyEvent",0}, | |
c368d904 RD |
203 | { "_wxPyProcess","_class_wxPyProcess",0}, |
204 | { "_wxPyTreeCtrl","_class_wxPyTreeCtrl",0}, | |
e91a9dfc RD |
205 | { "_wxImageHandler","_class_wxImageHandler",0}, |
206 | { "_class_wxPyRectangleShape","_wxPyRectangleShape",0}, | |
c368d904 | 207 | { "_wxLog","_class_wxLog",0}, |
4c9993c3 | 208 | { "_class_wxToolBarBase","_wxToolBarBase",0}, |
e91a9dfc RD |
209 | { "_wxMask","_class_wxMask",0}, |
210 | { "_wxToolTip","_class_wxToolTip",0}, | |
e91a9dfc RD |
211 | { "_wxPNGHandler","_class_wxPNGHandler",0}, |
212 | { "_class_wxOGLConstraint","_wxOGLConstraint",0}, | |
213 | { "_class_wxColourData","_wxColourData",0}, | |
214 | { "_class_wxPageSetupDialogData","_wxPageSetupDialogData",0}, | |
215 | { "_wxPrinter","_class_wxPrinter",0}, | |
216 | { "_wxPseudoMetaFile","_class_wxPseudoMetaFile",0}, | |
217 | { "_class_wxArrowHead","_wxArrowHead",0}, | |
218 | { "_wxPen","_class_wxPen",0}, | |
219 | { "_wxUpdateUIEvent","_class_wxUpdateUIEvent",0}, | |
f6bcfd97 | 220 | { "_class_wxNotebookSizer","_wxNotebookSizer",0}, |
e91a9dfc | 221 | { "_byte","_unsigned_char",0}, |
4c9993c3 RD |
222 | { "_wxDataObject","_class_wxDataObject",0}, |
223 | { "_class_wxPyFontEnumerator","_wxPyFontEnumerator",0}, | |
e91a9dfc | 224 | { "_wxStaticBox","_class_wxStaticBox",0}, |
4c9993c3 RD |
225 | { "_wxPyDataObjectSimple","_class_wxPyDataObjectSimple",0}, |
226 | { "_wxPyDropSource","_class_wxPyDropSource",0}, | |
e91a9dfc RD |
227 | { "_wxChoice","_class_wxChoice",0}, |
228 | { "_wxSlider","_class_wxSlider",0}, | |
229 | { "_wxNotebookEvent","_class_wxNotebookEvent",0}, | |
230 | { "_wxPyPrintout","_class_wxPyPrintout",0}, | |
231 | { "_wxShapeRegion","_class_wxShapeRegion",0}, | |
e91a9dfc RD |
232 | { "_long","_unsigned_long",0}, |
233 | { "_long","_signed_long",0}, | |
234 | { "_wxImageList","_class_wxImageList",0}, | |
4c9993c3 | 235 | { "_wxDataObjectSimple","_class_wxDataObjectSimple",0}, |
e91a9dfc RD |
236 | { "_wxDropFilesEvent","_class_wxDropFilesEvent",0}, |
237 | { "_wxBitmapButton","_class_wxBitmapButton",0}, | |
238 | { "_wxSashWindow","_class_wxSashWindow",0}, | |
2348eaee | 239 | { "_class_wxSizer","_wxSizer",0}, |
4c9993c3 | 240 | { "_class_wxTIFFHandler","_wxTIFFHandler",0}, |
e91a9dfc | 241 | { "_class_wxPrintDialogData","_wxPrintDialogData",0}, |
f6bcfd97 | 242 | { "_wxGridSizer","_class_wxGridSizer",0}, |
e91a9dfc | 243 | { "_class_wxAcceleratorTable","_wxAcceleratorTable",0}, |
4c9993c3 | 244 | { "_class_wxClipboard","_wxClipboard",0}, |
e91a9dfc RD |
245 | { "_class_wxGauge","_wxGauge",0}, |
246 | { "_class_wxSashEvent","_wxSashEvent",0}, | |
247 | { "_wxDC","_class_wxDC",0}, | |
2348eaee | 248 | { "_wxSizerItem","_class_wxSizerItem",0}, |
4c9993c3 | 249 | { "_class_wxBitmapDataObject","_wxBitmapDataObject",0}, |
e91a9dfc RD |
250 | { "_wxListEvent","_class_wxListEvent",0}, |
251 | { "_class_wxSingleChoiceDialog","_wxSingleChoiceDialog",0}, | |
252 | { "_wxProgressDialog","_class_wxProgressDialog",0}, | |
253 | { "_class_wxBMPHandler","_wxBMPHandler",0}, | |
254 | { "_wxPrintPreview","_class_wxPrintPreview",0}, | |
f6bcfd97 | 255 | { "_class_wxFlexGridSizer","_wxFlexGridSizer",0}, |
e91a9dfc RD |
256 | { "_wxSpinEvent","_class_wxSpinEvent",0}, |
257 | { "_wxSashLayoutWindow","_class_wxSashLayoutWindow",0}, | |
258 | { "_wxPyBitmapShape","_class_wxPyBitmapShape",0}, | |
259 | { "_class_wxPyEllipseShape","_wxPyEllipseShape",0}, | |
4c9993c3 | 260 | { "_size_t","_wxCoord",0}, |
e91a9dfc | 261 | { "_size_t","_wxPrintQuality",0}, |
c368d904 | 262 | { "_size_t","_time_t",0}, |
e91a9dfc RD |
263 | { "_size_t","_unsigned_int",0}, |
264 | { "_size_t","_int",0}, | |
265 | { "_size_t","_wxWindowID",0}, | |
266 | { "_size_t","_uint",0}, | |
267 | { "_class_wxRealPoint","_wxRealPoint",0}, | |
4c9993c3 RD |
268 | { "_wxNavigationKeyEvent","_class_wxNavigationKeyEvent",0}, |
269 | { "_wxPNMHandler","_class_wxPNMHandler",0}, | |
c368d904 | 270 | { "_wxPrinterDC","_class_wxPrinterDC",0}, |
4c9993c3 | 271 | { "_wxWindowCreateEvent","_class_wxWindowCreateEvent",0}, |
c368d904 | 272 | { "_wxLogGui","_class_wxLogGui",0}, |
e91a9dfc RD |
273 | { "_class_wxPyShapeEvtHandler","_wxPyShapeEvtHandler",0}, |
274 | { "_class_wxMenuItem","_wxMenuItem",0}, | |
275 | { "_class_wxPaintEvent","_wxPaintEvent",0}, | |
276 | { "_wxSysColourChangedEvent","_class_wxSysColourChangedEvent",0}, | |
277 | { "_class_wxStatusBar","_wxStatusBar",0}, | |
278 | { "_class_wxGIFHandler","_wxGIFHandler",0}, | |
2348eaee | 279 | { "_class_wxPySizer","_wxPySizer",0}, |
e91a9dfc RD |
280 | { "_class_wxPyCompositeShape","_wxPyCompositeShape",0}, |
281 | { "_wxPyPolygonShape","_class_wxPyPolygonShape",0}, | |
282 | { "_wxPanel","_class_wxPanel",0}, | |
283 | { "_wxInitDialogEvent","_class_wxInitDialogEvent",0}, | |
284 | { "_wxCheckBox","_class_wxCheckBox",0}, | |
c368d904 | 285 | { "_class_wxPyTreeCtrl","_wxPyTreeCtrl",0}, |
e91a9dfc RD |
286 | { "_wxPyEvent","_class_wxPyEvent",0}, |
287 | { "_wxTextCtrl","_class_wxTextCtrl",0}, | |
288 | { "_class_wxMask","_wxMask",0}, | |
4c9993c3 | 289 | { "_wxTextDataObject","_class_wxTextDataObject",0}, |
e91a9dfc | 290 | { "_class_wxKeyEvent","_wxKeyEvent",0}, |
4c9993c3 | 291 | { "_class_wxToolTip","_wxToolTip",0}, |
e91a9dfc | 292 | { "_class_wxPNGHandler","_wxPNGHandler",0}, |
c368d904 | 293 | { "_wxFileConfig","_class_wxFileConfig",0}, |
e91a9dfc RD |
294 | { "_wxColour","_class_wxColour",0}, |
295 | { "_class_wxDialog","_wxDialog",0}, | |
4c9993c3 | 296 | { "_wxBusyCursor","_class_wxBusyCursor",0}, |
e91a9dfc RD |
297 | { "_wxPageSetupDialog","_class_wxPageSetupDialog",0}, |
298 | { "_class_wxPrinter","_wxPrinter",0}, | |
4c9993c3 | 299 | { "_class_wxFileDataObject","_wxFileDataObject",0}, |
e91a9dfc RD |
300 | { "_wxIdleEvent","_class_wxIdleEvent",0}, |
301 | { "_class_wxUpdateUIEvent","_wxUpdateUIEvent",0}, | |
302 | { "_wxToolBar","_class_wxToolBar",0}, | |
4c9993c3 | 303 | { "_class_wxDataObject","_wxDataObject",0}, |
f0261a72 | 304 | { "_wxCaret","_class_wxCaret",0}, |
e91a9dfc RD |
305 | { "_wxStaticLine","_class_wxStaticLine",0}, |
306 | { "_class_wxLayoutAlgorithm","_wxLayoutAlgorithm",0}, | |
307 | { "_wxBrush","_class_wxBrush",0}, | |
308 | { "_wxMiniFrame","_class_wxMiniFrame",0}, | |
309 | { "_class_wxNotebookEvent","_wxNotebookEvent",0}, | |
310 | { "_class_wxPyPrintout","_wxPyPrintout",0}, | |
4c9993c3 RD |
311 | { "_wxDataFormat","_class_wxDataFormat",0}, |
312 | { "_class_wxDataObjectSimple","_wxDataObjectSimple",0}, | |
e91a9dfc RD |
313 | { "_class_wxSashWindow","_wxSashWindow",0}, |
314 | { "_wxShowEvent","_class_wxShowEvent",0}, | |
315 | { "_class_wxPyDivisionShape","_wxPyDivisionShape",0}, | |
4c9993c3 | 316 | { "_uint","_wxCoord",0}, |
e91a9dfc | 317 | { "_uint","_wxPrintQuality",0}, |
c368d904 | 318 | { "_uint","_time_t",0}, |
e91a9dfc RD |
319 | { "_uint","_size_t",0}, |
320 | { "_uint","_unsigned_int",0}, | |
321 | { "_uint","_int",0}, | |
322 | { "_uint","_wxWindowID",0}, | |
c368d904 | 323 | { "_wxChar","_char",0}, |
f0261a72 | 324 | { "_wxPyValidator","_class_wxPyValidator",0}, |
e91a9dfc RD |
325 | { "_class_wxEvent","_wxEvent",0}, |
326 | { "_wxCheckListBox","_class_wxCheckListBox",0}, | |
327 | { "_wxSplitterEvent","_class_wxSplitterEvent",0}, | |
e91a9dfc RD |
328 | { "_wxRect","_class_wxRect",0}, |
329 | { "_wxCommandEvent","_class_wxCommandEvent",0}, | |
330 | { "_wxPyShapeCanvas","_class_wxPyShapeCanvas",0}, | |
331 | { "_wxSizeEvent","_class_wxSizeEvent",0}, | |
c368d904 | 332 | { "_class_wxLogWindow","_wxLogWindow",0}, |
e91a9dfc RD |
333 | { "_class_wxImage","_wxImage",0}, |
334 | { "_wxPoint","_class_wxPoint",0}, | |
c368d904 | 335 | { "_class_wxWindowDisabler","_wxWindowDisabler",0}, |
e91a9dfc RD |
336 | { "_class_wxSashLayoutWindow","_wxSashLayoutWindow",0}, |
337 | { "_class_wxPyBitmapShape","_wxPyBitmapShape",0}, | |
338 | { "_class_wxButton","_wxButton",0}, | |
339 | { "_wxRadioBox","_class_wxRadioBox",0}, | |
c368d904 | 340 | { "_class_wxSpinCtrl","_wxSpinCtrl",0}, |
e91a9dfc | 341 | { "_class_wxFontData","_wxFontData",0}, |
4c9993c3 | 342 | { "_class_wxPNMHandler","_wxPNMHandler",0}, |
2348eaee | 343 | { "_wxBoxSizer","_class_wxBoxSizer",0}, |
c368d904 RD |
344 | { "_class_wxZipFSHandler","_wxZipFSHandler",0}, |
345 | { "_char","_wxChar",0}, | |
e91a9dfc | 346 | { "_wxBitmap","_class_wxBitmap",0}, |
c368d904 | 347 | { "_wxTaskBarIcon","_class_wxTaskBarIcon",0}, |
e91a9dfc | 348 | { "_wxPrintDialog","_class_wxPrintDialog",0}, |
2348eaee | 349 | { "_wxPyControlPoint","_class_wxPyControlPoint",0}, |
e91a9dfc | 350 | { "_wxWindowDC","_class_wxWindowDC",0}, |
c368d904 RD |
351 | { "_wxTimerEvent","_class_wxTimerEvent",0}, |
352 | { "_wxPyTimer","_class_wxPyTimer",0}, | |
e91a9dfc RD |
353 | { "_wxScrollBar","_class_wxScrollBar",0}, |
354 | { "_wxSpinButton","_class_wxSpinButton",0}, | |
e91a9dfc RD |
355 | { "_wxColourDialog","_class_wxColourDialog",0}, |
356 | { "_wxPrintData","_class_wxPrintData",0}, | |
c368d904 | 357 | { "_class_wxInternetFSHandler","_wxInternetFSHandler",0}, |
e91a9dfc RD |
358 | { "_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0}, |
359 | { "_class_wxNotifyEvent","_wxNotifyEvent",0}, | |
360 | { "_wxMessageDialog","_class_wxMessageDialog",0}, | |
f0261a72 | 361 | { "_class_wxValidator","_wxValidator",0}, |
e91a9dfc RD |
362 | { "_class_wxPyEvent","_wxPyEvent",0}, |
363 | { "_wxTextEntryDialog","_class_wxTextEntryDialog",0}, | |
c368d904 | 364 | { "_wxConfig","_class_wxConfig",0}, |
e91a9dfc RD |
365 | { "_class_wxIconizeEvent","_wxIconizeEvent",0}, |
366 | { "_class_wxStaticBitmap","_wxStaticBitmap",0}, | |
c368d904 | 367 | { "_class_wxFileConfig","_wxFileConfig",0}, |
e91a9dfc | 368 | { "_class_wxPyDrawnShape","_wxPyDrawnShape",0}, |
4c9993c3 RD |
369 | { "_class_wxBusyCursor","_wxBusyCursor",0}, |
370 | { "_wxToolBarSimple","_class_wxToolBarSimple",0}, | |
e91a9dfc RD |
371 | { "_wxMDIChildFrame","_class_wxMDIChildFrame",0}, |
372 | { "_wxListItem","_class_wxListItem",0}, | |
373 | { "_class_wxPseudoMetaFile","_wxPseudoMetaFile",0}, | |
374 | { "_class_wxToolBar","_wxToolBar",0}, | |
4c9993c3 | 375 | { "_wxDropTarget","_class_wxDropTarget",0}, |
e91a9dfc RD |
376 | { "_class_wxStaticLine","_wxStaticLine",0}, |
377 | { "_wxScrollEvent","_class_wxScrollEvent",0}, | |
4c9993c3 | 378 | { "_wxToolBarToolBase","_class_wxToolBarToolBase",0}, |
e91a9dfc | 379 | { "_wxCalculateLayoutEvent","_class_wxCalculateLayoutEvent",0}, |
c368d904 | 380 | { "_class_wxMemoryFSHandler","_wxMemoryFSHandler",0}, |
e91a9dfc | 381 | { "_class_wxShapeRegion","_wxShapeRegion",0}, |
4c9993c3 | 382 | { "_EBool","_wxCoord",0}, |
e91a9dfc RD |
383 | { "_EBool","_wxPrintQuality",0}, |
384 | { "_EBool","_signed_int",0}, | |
385 | { "_EBool","_int",0}, | |
386 | { "_EBool","_wxWindowID",0}, | |
387 | { "_class_wxRegion","_wxRegion",0}, | |
4c9993c3 | 388 | { "_class_wxDataFormat","_wxDataFormat",0}, |
e91a9dfc | 389 | { "_class_wxDropFilesEvent","_wxDropFilesEvent",0}, |
4c9993c3 | 390 | { "_wxWindowDestroyEvent","_class_wxWindowDestroyEvent",0}, |
e91a9dfc RD |
391 | { "_class_wxPreviewFrame","_wxPreviewFrame",0}, |
392 | { "_wxStaticText","_class_wxStaticText",0}, | |
393 | { "_wxFont","_class_wxFont",0}, | |
4c9993c3 | 394 | { "_class_wxPyDropTarget","_wxPyDropTarget",0}, |
e91a9dfc RD |
395 | { "_wxCloseEvent","_class_wxCloseEvent",0}, |
396 | { "_class_wxSplitterEvent","_wxSplitterEvent",0}, | |
c368d904 | 397 | { "_wxProcessEvent","_class_wxProcessEvent",0}, |
e91a9dfc | 398 | { "_wxNotebook","_class_wxNotebook",0}, |
c368d904 | 399 | { "_wxFSFile","_class_wxFSFile",0}, |
e91a9dfc RD |
400 | { "_unsigned_long","_long",0}, |
401 | { "_class_wxRect","_wxRect",0}, | |
402 | { "_class_wxDC","_wxDC",0}, | |
9cce9de1 | 403 | { "_wxScrollWinEvent","_class_wxScrollWinEvent",0}, |
e91a9dfc RD |
404 | { "_wxPyCircleShape","_class_wxPyCircleShape",0}, |
405 | { "_class_wxPyShapeCanvas","_wxPyShapeCanvas",0}, | |
f6bcfd97 | 406 | { "_wxGenericDragImage","_class_wxGenericDragImage",0}, |
e91a9dfc | 407 | { "_class_wxProgressDialog","_wxProgressDialog",0}, |
4c9993c3 | 408 | { "_wxQueryNewPaletteEvent","_class_wxQueryNewPaletteEvent",0}, |
c368d904 | 409 | { "_wxPyInputStream","_class_wxPyInputStream",0}, |
e91a9dfc | 410 | { "_wxPyApp","_class_wxPyApp",0}, |
4c9993c3 | 411 | { "_class_wxWindowCreateEvent","_wxWindowCreateEvent",0}, |
c368d904 RD |
412 | { "_class_wxOutputStream","_wxOutputStream",0}, |
413 | { "_wxLogTextCtrl","_class_wxLogTextCtrl",0}, | |
e91a9dfc RD |
414 | { "_wxMDIParentFrame","_class_wxMDIParentFrame",0}, |
415 | { "_class_wxTreeEvent","_wxTreeEvent",0}, | |
416 | { "_class_wxDirDialog","_wxDirDialog",0}, | |
c368d904 | 417 | { "_wxTimeSpan","_class_wxTimeSpan",0}, |
e91a9dfc | 418 | { "_wxPyLineShape","_class_wxPyLineShape",0}, |
e91a9dfc RD |
419 | { "_wxFocusEvent","_class_wxFocusEvent",0}, |
420 | { "_wxMaximizeEvent","_class_wxMaximizeEvent",0}, | |
c368d904 RD |
421 | { "_class_wxTimerEvent","_wxTimerEvent",0}, |
422 | { "_class_wxPyTimer","_wxPyTimer",0}, | |
e91a9dfc RD |
423 | { "_class_wxSpinButton","_wxSpinButton",0}, |
424 | { "_class_wxPyPolygonShape","_wxPyPolygonShape",0}, | |
425 | { "_wxAcceleratorEntry","_class_wxAcceleratorEntry",0}, | |
426 | { "_class_wxPanel","_wxPanel",0}, | |
427 | { "_class_wxCheckBox","_wxCheckBox",0}, | |
428 | { "_wxComboBox","_class_wxComboBox",0}, | |
429 | { "_wxRadioButton","_class_wxRadioButton",0}, | |
430 | { "_class_wxMessageDialog","_wxMessageDialog",0}, | |
4c9993c3 | 431 | { "_signed_int","_wxCoord",0}, |
e91a9dfc RD |
432 | { "_signed_int","_wxPrintQuality",0}, |
433 | { "_signed_int","_EBool",0}, | |
434 | { "_signed_int","_wxWindowID",0}, | |
435 | { "_signed_int","_int",0}, | |
436 | { "_class_wxTextCtrl","_wxTextCtrl",0}, | |
f6bcfd97 | 437 | { "_class_wxListItemAttr","_wxListItemAttr",0}, |
e91a9dfc | 438 | { "_wxLayoutConstraints","_class_wxLayoutConstraints",0}, |
c368d904 | 439 | { "_wxMetaFileDC","_class_wxMetaFileDC",0}, |
4c9993c3 | 440 | { "_class_wxTextDataObject","_wxTextDataObject",0}, |
e91a9dfc RD |
441 | { "_wxMenu","_class_wxMenu",0}, |
442 | { "_class_wxMoveEvent","_wxMoveEvent",0}, | |
443 | { "_wxListBox","_class_wxListBox",0}, | |
444 | { "_wxScreenDC","_class_wxScreenDC",0}, | |
4c9993c3 | 445 | { "_class_wxToolBarSimple","_wxToolBarSimple",0}, |
e91a9dfc RD |
446 | { "_class_wxMDIChildFrame","_wxMDIChildFrame",0}, |
447 | { "_wxArrowHead","_class_wxArrowHead",0}, | |
c368d904 | 448 | { "_WXTYPE","_wxDateTime_t",0}, |
e91a9dfc RD |
449 | { "_WXTYPE","_short",0}, |
450 | { "_WXTYPE","_signed_short",0}, | |
451 | { "_WXTYPE","_unsigned_short",0}, | |
452 | { "_wxFileDialog","_class_wxFileDialog",0}, | |
4c9993c3 | 453 | { "_class_wxDropTarget","_wxDropTarget",0}, |
f0261a72 | 454 | { "_class_wxCaret","_wxCaret",0}, |
e91a9dfc RD |
455 | { "_class_wxMDIClientWindow","_wxMDIClientWindow",0}, |
456 | { "_class_wxBrush","_wxBrush",0}, | |
f6bcfd97 | 457 | { "_wxTipProvider","_class_wxTipProvider",0}, |
c368d904 | 458 | { "_unsigned_short","_wxDateTime_t",0}, |
e91a9dfc RD |
459 | { "_unsigned_short","_WXTYPE",0}, |
460 | { "_unsigned_short","_short",0}, | |
461 | { "_class_wxWindow","_wxWindow",0}, | |
c368d904 | 462 | { "_class_wxLogStderr","_wxLogStderr",0}, |
e91a9dfc | 463 | { "_wxSplitterWindow","_class_wxSplitterWindow",0}, |
c368d904 | 464 | { "_wxDateSpan","_class_wxDateSpan",0}, |
e91a9dfc RD |
465 | { "_class_wxStaticText","_wxStaticText",0}, |
466 | { "_wxPrintDialogData","_class_wxPrintDialogData",0}, | |
467 | { "_class_wxFont","_wxFont",0}, | |
4c9993c3 | 468 | { "_wxClipboard","_class_wxClipboard",0}, |
f0261a72 | 469 | { "_class_wxPyValidator","_wxPyValidator",0}, |
e91a9dfc RD |
470 | { "_class_wxCloseEvent","_wxCloseEvent",0}, |
471 | { "_wxSashEvent","_class_wxSashEvent",0}, | |
4c9993c3 | 472 | { "_wxBusyInfo","_class_wxBusyInfo",0}, |
e91a9dfc | 473 | { "_class_wxMenuEvent","_wxMenuEvent",0}, |
4c9993c3 RD |
474 | { "_wxPaletteChangedEvent","_class_wxPaletteChangedEvent",0}, |
475 | { "_class_wxPyBitmapDataObject","_wxPyBitmapDataObject",0}, | |
e91a9dfc RD |
476 | { "_class_wxPyCircleShape","_wxPyCircleShape",0}, |
477 | { "_wxClientDC","_class_wxClientDC",0}, | |
478 | { "_wxMouseEvent","_class_wxMouseEvent",0}, | |
f6bcfd97 | 479 | { "_class_wxGenericDragImage","_wxGenericDragImage",0}, |
e91a9dfc RD |
480 | { "_wxListCtrl","_class_wxListCtrl",0}, |
481 | { "_wxSingleChoiceDialog","_class_wxSingleChoiceDialog",0}, | |
482 | { "_wxPyDividedShape","_class_wxPyDividedShape",0}, | |
483 | { "_class_wxPoint","_wxPoint",0}, | |
c368d904 | 484 | { "_class_wxPyInputStream","_wxPyInputStream",0}, |
e91a9dfc RD |
485 | { "_wxRealPoint","_class_wxRealPoint",0}, |
486 | { "_class_wxRadioBox","_wxRadioBox",0}, | |
2348eaee | 487 | { "_class_wxBoxSizer","_wxBoxSizer",0}, |
e91a9dfc RD |
488 | { "_signed_short","_WXTYPE",0}, |
489 | { "_signed_short","_short",0}, | |
490 | { "_wxMemoryDC","_class_wxMemoryDC",0}, | |
4c9993c3 | 491 | { "_wxPyTextDataObject","_class_wxPyTextDataObject",0}, |
c368d904 | 492 | { "_class_wxTaskBarIcon","_wxTaskBarIcon",0}, |
e91a9dfc | 493 | { "_class_wxPrintDialog","_wxPrintDialog",0}, |
c368d904 | 494 | { "_wxPyFileSystemHandler","_class_wxPyFileSystemHandler",0}, |
2348eaee | 495 | { "_class_wxPyControlPoint","_wxPyControlPoint",0}, |
e91a9dfc RD |
496 | { "_wxPaintDC","_class_wxPaintDC",0}, |
497 | { "_class_wxWindowDC","_wxWindowDC",0}, | |
498 | { "_class_wxFocusEvent","_wxFocusEvent",0}, | |
499 | { "_class_wxMaximizeEvent","_wxMaximizeEvent",0}, | |
500 | { "_wxStatusBar","_class_wxStatusBar",0}, | |
e91a9dfc RD |
501 | { "_class_wxAcceleratorEntry","_wxAcceleratorEntry",0}, |
502 | { "_class_wxCursor","_wxCursor",0}, | |
4c9993c3 | 503 | { "_wxPyFileDropTarget","_class_wxPyFileDropTarget",0}, |
c368d904 | 504 | { "_class_wxPyProcess","_wxPyProcess",0}, |
e91a9dfc RD |
505 | { "_class_wxImageHandler","_wxImageHandler",0}, |
506 | { "_wxPyShape","_class_wxPyShape",0}, | |
507 | { "_wxScrolledWindow","_class_wxScrolledWindow",0}, | |
c368d904 | 508 | { "_class_wxLog","_wxLog",0}, |
e91a9dfc RD |
509 | { "_wxTreeItemId","_class_wxTreeItemId",0}, |
510 | { "_unsigned_char","_byte",0}, | |
c368d904 | 511 | { "_class_wxMetaFileDC","_wxMetaFileDC",0}, |
e91a9dfc RD |
512 | { "_class_wxMenu","_wxMenu",0}, |
513 | { "_wxControl","_class_wxControl",0}, | |
514 | { "_class_wxListBox","_wxListBox",0}, | |
4c9993c3 | 515 | { "_unsigned_int","_wxCoord",0}, |
e91a9dfc | 516 | { "_unsigned_int","_wxPrintQuality",0}, |
c368d904 | 517 | { "_unsigned_int","_time_t",0}, |
e91a9dfc RD |
518 | { "_unsigned_int","_size_t",0}, |
519 | { "_unsigned_int","_uint",0}, | |
520 | { "_unsigned_int","_wxWindowID",0}, | |
521 | { "_unsigned_int","_int",0}, | |
522 | { "_wxIcon","_class_wxIcon",0}, | |
523 | { "_wxDialog","_class_wxDialog",0}, | |
524 | { "_class_wxListItem","_wxListItem",0}, | |
525 | { "_class_wxPen","_wxPen",0}, | |
526 | { "_class_wxFileDialog","_wxFileDialog",0}, | |
527 | { "_wxQueryLayoutInfoEvent","_class_wxQueryLayoutInfoEvent",0}, | |
c368d904 RD |
528 | { "_wxConfigBase","_class_wxConfigBase",0}, |
529 | { "_short","_wxDateTime_t",0}, | |
e91a9dfc RD |
530 | { "_short","_WXTYPE",0}, |
531 | { "_short","_unsigned_short",0}, | |
532 | { "_short","_signed_short",0}, | |
533 | { "_class_wxStaticBox","_wxStaticBox",0}, | |
534 | { "_wxLayoutAlgorithm","_class_wxLayoutAlgorithm",0}, | |
535 | { "_wxPyTextShape","_class_wxPyTextShape",0}, | |
4c9993c3 RD |
536 | { "_class_wxPyDataObjectSimple","_wxPyDataObjectSimple",0}, |
537 | { "_class_wxPyDropSource","_wxPyDropSource",0}, | |
e91a9dfc RD |
538 | { "_class_wxScrollEvent","_wxScrollEvent",0}, |
539 | { "_wxJoystickEvent","_class_wxJoystickEvent",0}, | |
540 | { "_class_wxChoice","_wxChoice",0}, | |
541 | { "_class_wxSlider","_wxSlider",0}, | |
542 | { "_class_wxCalculateLayoutEvent","_wxCalculateLayoutEvent",0}, | |
543 | { "_class_wxImageList","_wxImageList",0}, | |
544 | { "_class_wxBitmapButton","_wxBitmapButton",0}, | |
c368d904 | 545 | { "_wxFileSystemHandler","_class_wxFileSystemHandler",0}, |
f6bcfd97 | 546 | { "_wxPyTipProvider","_class_wxPyTipProvider",0}, |
e91a9dfc | 547 | { "_wxFrame","_class_wxFrame",0}, |
4c9993c3 | 548 | { "_wxPCXHandler","_class_wxPCXHandler",0}, |
f6bcfd97 | 549 | { "_class_wxGridSizer","_wxGridSizer",0}, |
e91a9dfc | 550 | { "_wxPyDivisionShape","_class_wxPyDivisionShape",0}, |
4c9993c3 | 551 | { "_class_wxPaletteChangedEvent","_wxPaletteChangedEvent",0}, |
e91a9dfc RD |
552 | { "_class_wxNotebook","_wxNotebook",0}, |
553 | { "_wxJPEGHandler","_class_wxJPEGHandler",0}, | |
4c9993c3 | 554 | { "_wxWindowID","_wxCoord",0}, |
e91a9dfc | 555 | { "_wxWindowID","_wxPrintQuality",0}, |
c368d904 | 556 | { "_wxWindowID","_time_t",0}, |
e91a9dfc RD |
557 | { "_wxWindowID","_size_t",0}, |
558 | { "_wxWindowID","_EBool",0}, | |
559 | { "_wxWindowID","_uint",0}, | |
560 | { "_wxWindowID","_int",0}, | |
561 | { "_wxWindowID","_signed_int",0}, | |
562 | { "_wxWindowID","_unsigned_int",0}, | |
9cce9de1 | 563 | { "_class_wxScrollWinEvent","_wxScrollWinEvent",0}, |
2348eaee | 564 | { "_class_wxSizerItem","_wxSizerItem",0}, |
4c9993c3 | 565 | { "_int","_wxCoord",0}, |
e91a9dfc | 566 | { "_int","_wxPrintQuality",0}, |
c368d904 | 567 | { "_int","_time_t",0}, |
e91a9dfc RD |
568 | { "_int","_size_t",0}, |
569 | { "_int","_EBool",0}, | |
570 | { "_int","_uint",0}, | |
571 | { "_int","_wxWindowID",0}, | |
572 | { "_int","_unsigned_int",0}, | |
573 | { "_int","_signed_int",0}, | |
574 | { "_class_wxMouseEvent","_wxMouseEvent",0}, | |
2348eaee | 575 | { "_wxPyCommandEvent","_class_wxPyCommandEvent",0}, |
c368d904 | 576 | { "_wxLogWindow","_class_wxLogWindow",0}, |
e91a9dfc RD |
577 | { "_class_wxListEvent","_wxListEvent",0}, |
578 | { "_class_wxPrintPreview","_wxPrintPreview",0}, | |
c368d904 RD |
579 | { "_wxDateTime_t","_unsigned_short",0}, |
580 | { "_wxDateTime_t","_short",0}, | |
581 | { "_wxDateTime_t","_WXTYPE",0}, | |
e91a9dfc | 582 | { "_class_wxSpinEvent","_wxSpinEvent",0}, |
4c9993c3 | 583 | { "_class_wxQueryNewPaletteEvent","_wxQueryNewPaletteEvent",0}, |
c368d904 RD |
584 | { "_wxDateTime","_class_wxDateTime",0}, |
585 | { "_time_t","_wxCoord",0}, | |
586 | { "_time_t","_wxPrintQuality",0}, | |
587 | { "_time_t","_unsigned_int",0}, | |
588 | { "_time_t","_int",0}, | |
589 | { "_time_t","_wxWindowID",0}, | |
590 | { "_time_t","_uint",0}, | |
591 | { "_time_t","_size_t",0}, | |
4c9993c3 | 592 | { "_class_wxNavigationKeyEvent","_wxNavigationKeyEvent",0}, |
c368d904 | 593 | { "_wxLogNull","_class_wxLogNull",0}, |
e91a9dfc | 594 | { "_wxButton","_class_wxButton",0}, |
c368d904 | 595 | { "_wxZipFSHandler","_class_wxZipFSHandler",0}, |
e91a9dfc RD |
596 | { "_class_wxPyApp","_wxPyApp",0}, |
597 | { "_wxSize","_class_wxSize",0}, | |
598 | { "_wxRegionIterator","_class_wxRegionIterator",0}, | |
c368d904 | 599 | { "_class_wxPrinterDC","_wxPrinterDC",0}, |
4c9993c3 | 600 | { "_class_wxPyTextDataObject","_wxPyTextDataObject",0}, |
c368d904 RD |
601 | { "_class_wxLogTextCtrl","_wxLogTextCtrl",0}, |
602 | { "_class_wxLogGui","_wxLogGui",0}, | |
e91a9dfc RD |
603 | { "_class_wxMDIParentFrame","_wxMDIParentFrame",0}, |
604 | { "_wxPyTreeItemData","_class_wxPyTreeItemData",0}, | |
2348eaee | 605 | { "_wxStaticBoxSizer","_class_wxStaticBoxSizer",0}, |
c368d904 RD |
606 | { "_class_wxTimeSpan","_wxTimeSpan",0}, |
607 | { "_class_wxPyFileSystemHandler","_wxPyFileSystemHandler",0}, | |
e91a9dfc RD |
608 | { "_class_wxPyLineShape","_wxPyLineShape",0}, |
609 | { "_class_wxPaintDC","_wxPaintDC",0}, | |
610 | { "_class_wxSysColourChangedEvent","_wxSysColourChangedEvent",0}, | |
4c9993c3 | 611 | { "_class_wxPyFileDropTarget","_wxPyFileDropTarget",0}, |
e91a9dfc RD |
612 | { "_class_wxInitDialogEvent","_wxInitDialogEvent",0}, |
613 | { "_class_wxComboBox","_wxComboBox",0}, | |
614 | { "_class_wxRadioButton","_wxRadioButton",0}, | |
615 | { "_class_wxPyShape","_wxPyShape",0}, | |
f0261a72 | 616 | { "_wxValidator","_class_wxValidator",0}, |
4c9993c3 | 617 | { "_wxToolBarBase","_class_wxToolBarBase",0}, |
e91a9dfc | 618 | { "_class_wxTreeItemId","_wxTreeItemId",0}, |
e91a9dfc RD |
619 | { "_class_wxLayoutConstraints","_wxLayoutConstraints",0}, |
620 | { "_wxIconizeEvent","_class_wxIconizeEvent",0}, | |
621 | { "_class_wxControl","_wxControl",0}, | |
622 | { "_wxStaticBitmap","_class_wxStaticBitmap",0}, | |
623 | { "_wxPyDrawnShape","_class_wxPyDrawnShape",0}, | |
624 | { "_class_wxIcon","_wxIcon",0}, | |
625 | { "_class_wxColour","_wxColour",0}, | |
626 | { "_class_wxScreenDC","_wxScreenDC",0}, | |
627 | { "_class_wxPageSetupDialog","_wxPageSetupDialog",0}, | |
628 | { "_wxPalette","_class_wxPalette",0}, | |
629 | { "_class_wxIdleEvent","_wxIdleEvent",0}, | |
c368d904 | 630 | { "_class_wxConfigBase","_wxConfigBase",0}, |
4c9993c3 RD |
631 | { "_wxCoord","_int",0}, |
632 | { "_wxCoord","_signed_int",0}, | |
633 | { "_wxCoord","_unsigned_int",0}, | |
634 | { "_wxCoord","_wxWindowID",0}, | |
635 | { "_wxCoord","_uint",0}, | |
636 | { "_wxCoord","_EBool",0}, | |
637 | { "_wxCoord","_size_t",0}, | |
c368d904 | 638 | { "_wxCoord","_time_t",0}, |
4c9993c3 | 639 | { "_wxCoord","_wxPrintQuality",0}, |
e91a9dfc | 640 | { "_wxEraseEvent","_class_wxEraseEvent",0}, |
4c9993c3 | 641 | { "_wxDataObjectComposite","_class_wxDataObjectComposite",0}, |
e91a9dfc | 642 | { "_class_wxJoystickEvent","_wxJoystickEvent",0}, |
f6bcfd97 | 643 | { "_class_wxTipProvider","_wxTipProvider",0}, |
e91a9dfc RD |
644 | { "_class_wxMiniFrame","_wxMiniFrame",0}, |
645 | { "_wxFontDialog","_class_wxFontDialog",0}, | |
c368d904 | 646 | { "_wxMemoryFSHandler","_class_wxMemoryFSHandler",0}, |
e91a9dfc RD |
647 | { "_wxRegion","_class_wxRegion",0}, |
648 | { "_class_wxSplitterWindow","_wxSplitterWindow",0}, | |
649 | { "_wxPreviewFrame","_class_wxPreviewFrame",0}, | |
2348eaee | 650 | { "_wxSizer","_class_wxSizer",0}, |
c368d904 RD |
651 | { "_class_wxDateSpan","_wxDateSpan",0}, |
652 | { "_wxFileSystem","_class_wxFileSystem",0}, | |
e91a9dfc | 653 | { "_class_wxShowEvent","_wxShowEvent",0}, |
f6bcfd97 | 654 | { "_class_wxPyTipProvider","_wxPyTipProvider",0}, |
4c9993c3 RD |
655 | { "_class_wxPCXHandler","_wxPCXHandler",0}, |
656 | { "_wxTIFFHandler","_class_wxTIFFHandler",0}, | |
e91a9dfc | 657 | { "_wxDiagram","_class_wxDiagram",0}, |
4c9993c3 | 658 | { "_wxPyDropTarget","_class_wxPyDropTarget",0}, |
e91a9dfc RD |
659 | { "_wxActivateEvent","_class_wxActivateEvent",0}, |
660 | { "_wxGauge","_class_wxGauge",0}, | |
661 | { "_class_wxCheckListBox","_wxCheckListBox",0}, | |
4c9993c3 | 662 | { "_class_wxBusyInfo","_wxBusyInfo",0}, |
e91a9dfc RD |
663 | { "_class_wxCommandEvent","_wxCommandEvent",0}, |
664 | { "_class_wxClientDC","_wxClientDC",0}, | |
665 | { "_class_wxSizeEvent","_wxSizeEvent",0}, | |
666 | { "_class_wxListCtrl","_wxListCtrl",0}, | |
667 | { "_class_wxPyDividedShape","_wxPyDividedShape",0}, | |
668 | { "_wxPyEllipseShape","_class_wxPyEllipseShape",0}, | |
4c9993c3 | 669 | { "_wxCustomDataObject","_class_wxCustomDataObject",0}, |
c368d904 | 670 | { "_class_wxLogNull","_wxLogNull",0}, |
e91a9dfc RD |
671 | { "_class_wxSize","_wxSize",0}, |
672 | { "_class_wxBitmap","_wxBitmap",0}, | |
673 | { "_class_wxMemoryDC","_wxMemoryDC",0}, | |
4c9993c3 | 674 | { "_wxPyTextDropTarget","_class_wxPyTextDropTarget",0}, |
e91a9dfc | 675 | { "_wxMenuBar","_class_wxMenuBar",0}, |
c368d904 | 676 | { "_wxOutputStream","_class_wxOutputStream",0}, |
e91a9dfc RD |
677 | { "_wxTreeEvent","_class_wxTreeEvent",0}, |
678 | { "_wxDirDialog","_class_wxDirDialog",0}, | |
679 | { "_wxPyShapeEvtHandler","_class_wxPyShapeEvtHandler",0}, | |
680 | { "_wxEvtHandler","_class_wxEvtHandler",0}, | |
681 | { "_wxMenuItem","_class_wxMenuItem",0}, | |
682 | { "_class_wxScrollBar","_wxScrollBar",0}, | |
683 | { "_class_wxColourDialog","_wxColourDialog",0}, | |
684 | { "_class_wxPrintData","_wxPrintData",0}, | |
e91a9dfc RD |
685 | { "_wxPyRectangleShape","_class_wxPyRectangleShape",0}, |
686 | { "_class_wxScrolledWindow","_wxScrolledWindow",0}, | |
f6bcfd97 | 687 | { "_wxListItemAttr","_class_wxListItemAttr",0}, |
e91a9dfc | 688 | { "_class_wxTextEntryDialog","_wxTextEntryDialog",0}, |
c368d904 | 689 | { "_class_wxConfig","_wxConfig",0}, |
e91a9dfc RD |
690 | { "_wxKeyEvent","_class_wxKeyEvent",0}, |
691 | { "_wxMoveEvent","_class_wxMoveEvent",0}, | |
692 | { "_wxOGLConstraint","_class_wxOGLConstraint",0}, | |
693 | { "_wxColourData","_class_wxColourData",0}, | |
694 | { "_wxPageSetupDialogData","_class_wxPageSetupDialogData",0}, | |
695 | { "_class_wxPalette","_wxPalette",0}, | |
4c9993c3 | 696 | { "_wxFileDataObject","_class_wxFileDataObject",0}, |
e91a9dfc | 697 | { "_class_wxQueryLayoutInfoEvent","_wxQueryLayoutInfoEvent",0}, |
f6bcfd97 | 698 | { "_wxNotebookSizer","_class_wxNotebookSizer",0}, |
e91a9dfc | 699 | { "_class_wxEraseEvent","_wxEraseEvent",0}, |
4c9993c3 | 700 | { "_wxPyFontEnumerator","_class_wxPyFontEnumerator",0}, |
e91a9dfc RD |
701 | { "_wxMDIClientWindow","_class_wxMDIClientWindow",0}, |
702 | { "_class_wxPyTextShape","_wxPyTextShape",0}, | |
4c9993c3 RD |
703 | { "_class_wxDataObjectComposite","_wxDataObjectComposite",0}, |
704 | { "_class_wxToolBarToolBase","_wxToolBarToolBase",0}, | |
e91a9dfc RD |
705 | { "_class_wxFontDialog","_wxFontDialog",0}, |
706 | { "_wxWindow","_class_wxWindow",0}, | |
4c9993c3 | 707 | { "_class_wxWindowDestroyEvent","_wxWindowDestroyEvent",0}, |
c368d904 RD |
708 | { "_wxLogStderr","_class_wxLogStderr",0}, |
709 | { "_class_wxFileSystemHandler","_wxFileSystemHandler",0}, | |
710 | { "_class_wxFileSystem","_wxFileSystem",0}, | |
e91a9dfc RD |
711 | { "_class_wxFrame","_wxFrame",0}, |
712 | { "_class_wxDiagram","_wxDiagram",0}, | |
713 | {0,0,0}}; | |
714 | ||
715 | static PyObject *SWIG_globals; | |
716 | #ifdef __cplusplus | |
717 | extern "C" | |
718 | #endif | |
719 | SWIGEXPORT(void) initoglc() { | |
720 | PyObject *m, *d; | |
721 | SWIG_globals = SWIG_newvarlink(); | |
722 | m = Py_InitModule("oglc", oglcMethods); | |
723 | d = PyModule_GetDict(m); | |
724 | PyDict_SetItemString(d,"KEY_SHIFT", PyInt_FromLong((long) KEY_SHIFT)); | |
725 | PyDict_SetItemString(d,"KEY_CTRL", PyInt_FromLong((long) KEY_CTRL)); | |
726 | PyDict_SetItemString(d,"ARROW_NONE", PyInt_FromLong((long) ARROW_NONE)); | |
727 | PyDict_SetItemString(d,"ARROW_END", PyInt_FromLong((long) ARROW_END)); | |
728 | PyDict_SetItemString(d,"ARROW_BOTH", PyInt_FromLong((long) ARROW_BOTH)); | |
729 | PyDict_SetItemString(d,"ARROW_MIDDLE", PyInt_FromLong((long) ARROW_MIDDLE)); | |
730 | PyDict_SetItemString(d,"ARROW_START", PyInt_FromLong((long) ARROW_START)); | |
731 | PyDict_SetItemString(d,"ARROW_HOLLOW_CIRCLE", PyInt_FromLong((long) ARROW_HOLLOW_CIRCLE)); | |
732 | PyDict_SetItemString(d,"ARROW_FILLED_CIRCLE", PyInt_FromLong((long) ARROW_FILLED_CIRCLE)); | |
733 | PyDict_SetItemString(d,"ARROW_ARROW", PyInt_FromLong((long) ARROW_ARROW)); | |
734 | PyDict_SetItemString(d,"ARROW_SINGLE_OBLIQUE", PyInt_FromLong((long) ARROW_SINGLE_OBLIQUE)); | |
735 | PyDict_SetItemString(d,"ARROW_DOUBLE_OBLIQUE", PyInt_FromLong((long) ARROW_DOUBLE_OBLIQUE)); | |
736 | PyDict_SetItemString(d,"ARROW_METAFILE", PyInt_FromLong((long) ARROW_METAFILE)); | |
737 | PyDict_SetItemString(d,"ARROW_POSITION_END", PyInt_FromLong((long) ARROW_POSITION_END)); | |
738 | PyDict_SetItemString(d,"ARROW_POSITION_START", PyInt_FromLong((long) ARROW_POSITION_START)); | |
739 | PyDict_SetItemString(d,"CONTROL_POINT_VERTICAL", PyInt_FromLong((long) CONTROL_POINT_VERTICAL)); | |
740 | PyDict_SetItemString(d,"CONTROL_POINT_HORIZONTAL", PyInt_FromLong((long) CONTROL_POINT_HORIZONTAL)); | |
741 | PyDict_SetItemString(d,"CONTROL_POINT_DIAGONAL", PyInt_FromLong((long) CONTROL_POINT_DIAGONAL)); | |
742 | PyDict_SetItemString(d,"CONTROL_POINT_ENDPOINT_TO", PyInt_FromLong((long) CONTROL_POINT_ENDPOINT_TO)); | |
743 | PyDict_SetItemString(d,"CONTROL_POINT_ENDPOINT_FROM", PyInt_FromLong((long) CONTROL_POINT_ENDPOINT_FROM)); | |
744 | PyDict_SetItemString(d,"CONTROL_POINT_LINE", PyInt_FromLong((long) CONTROL_POINT_LINE)); | |
745 | PyDict_SetItemString(d,"FORMAT_NONE", PyInt_FromLong((long) FORMAT_NONE)); | |
746 | PyDict_SetItemString(d,"FORMAT_CENTRE_HORIZ", PyInt_FromLong((long) FORMAT_CENTRE_HORIZ)); | |
747 | PyDict_SetItemString(d,"FORMAT_CENTRE_VERT", PyInt_FromLong((long) FORMAT_CENTRE_VERT)); | |
748 | PyDict_SetItemString(d,"FORMAT_SIZE_TO_CONTENTS", PyInt_FromLong((long) FORMAT_SIZE_TO_CONTENTS)); | |
749 | PyDict_SetItemString(d,"LINE_ALIGNMENT_HORIZ", PyInt_FromLong((long) LINE_ALIGNMENT_HORIZ)); | |
750 | PyDict_SetItemString(d,"LINE_ALIGNMENT_VERT", PyInt_FromLong((long) LINE_ALIGNMENT_VERT)); | |
751 | PyDict_SetItemString(d,"LINE_ALIGNMENT_TO_NEXT_HANDLE", PyInt_FromLong((long) LINE_ALIGNMENT_TO_NEXT_HANDLE)); | |
752 | PyDict_SetItemString(d,"LINE_ALIGNMENT_NONE", PyInt_FromLong((long) LINE_ALIGNMENT_NONE)); | |
753 | PyDict_SetItemString(d,"SHADOW_NONE", PyInt_FromLong((long) SHADOW_NONE)); | |
754 | PyDict_SetItemString(d,"SHADOW_LEFT", PyInt_FromLong((long) SHADOW_LEFT)); | |
755 | PyDict_SetItemString(d,"SHADOW_RIGHT", PyInt_FromLong((long) SHADOW_RIGHT)); | |
756 | PyDict_SetItemString(d,"OP_CLICK_LEFT", PyInt_FromLong((long) OP_CLICK_LEFT)); | |
757 | PyDict_SetItemString(d,"OP_CLICK_RIGHT", PyInt_FromLong((long) OP_CLICK_RIGHT)); | |
758 | PyDict_SetItemString(d,"OP_DRAG_LEFT", PyInt_FromLong((long) OP_DRAG_LEFT)); | |
759 | PyDict_SetItemString(d,"OP_DRAG_RIGHT", PyInt_FromLong((long) OP_DRAG_RIGHT)); | |
760 | PyDict_SetItemString(d,"OP_ALL", PyInt_FromLong((long) OP_ALL)); | |
761 | PyDict_SetItemString(d,"ATTACHMENT_MODE_NONE", PyInt_FromLong((long) ATTACHMENT_MODE_NONE)); | |
762 | PyDict_SetItemString(d,"ATTACHMENT_MODE_EDGE", PyInt_FromLong((long) ATTACHMENT_MODE_EDGE)); | |
763 | PyDict_SetItemString(d,"ATTACHMENT_MODE_BRANCHING", PyInt_FromLong((long) ATTACHMENT_MODE_BRANCHING)); | |
764 | PyDict_SetItemString(d,"BRANCHING_ATTACHMENT_NORMAL", PyInt_FromLong((long) BRANCHING_ATTACHMENT_NORMAL)); | |
765 | PyDict_SetItemString(d,"BRANCHING_ATTACHMENT_BLOB", PyInt_FromLong((long) BRANCHING_ATTACHMENT_BLOB)); | |
766 | PyDict_SetItemString(d,"gyCONSTRAINT_CENTRED_VERTICALLY", PyInt_FromLong((long) gyCONSTRAINT_CENTRED_VERTICALLY)); | |
767 | PyDict_SetItemString(d,"gyCONSTRAINT_CENTRED_HORIZONTALLY", PyInt_FromLong((long) gyCONSTRAINT_CENTRED_HORIZONTALLY)); | |
768 | PyDict_SetItemString(d,"gyCONSTRAINT_CENTRED_BOTH", PyInt_FromLong((long) gyCONSTRAINT_CENTRED_BOTH)); | |
769 | PyDict_SetItemString(d,"gyCONSTRAINT_LEFT_OF", PyInt_FromLong((long) gyCONSTRAINT_LEFT_OF)); | |
770 | PyDict_SetItemString(d,"gyCONSTRAINT_RIGHT_OF", PyInt_FromLong((long) gyCONSTRAINT_RIGHT_OF)); | |
771 | PyDict_SetItemString(d,"gyCONSTRAINT_ABOVE", PyInt_FromLong((long) gyCONSTRAINT_ABOVE)); | |
772 | PyDict_SetItemString(d,"gyCONSTRAINT_BELOW", PyInt_FromLong((long) gyCONSTRAINT_BELOW)); | |
773 | PyDict_SetItemString(d,"gyCONSTRAINT_ALIGNED_TOP", PyInt_FromLong((long) gyCONSTRAINT_ALIGNED_TOP)); | |
774 | PyDict_SetItemString(d,"gyCONSTRAINT_ALIGNED_BOTTOM", PyInt_FromLong((long) gyCONSTRAINT_ALIGNED_BOTTOM)); | |
775 | PyDict_SetItemString(d,"gyCONSTRAINT_ALIGNED_LEFT", PyInt_FromLong((long) gyCONSTRAINT_ALIGNED_LEFT)); | |
776 | PyDict_SetItemString(d,"gyCONSTRAINT_ALIGNED_RIGHT", PyInt_FromLong((long) gyCONSTRAINT_ALIGNED_RIGHT)); | |
777 | PyDict_SetItemString(d,"gyCONSTRAINT_MIDALIGNED_TOP", PyInt_FromLong((long) gyCONSTRAINT_MIDALIGNED_TOP)); | |
778 | PyDict_SetItemString(d,"gyCONSTRAINT_MIDALIGNED_BOTTOM", PyInt_FromLong((long) gyCONSTRAINT_MIDALIGNED_BOTTOM)); | |
779 | PyDict_SetItemString(d,"gyCONSTRAINT_MIDALIGNED_LEFT", PyInt_FromLong((long) gyCONSTRAINT_MIDALIGNED_LEFT)); | |
780 | PyDict_SetItemString(d,"gyCONSTRAINT_MIDALIGNED_RIGHT", PyInt_FromLong((long) gyCONSTRAINT_MIDALIGNED_RIGHT)); | |
781 | PyDict_SetItemString(d,"DIVISION_SIDE_NONE", PyInt_FromLong((long) DIVISION_SIDE_NONE)); | |
782 | PyDict_SetItemString(d,"DIVISION_SIDE_LEFT", PyInt_FromLong((long) DIVISION_SIDE_LEFT)); | |
783 | PyDict_SetItemString(d,"DIVISION_SIDE_TOP", PyInt_FromLong((long) DIVISION_SIDE_TOP)); | |
784 | PyDict_SetItemString(d,"DIVISION_SIDE_RIGHT", PyInt_FromLong((long) DIVISION_SIDE_RIGHT)); | |
785 | PyDict_SetItemString(d,"DIVISION_SIDE_BOTTOM", PyInt_FromLong((long) DIVISION_SIDE_BOTTOM)); | |
786 | ||
787 | ||
788 | initoglbasicc(); | |
789 | initoglshapesc(); | |
790 | initoglshapes2c(); | |
791 | initoglcanvasc(); | |
792 | ||
793 | ||
794 | wxClassInfo::CleanUpClasses(); | |
795 | wxClassInfo::InitializeClasses(); | |
796 | ||
797 | { | |
798 | int i; | |
799 | for (i = 0; _swig_mapping[i].n1; i++) | |
800 | SWIG_RegisterMapping(_swig_mapping[i].n1,_swig_mapping[i].n2,_swig_mapping[i].pcnv); | |
801 | } | |
802 | } |