]> git.saurik.com Git - wxWidgets.git/blob - utils/wxPython/src/gtk/windows.py
reenabled some methods for wxPython on wxGTK
[wxWidgets.git] / utils / wxPython / src / gtk / windows.py
1 # This file was created automatically by SWIG.
2 import windowsc
3
4 from misc import *
5
6 from gdi import *
7 import wx
8
9 def wxDLG_PNT(win, point):
10 return win.ConvertDialogPointToPixels(point)
11
12 def wxDLG_SZE(win, size):
13 return win.ConvertDialogSizeToPixels(size)
14
15 class wxEvtHandlerPtr :
16 def __init__(self,this):
17 self.this = this
18 self.thisown = 0
19 def Connect(self,arg0,arg1,arg2,arg3):
20 val = windowsc.wxEvtHandler_Connect(self.this,arg0,arg1,arg2,arg3)
21 return val
22 def __repr__(self):
23 return "<C wxEvtHandler instance>"
24 class wxEvtHandler(wxEvtHandlerPtr):
25 def __init__(self,this):
26 self.this = this
27
28
29
30
31 class wxWindowPtr(wxEvtHandlerPtr):
32 def __init__(self,this):
33 self.this = this
34 self.thisown = 0
35 def CaptureMouse(self):
36 val = windowsc.wxWindow_CaptureMouse(self.this)
37 return val
38 def Center(self,*args):
39 val = apply(windowsc.wxWindow_Center,(self.this,)+args)
40 return val
41 def Centre(self,*args):
42 val = apply(windowsc.wxWindow_Centre,(self.this,)+args)
43 return val
44 def ClientToScreenXY(self,arg0,arg1):
45 val = windowsc.wxWindow_ClientToScreenXY(self.this,arg0,arg1)
46 return val
47 def Close(self,*args):
48 val = apply(windowsc.wxWindow_Close,(self.this,)+args)
49 return val
50 def Destroy(self):
51 val = windowsc.wxWindow_Destroy(self.this)
52 return val
53 def DestroyChildren(self):
54 val = windowsc.wxWindow_DestroyChildren(self.this)
55 return val
56 def Enable(self,arg0):
57 val = windowsc.wxWindow_Enable(self.this,arg0)
58 return val
59 def FindWindowById(self,arg0):
60 val = windowsc.wxWindow_FindWindowById(self.this,arg0)
61 val = wxWindowPtr(val)
62 return val
63 def FindWindowByName(self,arg0):
64 val = windowsc.wxWindow_FindWindowByName(self.this,arg0)
65 val = wxWindowPtr(val)
66 return val
67 def Fit(self):
68 val = windowsc.wxWindow_Fit(self.this)
69 return val
70 def GetBackgroundColour(self):
71 val = windowsc.wxWindow_GetBackgroundColour(self.this)
72 val = wxColourPtr(val)
73 val.thisown = 1
74 return val
75 def GetCharHeight(self):
76 val = windowsc.wxWindow_GetCharHeight(self.this)
77 return val
78 def GetCharWidth(self):
79 val = windowsc.wxWindow_GetCharWidth(self.this)
80 return val
81 def GetClientSizeTuple(self):
82 val = windowsc.wxWindow_GetClientSizeTuple(self.this)
83 return val
84 def GetClientSize(self):
85 val = windowsc.wxWindow_GetClientSize(self.this)
86 val = wxSizePtr(val)
87 val.thisown = 1
88 return val
89 def GetConstraints(self):
90 val = windowsc.wxWindow_GetConstraints(self.this)
91 val = wxLayoutConstraintsPtr(val)
92 return val
93 def GetFont(self):
94 val = windowsc.wxWindow_GetFont(self.this)
95 val = wxFontPtr(val)
96 return val
97 def GetForegroundColour(self):
98 val = windowsc.wxWindow_GetForegroundColour(self.this)
99 val = wxColourPtr(val)
100 val.thisown = 1
101 return val
102 def GetGrandParent(self):
103 val = windowsc.wxWindow_GetGrandParent(self.this)
104 val = wxWindowPtr(val)
105 return val
106 def GetId(self):
107 val = windowsc.wxWindow_GetId(self.this)
108 return val
109 def GetLabel(self):
110 val = windowsc.wxWindow_GetLabel(self.this)
111 return val
112 def GetName(self):
113 val = windowsc.wxWindow_GetName(self.this)
114 return val
115 def GetParent(self):
116 val = windowsc.wxWindow_GetParent(self.this)
117 val = wxWindowPtr(val)
118 return val
119 def GetPositionTuple(self):
120 val = windowsc.wxWindow_GetPositionTuple(self.this)
121 return val
122 def GetPosition(self):
123 val = windowsc.wxWindow_GetPosition(self.this)
124 val = wxPointPtr(val)
125 val.thisown = 1
126 return val
127 def GetRect(self):
128 val = windowsc.wxWindow_GetRect(self.this)
129 val = wxRectPtr(val)
130 val.thisown = 1
131 return val
132 def GetReturnCode(self):
133 val = windowsc.wxWindow_GetReturnCode(self.this)
134 return val
135 def GetScrollThumb(self,arg0):
136 val = windowsc.wxWindow_GetScrollThumb(self.this,arg0)
137 return val
138 def GetScrollPos(self,arg0):
139 val = windowsc.wxWindow_GetScrollPos(self.this,arg0)
140 return val
141 def GetScrollRange(self,arg0):
142 val = windowsc.wxWindow_GetScrollRange(self.this,arg0)
143 return val
144 def GetSizeTuple(self):
145 val = windowsc.wxWindow_GetSizeTuple(self.this)
146 return val
147 def GetSize(self):
148 val = windowsc.wxWindow_GetSize(self.this)
149 val = wxSizePtr(val)
150 val.thisown = 1
151 return val
152 def GetTextExtent(self,arg0):
153 val = windowsc.wxWindow_GetTextExtent(self.this,arg0)
154 return val
155 def GetFullTextExtent(self,arg0,*args):
156 argl = map(None,args)
157 try: argl[0] = argl[0].this
158 except: pass
159 args = tuple(argl)
160 val = apply(windowsc.wxWindow_GetFullTextExtent,(self.this,arg0,)+args)
161 return val
162 def GetTitle(self):
163 val = windowsc.wxWindow_GetTitle(self.this)
164 return val
165 def GetWindowStyleFlag(self):
166 val = windowsc.wxWindow_GetWindowStyleFlag(self.this)
167 return val
168 def InitDialog(self):
169 val = windowsc.wxWindow_InitDialog(self.this)
170 return val
171 def IsEnabled(self):
172 val = windowsc.wxWindow_IsEnabled(self.this)
173 return val
174 def IsRetained(self):
175 val = windowsc.wxWindow_IsRetained(self.this)
176 return val
177 def IsShown(self):
178 val = windowsc.wxWindow_IsShown(self.this)
179 return val
180 def Layout(self):
181 val = windowsc.wxWindow_Layout(self.this)
182 return val
183 def LoadFromResource(self,arg0,arg1,*args):
184 val = apply(windowsc.wxWindow_LoadFromResource,(self.this,arg0.this,arg1,)+args)
185 return val
186 def Lower(self):
187 val = windowsc.wxWindow_Lower(self.this)
188 return val
189 def MakeModal(self,arg0):
190 val = windowsc.wxWindow_MakeModal(self.this,arg0)
191 return val
192 def MoveXY(self,arg0,arg1):
193 val = windowsc.wxWindow_MoveXY(self.this,arg0,arg1)
194 return val
195 def Move(self,arg0):
196 val = windowsc.wxWindow_Move(self.this,arg0.this)
197 return val
198 def PopupMenu(self,arg0,arg1,arg2):
199 val = windowsc.wxWindow_PopupMenu(self.this,arg0.this,arg1,arg2)
200 return val
201 def Raise(self):
202 val = windowsc.wxWindow_Raise(self.this)
203 return val
204 def Refresh(self,*args):
205 argl = map(None,args)
206 try: argl[1] = argl[1].this
207 except: pass
208 args = tuple(argl)
209 val = apply(windowsc.wxWindow_Refresh,(self.this,)+args)
210 return val
211 def ReleaseMouse(self):
212 val = windowsc.wxWindow_ReleaseMouse(self.this)
213 return val
214 def ScreenToClientXY(self,arg0,arg1):
215 val = windowsc.wxWindow_ScreenToClientXY(self.this,arg0,arg1)
216 return val
217 def ScrollWindow(self,arg0,arg1,*args):
218 argl = map(None,args)
219 try: argl[0] = argl[0].this
220 except: pass
221 args = tuple(argl)
222 val = apply(windowsc.wxWindow_ScrollWindow,(self.this,arg0,arg1,)+args)
223 return val
224 def SetAcceleratorTable(self,arg0):
225 val = windowsc.wxWindow_SetAcceleratorTable(self.this,arg0.this)
226 return val
227 def SetAutoLayout(self,arg0):
228 val = windowsc.wxWindow_SetAutoLayout(self.this,arg0)
229 return val
230 def SetBackgroundColour(self,arg0):
231 val = windowsc.wxWindow_SetBackgroundColour(self.this,arg0.this)
232 return val
233 def SetConstraints(self,arg0):
234 val = windowsc.wxWindow_SetConstraints(self.this,arg0.this)
235 return val
236 def SetDoubleClick(self,arg0):
237 val = windowsc.wxWindow_SetDoubleClick(self.this,arg0)
238 return val
239 def SetFocus(self):
240 val = windowsc.wxWindow_SetFocus(self.this)
241 return val
242 def SetFont(self,arg0):
243 val = windowsc.wxWindow_SetFont(self.this,arg0.this)
244 return val
245 def SetForegroundColour(self,arg0):
246 val = windowsc.wxWindow_SetForegroundColour(self.this,arg0.this)
247 return val
248 def SetId(self,arg0):
249 val = windowsc.wxWindow_SetId(self.this,arg0)
250 return val
251 def SetName(self,arg0):
252 val = windowsc.wxWindow_SetName(self.this,arg0)
253 return val
254 def SetReturnCode(self,arg0):
255 val = windowsc.wxWindow_SetReturnCode(self.this,arg0)
256 return val
257 def SetScrollbar(self,arg0,arg1,arg2,arg3,*args):
258 val = apply(windowsc.wxWindow_SetScrollbar,(self.this,arg0,arg1,arg2,arg3,)+args)
259 return val
260 def SetScrollPos(self,arg0,arg1,*args):
261 val = apply(windowsc.wxWindow_SetScrollPos,(self.this,arg0,arg1,)+args)
262 return val
263 def SetDimensions(self,arg0,arg1,arg2,arg3,*args):
264 val = apply(windowsc.wxWindow_SetDimensions,(self.this,arg0,arg1,arg2,arg3,)+args)
265 return val
266 def SetSize(self,arg0):
267 val = windowsc.wxWindow_SetSize(self.this,arg0.this)
268 return val
269 def SetPosition(self,arg0):
270 val = windowsc.wxWindow_SetPosition(self.this,arg0.this)
271 return val
272 def SetSizeHints(self,*args):
273 val = apply(windowsc.wxWindow_SetSizeHints,(self.this,)+args)
274 return val
275 def SetClientSizeWH(self,arg0,arg1):
276 val = windowsc.wxWindow_SetClientSizeWH(self.this,arg0,arg1)
277 return val
278 def SetClientSize(self,arg0):
279 val = windowsc.wxWindow_SetClientSize(self.this,arg0.this)
280 return val
281 def SetCursor(self,arg0):
282 val = windowsc.wxWindow_SetCursor(self.this,arg0.this)
283 return val
284 def SetTitle(self,arg0):
285 val = windowsc.wxWindow_SetTitle(self.this,arg0)
286 return val
287 def Show(self,arg0):
288 val = windowsc.wxWindow_Show(self.this,arg0)
289 return val
290 def TransferDataFromWindow(self):
291 val = windowsc.wxWindow_TransferDataFromWindow(self.this)
292 return val
293 def TransferDataToWindow(self):
294 val = windowsc.wxWindow_TransferDataToWindow(self.this)
295 return val
296 def Validate(self):
297 val = windowsc.wxWindow_Validate(self.this)
298 return val
299 def WarpPointer(self,arg0,arg1):
300 val = windowsc.wxWindow_WarpPointer(self.this,arg0,arg1)
301 return val
302 def ConvertDialogPointToPixels(self,arg0):
303 val = windowsc.wxWindow_ConvertDialogPointToPixels(self.this,arg0.this)
304 val = wxPointPtr(val)
305 val.thisown = 1
306 return val
307 def ConvertDialogSizeToPixels(self,arg0):
308 val = windowsc.wxWindow_ConvertDialogSizeToPixels(self.this,arg0.this)
309 val = wxSizePtr(val)
310 val.thisown = 1
311 return val
312 def ConvertPixelPointToDialog(self,arg0):
313 val = windowsc.wxWindow_ConvertPixelPointToDialog(self.this,arg0.this)
314 val = wxPointPtr(val)
315 val.thisown = 1
316 return val
317 def ConvertPixelSizeToDialog(self,arg0):
318 val = windowsc.wxWindow_ConvertPixelSizeToDialog(self.this,arg0.this)
319 val = wxSizePtr(val)
320 val.thisown = 1
321 return val
322 def SetToolTipString(self,arg0):
323 val = windowsc.wxWindow_SetToolTipString(self.this,arg0)
324 return val
325 def SetToolTip(self,arg0):
326 val = windowsc.wxWindow_SetToolTip(self.this,arg0.this)
327 return val
328 def GetToolTip(self):
329 val = windowsc.wxWindow_GetToolTip(self.this)
330 val = wxToolTipPtr(val)
331 return val
332 def __repr__(self):
333 return "<C wxWindow instance>"
334 class wxWindow(wxWindowPtr):
335 def __init__(self,arg0,arg1,*args) :
336 argl = map(None,args)
337 try: argl[0] = argl[0].this
338 except: pass
339 try: argl[1] = argl[1].this
340 except: pass
341 args = tuple(argl)
342 self.this = apply(windowsc.new_wxWindow,(arg0.this,arg1,)+args)
343 self.thisown = 1
344 wx._StdWindowCallbacks(self)
345
346
347
348
349 class wxPanelPtr(wxWindowPtr):
350 def __init__(self,this):
351 self.this = this
352 self.thisown = 0
353 def InitDialog(self):
354 val = windowsc.wxPanel_InitDialog(self.this)
355 return val
356 def __repr__(self):
357 return "<C wxPanel instance>"
358 class wxPanel(wxPanelPtr):
359 def __init__(self,arg0,arg1,*args) :
360 argl = map(None,args)
361 try: argl[0] = argl[0].this
362 except: pass
363 try: argl[1] = argl[1].this
364 except: pass
365 args = tuple(argl)
366 self.this = apply(windowsc.new_wxPanel,(arg0.this,arg1,)+args)
367 self.thisown = 1
368 wx._StdWindowCallbacks(self)
369
370
371
372
373 class wxDialogPtr(wxPanelPtr):
374 def __init__(self,this):
375 self.this = this
376 self.thisown = 0
377 def Centre(self,*args):
378 val = apply(windowsc.wxDialog_Centre,(self.this,)+args)
379 return val
380 def EndModal(self,arg0):
381 val = windowsc.wxDialog_EndModal(self.this,arg0)
382 return val
383 def GetTitle(self):
384 val = windowsc.wxDialog_GetTitle(self.this)
385 return val
386 def Iconize(self,arg0):
387 val = windowsc.wxDialog_Iconize(self.this,arg0)
388 return val
389 def IsIconized(self):
390 val = windowsc.wxDialog_IsIconized(self.this)
391 return val
392 def SetModal(self,arg0):
393 val = windowsc.wxDialog_SetModal(self.this,arg0)
394 return val
395 def IsModal(self):
396 val = windowsc.wxDialog_IsModal(self.this)
397 return val
398 def SetTitle(self,arg0):
399 val = windowsc.wxDialog_SetTitle(self.this,arg0)
400 return val
401 def Show(self,arg0):
402 val = windowsc.wxDialog_Show(self.this,arg0)
403 return val
404 def ShowModal(self):
405 val = windowsc.wxDialog_ShowModal(self.this)
406 return val
407 def __repr__(self):
408 return "<C wxDialog instance>"
409 class wxDialog(wxDialogPtr):
410 def __init__(self,arg0,arg1,arg2,*args) :
411 argl = map(None,args)
412 try: argl[0] = argl[0].this
413 except: pass
414 try: argl[1] = argl[1].this
415 except: pass
416 args = tuple(argl)
417 self.this = apply(windowsc.new_wxDialog,(arg0.this,arg1,arg2,)+args)
418 self.thisown = 1
419 wx._StdDialogCallbacks(self)
420
421
422
423
424 class wxScrolledWindowPtr(wxWindowPtr):
425 def __init__(self,this):
426 self.this = this
427 self.thisown = 0
428 def EnableScrolling(self,arg0,arg1):
429 val = windowsc.wxScrolledWindow_EnableScrolling(self.this,arg0,arg1)
430 return val
431 def GetScrollPixelsPerUnit(self):
432 val = windowsc.wxScrolledWindow_GetScrollPixelsPerUnit(self.this)
433 return val
434 def GetVirtualSize(self):
435 val = windowsc.wxScrolledWindow_GetVirtualSize(self.this)
436 return val
437 def IsRetained(self):
438 val = windowsc.wxScrolledWindow_IsRetained(self.this)
439 return val
440 def PrepareDC(self,arg0):
441 val = windowsc.wxScrolledWindow_PrepareDC(self.this,arg0.this)
442 return val
443 def Scroll(self,arg0,arg1):
444 val = windowsc.wxScrolledWindow_Scroll(self.this,arg0,arg1)
445 return val
446 def SetScrollbars(self,arg0,arg1,arg2,arg3,*args):
447 val = apply(windowsc.wxScrolledWindow_SetScrollbars,(self.this,arg0,arg1,arg2,arg3,)+args)
448 return val
449 def ViewStart(self):
450 val = windowsc.wxScrolledWindow_ViewStart(self.this)
451 return val
452 def __repr__(self):
453 return "<C wxScrolledWindow instance>"
454 class wxScrolledWindow(wxScrolledWindowPtr):
455 def __init__(self,arg0,*args) :
456 argl = map(None,args)
457 try: argl[1] = argl[1].this
458 except: pass
459 try: argl[2] = argl[2].this
460 except: pass
461 args = tuple(argl)
462 self.this = apply(windowsc.new_wxScrolledWindow,(arg0.this,)+args)
463 self.thisown = 1
464 wx._StdWindowCallbacks(self)
465 wx._StdOnScrollCallbacks(self)
466
467
468
469
470 class wxMenuPtr(wxEvtHandlerPtr):
471 def __init__(self,this):
472 self.this = this
473 self.thisown = 0
474 def Append(self,arg0,arg1,*args):
475 val = apply(windowsc.wxMenu_Append,(self.this,arg0,arg1,)+args)
476 return val
477 def AppendMenu(self,arg0,arg1,arg2,*args):
478 val = apply(windowsc.wxMenu_AppendMenu,(self.this,arg0,arg1,arg2.this,)+args)
479 return val
480 def AppendSeparator(self):
481 val = windowsc.wxMenu_AppendSeparator(self.this)
482 return val
483 def Break(self):
484 val = windowsc.wxMenu_Break(self.this)
485 return val
486 def Check(self,arg0,arg1):
487 val = windowsc.wxMenu_Check(self.this,arg0,arg1)
488 return val
489 def Enable(self,arg0,arg1):
490 val = windowsc.wxMenu_Enable(self.this,arg0,arg1)
491 return val
492 def FindItem(self,arg0):
493 val = windowsc.wxMenu_FindItem(self.this,arg0)
494 return val
495 def GetTitle(self):
496 val = windowsc.wxMenu_GetTitle(self.this)
497 return val
498 def SetTitle(self,arg0):
499 val = windowsc.wxMenu_SetTitle(self.this,arg0)
500 return val
501 def FindItemForId(self,arg0):
502 val = windowsc.wxMenu_FindItemForId(self.this,arg0)
503 val = wxMenuItemPtr(val)
504 return val
505 def GetHelpString(self,arg0):
506 val = windowsc.wxMenu_GetHelpString(self.this,arg0)
507 return val
508 def GetLabel(self,arg0):
509 val = windowsc.wxMenu_GetLabel(self.this,arg0)
510 return val
511 def SetHelpString(self,arg0,arg1):
512 val = windowsc.wxMenu_SetHelpString(self.this,arg0,arg1)
513 return val
514 def IsChecked(self,arg0):
515 val = windowsc.wxMenu_IsChecked(self.this,arg0)
516 return val
517 def IsEnabled(self,arg0):
518 val = windowsc.wxMenu_IsEnabled(self.this,arg0)
519 return val
520 def SetLabel(self,arg0,arg1):
521 val = windowsc.wxMenu_SetLabel(self.this,arg0,arg1)
522 return val
523 def __repr__(self):
524 return "<C wxMenu instance>"
525 class wxMenu(wxMenuPtr):
526 def __init__(self,*args) :
527 self.this = apply(windowsc.new_wxMenu,()+args)
528 self.thisown = 1
529
530
531
532
533 class wxPyMenuPtr(wxMenuPtr):
534 def __init__(self,this):
535 self.this = this
536 self.thisown = 0
537 def __del__(self):
538 if self.thisown == 1 :
539 windowsc.delete_wxPyMenu(self.this)
540 def __repr__(self):
541 return "<C wxPyMenu instance>"
542 class wxPyMenu(wxPyMenuPtr):
543 def __init__(self,*args) :
544 self.this = apply(windowsc.new_wxPyMenu,()+args)
545 self.thisown = 1
546
547
548
549
550 class wxMenuBarPtr(wxEvtHandlerPtr):
551 def __init__(self,this):
552 self.this = this
553 self.thisown = 0
554 def Append(self,arg0,arg1):
555 val = windowsc.wxMenuBar_Append(self.this,arg0.this,arg1)
556 return val
557 def Check(self,arg0,arg1):
558 val = windowsc.wxMenuBar_Check(self.this,arg0,arg1)
559 return val
560 def Checked(self,arg0):
561 val = windowsc.wxMenuBar_Checked(self.this,arg0)
562 return val
563 def Enable(self,arg0,arg1):
564 val = windowsc.wxMenuBar_Enable(self.this,arg0,arg1)
565 return val
566 def Enabled(self,arg0):
567 val = windowsc.wxMenuBar_Enabled(self.this,arg0)
568 return val
569 def FindMenuItem(self,arg0,arg1):
570 val = windowsc.wxMenuBar_FindMenuItem(self.this,arg0,arg1)
571 return val
572 def FindItemForId(self,arg0):
573 val = windowsc.wxMenuBar_FindItemForId(self.this,arg0)
574 val = wxMenuItemPtr(val)
575 return val
576 def GetMenuCount(self):
577 val = windowsc.wxMenuBar_GetMenuCount(self.this)
578 return val
579 def GetMenu(self,arg0):
580 val = windowsc.wxMenuBar_GetMenu(self.this,arg0)
581 val = wxMenuPtr(val)
582 return val
583 def __repr__(self):
584 return "<C wxMenuBar instance>"
585 class wxMenuBar(wxMenuBarPtr):
586 def __init__(self) :
587 self.this = windowsc.new_wxMenuBar()
588 self.thisown = 1
589
590
591
592
593 class wxMenuItemPtr :
594 def __init__(self,this):
595 self.this = this
596 self.thisown = 0
597 def IsSeparator(self):
598 val = windowsc.wxMenuItem_IsSeparator(self.this)
599 return val
600 def IsEnabled(self):
601 val = windowsc.wxMenuItem_IsEnabled(self.this)
602 return val
603 def IsChecked(self):
604 val = windowsc.wxMenuItem_IsChecked(self.this)
605 return val
606 def IsCheckable(self):
607 val = windowsc.wxMenuItem_IsCheckable(self.this)
608 return val
609 def GetId(self):
610 val = windowsc.wxMenuItem_GetId(self.this)
611 return val
612 def GetSubMenu(self):
613 val = windowsc.wxMenuItem_GetSubMenu(self.this)
614 val = wxMenuPtr(val)
615 return val
616 def SetName(self,arg0):
617 val = windowsc.wxMenuItem_SetName(self.this,arg0)
618 return val
619 def GetName(self):
620 val = windowsc.wxMenuItem_GetName(self.this)
621 return val
622 def GetHelp(self):
623 val = windowsc.wxMenuItem_GetHelp(self.this)
624 return val
625 def SetHelp(self,arg0):
626 val = windowsc.wxMenuItem_SetHelp(self.this,arg0)
627 return val
628 def Enable(self,*args):
629 val = apply(windowsc.wxMenuItem_Enable,(self.this,)+args)
630 return val
631 def Check(self,*args):
632 val = apply(windowsc.wxMenuItem_Check,(self.this,)+args)
633 return val
634 def __repr__(self):
635 return "<C wxMenuItem instance>"
636 class wxMenuItem(wxMenuItemPtr):
637 def __init__(self,this):
638 self.this = this
639
640
641
642
643
644
645 #-------------- FUNCTION WRAPPERS ------------------
646
647
648
649 #-------------- VARIABLE WRAPPERS ------------------
650