1 # This file was created automatically by SWIG.
9 def wxDLG_PNT(win
, point
):
10 return win
.ConvertDialogPointToPixels(point
)
12 def wxDLG_SZE(win
, size
):
13 return win
.ConvertDialogSizeToPixels(size
)
15 class wxEvtHandlerPtr
:
16 def __init__(self
,this
):
19 def Connect(self
,arg0
,arg1
,arg2
,arg3
):
20 val
= windowsc
.wxEvtHandler_Connect(self
.this
,arg0
,arg1
,arg2
,arg3
)
23 return "<C wxEvtHandler instance>"
24 class wxEvtHandler(wxEvtHandlerPtr
):
25 def __init__(self
,this
):
31 class wxWindowPtr(wxEvtHandlerPtr
):
32 def __init__(self
,this
):
35 def CaptureMouse(self
):
36 val
= windowsc
.wxWindow_CaptureMouse(self
.this
)
38 def Center(self
,*args
):
39 val
= apply(windowsc
.wxWindow_Center
,(self
.this
,)+args
)
41 def Centre(self
,*args
):
42 val
= apply(windowsc
.wxWindow_Centre
,(self
.this
,)+args
)
44 def ClientToScreenXY(self
,arg0
,arg1
):
45 val
= windowsc
.wxWindow_ClientToScreenXY(self
.this
,arg0
,arg1
)
47 def ClientToScreen(self
,arg0
):
48 val
= windowsc
.wxWindow_ClientToScreen(self
.this
,arg0
.this
)
52 def Close(self
,*args
):
53 val
= apply(windowsc
.wxWindow_Close
,(self
.this
,)+args
)
56 val
= windowsc
.wxWindow_Destroy(self
.this
)
58 def DestroyChildren(self
):
59 val
= windowsc
.wxWindow_DestroyChildren(self
.this
)
61 def DragAcceptFiles(self
,arg0
):
62 val
= windowsc
.wxWindow_DragAcceptFiles(self
.this
,arg0
)
64 def Enable(self
,arg0
):
65 val
= windowsc
.wxWindow_Enable(self
.this
,arg0
)
67 def FindWindowById(self
,arg0
):
68 val
= windowsc
.wxWindow_FindWindowById(self
.this
,arg0
)
69 val
= wxWindowPtr(val
)
71 def FindWindowByName(self
,arg0
):
72 val
= windowsc
.wxWindow_FindWindowByName(self
.this
,arg0
)
73 val
= wxWindowPtr(val
)
76 val
= windowsc
.wxWindow_Fit(self
.this
)
78 def GetBackgroundColour(self
):
79 val
= windowsc
.wxWindow_GetBackgroundColour(self
.this
)
80 val
= wxColourPtr(val
)
83 def GetCharHeight(self
):
84 val
= windowsc
.wxWindow_GetCharHeight(self
.this
)
86 def GetCharWidth(self
):
87 val
= windowsc
.wxWindow_GetCharWidth(self
.this
)
89 def GetClientSizeTuple(self
):
90 val
= windowsc
.wxWindow_GetClientSizeTuple(self
.this
)
92 def GetClientSize(self
):
93 val
= windowsc
.wxWindow_GetClientSize(self
.this
)
97 def GetConstraints(self
):
98 val
= windowsc
.wxWindow_GetConstraints(self
.this
)
99 val
= wxLayoutConstraintsPtr(val
)
101 def GetDefaultItem(self
):
102 val
= windowsc
.wxWindow_GetDefaultItem(self
.this
)
103 val
= wxButtonPtr(val
)
106 val
= windowsc
.wxWindow_GetFont(self
.this
)
109 def GetForegroundColour(self
):
110 val
= windowsc
.wxWindow_GetForegroundColour(self
.this
)
111 val
= wxColourPtr(val
)
114 def GetGrandParent(self
):
115 val
= windowsc
.wxWindow_GetGrandParent(self
.this
)
116 val
= wxWindowPtr(val
)
119 val
= windowsc
.wxWindow_GetId(self
.this
)
122 val
= windowsc
.wxWindow_GetLabel(self
.this
)
125 val
= windowsc
.wxWindow_GetName(self
.this
)
128 val
= windowsc
.wxWindow_GetParent(self
.this
)
129 val
= wxWindowPtr(val
)
131 def GetPositionTuple(self
):
132 val
= windowsc
.wxWindow_GetPositionTuple(self
.this
)
134 def GetPosition(self
):
135 val
= windowsc
.wxWindow_GetPosition(self
.this
)
136 val
= wxPointPtr(val
)
140 val
= windowsc
.wxWindow_GetRect(self
.this
)
144 def GetReturnCode(self
):
145 val
= windowsc
.wxWindow_GetReturnCode(self
.this
)
147 def GetScrollThumb(self
,arg0
):
148 val
= windowsc
.wxWindow_GetScrollThumb(self
.this
,arg0
)
150 def GetScrollPos(self
,arg0
):
151 val
= windowsc
.wxWindow_GetScrollPos(self
.this
,arg0
)
153 def GetScrollRange(self
,arg0
):
154 val
= windowsc
.wxWindow_GetScrollRange(self
.this
,arg0
)
156 def GetSizeTuple(self
):
157 val
= windowsc
.wxWindow_GetSizeTuple(self
.this
)
160 val
= windowsc
.wxWindow_GetSize(self
.this
)
164 def GetTextExtent(self
,arg0
):
165 val
= windowsc
.wxWindow_GetTextExtent(self
.this
,arg0
)
167 def GetFullTextExtent(self
,arg0
,*args
):
168 argl
= map(None,args
)
169 try: argl
[0] = argl
[0].this
172 val
= apply(windowsc
.wxWindow_GetFullTextExtent
,(self
.this
,arg0
,)+args
)
175 val
= windowsc
.wxWindow_GetTitle(self
.this
)
177 def GetWindowStyleFlag(self
):
178 val
= windowsc
.wxWindow_GetWindowStyleFlag(self
.this
)
180 def InitDialog(self
):
181 val
= windowsc
.wxWindow_InitDialog(self
.this
)
184 val
= windowsc
.wxWindow_IsEnabled(self
.this
)
186 def IsRetained(self
):
187 val
= windowsc
.wxWindow_IsRetained(self
.this
)
190 val
= windowsc
.wxWindow_IsShown(self
.this
)
193 val
= windowsc
.wxWindow_Layout(self
.this
)
195 def LoadFromResource(self
,arg0
,arg1
,*args
):
196 val
= apply(windowsc
.wxWindow_LoadFromResource
,(self
.this
,arg0
.this
,arg1
,)+args
)
199 val
= windowsc
.wxWindow_Lower(self
.this
)
201 def MakeModal(self
,arg0
):
202 val
= windowsc
.wxWindow_MakeModal(self
.this
,arg0
)
204 def MoveXY(self
,arg0
,arg1
):
205 val
= windowsc
.wxWindow_MoveXY(self
.this
,arg0
,arg1
)
208 val
= windowsc
.wxWindow_Move(self
.this
,arg0
.this
)
210 def PopupMenu(self
,arg0
,arg1
,arg2
):
211 val
= windowsc
.wxWindow_PopupMenu(self
.this
,arg0
.this
,arg1
,arg2
)
214 val
= windowsc
.wxWindow_Raise(self
.this
)
216 def Refresh(self
,*args
):
217 argl
= map(None,args
)
218 try: argl
[1] = argl
[1].this
221 val
= apply(windowsc
.wxWindow_Refresh
,(self
.this
,)+args
)
223 def ReleaseMouse(self
):
224 val
= windowsc
.wxWindow_ReleaseMouse(self
.this
)
226 def ScreenToClientXY(self
,arg0
,arg1
):
227 val
= windowsc
.wxWindow_ScreenToClientXY(self
.this
,arg0
,arg1
)
229 def ScreenToClient(self
,arg0
):
230 val
= windowsc
.wxWindow_ScreenToClient(self
.this
,arg0
.this
)
231 val
= wxPointPtr(val
)
234 def ScrollWindow(self
,arg0
,arg1
,*args
):
235 argl
= map(None,args
)
236 try: argl
[0] = argl
[0].this
239 val
= apply(windowsc
.wxWindow_ScrollWindow
,(self
.this
,arg0
,arg1
,)+args
)
241 def SetAcceleratorTable(self
,arg0
):
242 val
= windowsc
.wxWindow_SetAcceleratorTable(self
.this
,arg0
.this
)
244 def SetAutoLayout(self
,arg0
):
245 val
= windowsc
.wxWindow_SetAutoLayout(self
.this
,arg0
)
247 def SetBackgroundColour(self
,arg0
):
248 val
= windowsc
.wxWindow_SetBackgroundColour(self
.this
,arg0
.this
)
250 def SetConstraints(self
,arg0
):
251 val
= windowsc
.wxWindow_SetConstraints(self
.this
,arg0
.this
)
253 def SetDoubleClick(self
,arg0
):
254 val
= windowsc
.wxWindow_SetDoubleClick(self
.this
,arg0
)
257 val
= windowsc
.wxWindow_SetFocus(self
.this
)
259 def SetFont(self
,arg0
):
260 val
= windowsc
.wxWindow_SetFont(self
.this
,arg0
.this
)
262 def SetForegroundColour(self
,arg0
):
263 val
= windowsc
.wxWindow_SetForegroundColour(self
.this
,arg0
.this
)
265 def SetId(self
,arg0
):
266 val
= windowsc
.wxWindow_SetId(self
.this
,arg0
)
268 def SetName(self
,arg0
):
269 val
= windowsc
.wxWindow_SetName(self
.this
,arg0
)
271 def SetReturnCode(self
,arg0
):
272 val
= windowsc
.wxWindow_SetReturnCode(self
.this
,arg0
)
274 def SetScrollbar(self
,arg0
,arg1
,arg2
,arg3
,*args
):
275 val
= apply(windowsc
.wxWindow_SetScrollbar
,(self
.this
,arg0
,arg1
,arg2
,arg3
,)+args
)
277 def SetScrollPos(self
,arg0
,arg1
,*args
):
278 val
= apply(windowsc
.wxWindow_SetScrollPos
,(self
.this
,arg0
,arg1
,)+args
)
280 def SetDimensions(self
,arg0
,arg1
,arg2
,arg3
,*args
):
281 val
= apply(windowsc
.wxWindow_SetDimensions
,(self
.this
,arg0
,arg1
,arg2
,arg3
,)+args
)
283 def SetSize(self
,arg0
):
284 val
= windowsc
.wxWindow_SetSize(self
.this
,arg0
.this
)
286 def SetPosition(self
,arg0
):
287 val
= windowsc
.wxWindow_SetPosition(self
.this
,arg0
.this
)
289 def SetSizeHints(self
,*args
):
290 val
= apply(windowsc
.wxWindow_SetSizeHints
,(self
.this
,)+args
)
292 def SetClientSizeWH(self
,arg0
,arg1
):
293 val
= windowsc
.wxWindow_SetClientSizeWH(self
.this
,arg0
,arg1
)
295 def SetClientSize(self
,arg0
):
296 val
= windowsc
.wxWindow_SetClientSize(self
.this
,arg0
.this
)
298 def SetCursor(self
,arg0
):
299 val
= windowsc
.wxWindow_SetCursor(self
.this
,arg0
.this
)
301 def SetTitle(self
,arg0
):
302 val
= windowsc
.wxWindow_SetTitle(self
.this
,arg0
)
305 val
= windowsc
.wxWindow_Show(self
.this
,arg0
)
307 def TransferDataFromWindow(self
):
308 val
= windowsc
.wxWindow_TransferDataFromWindow(self
.this
)
310 def TransferDataToWindow(self
):
311 val
= windowsc
.wxWindow_TransferDataToWindow(self
.this
)
314 val
= windowsc
.wxWindow_Validate(self
.this
)
316 def WarpPointer(self
,arg0
,arg1
):
317 val
= windowsc
.wxWindow_WarpPointer(self
.this
,arg0
,arg1
)
319 def ConvertDialogPointToPixels(self
,arg0
):
320 val
= windowsc
.wxWindow_ConvertDialogPointToPixels(self
.this
,arg0
.this
)
321 val
= wxPointPtr(val
)
324 def ConvertDialogSizeToPixels(self
,arg0
):
325 val
= windowsc
.wxWindow_ConvertDialogSizeToPixels(self
.this
,arg0
.this
)
329 def ConvertPixelPointToDialog(self
,arg0
):
330 val
= windowsc
.wxWindow_ConvertPixelPointToDialog(self
.this
,arg0
.this
)
331 val
= wxPointPtr(val
)
334 def ConvertPixelSizeToDialog(self
,arg0
):
335 val
= windowsc
.wxWindow_ConvertPixelSizeToDialog(self
.this
,arg0
.this
)
339 def SetToolTipString(self
,arg0
):
340 val
= windowsc
.wxWindow_SetToolTipString(self
.this
,arg0
)
342 def SetToolTip(self
,arg0
):
343 val
= windowsc
.wxWindow_SetToolTip(self
.this
,arg0
.this
)
345 def GetToolTip(self
):
346 val
= windowsc
.wxWindow_GetToolTip(self
.this
)
347 val
= wxToolTipPtr(val
)
350 return "<C wxWindow instance>"
351 class wxWindow(wxWindowPtr
):
352 def __init__(self
,arg0
,arg1
,*args
) :
353 argl
= map(None,args
)
354 try: argl
[0] = argl
[0].this
356 try: argl
[1] = argl
[1].this
359 self
.this
= apply(windowsc
.new_wxWindow
,(arg0
.this
,arg1
,)+args
)
361 wx
._StdWindowCallbacks
(self
)
366 class wxPanelPtr(wxWindowPtr
):
367 def __init__(self
,this
):
370 def InitDialog(self
):
371 val
= windowsc
.wxPanel_InitDialog(self
.this
)
374 return "<C wxPanel instance>"
375 class wxPanel(wxPanelPtr
):
376 def __init__(self
,arg0
,arg1
,*args
) :
377 argl
= map(None,args
)
378 try: argl
[0] = argl
[0].this
380 try: argl
[1] = argl
[1].this
383 self
.this
= apply(windowsc
.new_wxPanel
,(arg0
.this
,arg1
,)+args
)
385 wx
._StdWindowCallbacks
(self
)
390 class wxDialogPtr(wxPanelPtr
):
391 def __init__(self
,this
):
394 def Centre(self
,*args
):
395 val
= apply(windowsc
.wxDialog_Centre
,(self
.this
,)+args
)
397 def EndModal(self
,arg0
):
398 val
= windowsc
.wxDialog_EndModal(self
.this
,arg0
)
401 val
= windowsc
.wxDialog_GetTitle(self
.this
)
403 def Iconize(self
,arg0
):
404 val
= windowsc
.wxDialog_Iconize(self
.this
,arg0
)
406 def IsIconized(self
):
407 val
= windowsc
.wxDialog_IsIconized(self
.this
)
409 def SetModal(self
,arg0
):
410 val
= windowsc
.wxDialog_SetModal(self
.this
,arg0
)
413 val
= windowsc
.wxDialog_IsModal(self
.this
)
415 def SetTitle(self
,arg0
):
416 val
= windowsc
.wxDialog_SetTitle(self
.this
,arg0
)
419 val
= windowsc
.wxDialog_Show(self
.this
,arg0
)
422 val
= windowsc
.wxDialog_ShowModal(self
.this
)
425 return "<C wxDialog instance>"
426 class wxDialog(wxDialogPtr
):
427 def __init__(self
,arg0
,arg1
,arg2
,*args
) :
428 argl
= map(None,args
)
429 try: argl
[0] = argl
[0].this
431 try: argl
[1] = argl
[1].this
434 self
.this
= apply(windowsc
.new_wxDialog
,(arg0
.this
,arg1
,arg2
,)+args
)
436 wx
._StdDialogCallbacks
(self
)
441 class wxScrolledWindowPtr(wxWindowPtr
):
442 def __init__(self
,this
):
445 def EnableScrolling(self
,arg0
,arg1
):
446 val
= windowsc
.wxScrolledWindow_EnableScrolling(self
.this
,arg0
,arg1
)
448 def GetScrollPixelsPerUnit(self
):
449 val
= windowsc
.wxScrolledWindow_GetScrollPixelsPerUnit(self
.this
)
451 def GetVirtualSize(self
):
452 val
= windowsc
.wxScrolledWindow_GetVirtualSize(self
.this
)
454 def IsRetained(self
):
455 val
= windowsc
.wxScrolledWindow_IsRetained(self
.this
)
457 def PrepareDC(self
,arg0
):
458 val
= windowsc
.wxScrolledWindow_PrepareDC(self
.this
,arg0
.this
)
460 def Scroll(self
,arg0
,arg1
):
461 val
= windowsc
.wxScrolledWindow_Scroll(self
.this
,arg0
,arg1
)
463 def SetScrollbars(self
,arg0
,arg1
,arg2
,arg3
,*args
):
464 val
= apply(windowsc
.wxScrolledWindow_SetScrollbars
,(self
.this
,arg0
,arg1
,arg2
,arg3
,)+args
)
467 val
= windowsc
.wxScrolledWindow_ViewStart(self
.this
)
470 return "<C wxScrolledWindow instance>"
471 class wxScrolledWindow(wxScrolledWindowPtr
):
472 def __init__(self
,arg0
,*args
) :
473 argl
= map(None,args
)
474 try: argl
[1] = argl
[1].this
476 try: argl
[2] = argl
[2].this
479 self
.this
= apply(windowsc
.new_wxScrolledWindow
,(arg0
.this
,)+args
)
481 wx
._StdWindowCallbacks
(self
)
482 wx
._StdOnScrollCallbacks
(self
)
487 class wxMenuPtr(wxEvtHandlerPtr
):
488 def __init__(self
,this
):
491 def Append(self
,arg0
,arg1
,*args
):
492 val
= apply(windowsc
.wxMenu_Append
,(self
.this
,arg0
,arg1
,)+args
)
494 def AppendMenu(self
,arg0
,arg1
,arg2
,*args
):
495 val
= apply(windowsc
.wxMenu_AppendMenu
,(self
.this
,arg0
,arg1
,arg2
.this
,)+args
)
497 def AppendItem(self
,arg0
):
498 val
= windowsc
.wxMenu_AppendItem(self
.this
,arg0
.this
)
500 def AppendSeparator(self
):
501 val
= windowsc
.wxMenu_AppendSeparator(self
.this
)
504 val
= windowsc
.wxMenu_Break(self
.this
)
506 def Check(self
,arg0
,arg1
):
507 val
= windowsc
.wxMenu_Check(self
.this
,arg0
,arg1
)
509 def Enable(self
,arg0
,arg1
):
510 val
= windowsc
.wxMenu_Enable(self
.this
,arg0
,arg1
)
512 def FindItem(self
,arg0
):
513 val
= windowsc
.wxMenu_FindItem(self
.this
,arg0
)
516 val
= windowsc
.wxMenu_GetTitle(self
.this
)
518 def SetTitle(self
,arg0
):
519 val
= windowsc
.wxMenu_SetTitle(self
.this
,arg0
)
521 def FindItemForId(self
,arg0
):
522 val
= windowsc
.wxMenu_FindItemForId(self
.this
,arg0
)
523 val
= wxMenuItemPtr(val
)
525 def GetHelpString(self
,arg0
):
526 val
= windowsc
.wxMenu_GetHelpString(self
.this
,arg0
)
528 def GetLabel(self
,arg0
):
529 val
= windowsc
.wxMenu_GetLabel(self
.this
,arg0
)
531 def SetHelpString(self
,arg0
,arg1
):
532 val
= windowsc
.wxMenu_SetHelpString(self
.this
,arg0
,arg1
)
534 def IsChecked(self
,arg0
):
535 val
= windowsc
.wxMenu_IsChecked(self
.this
,arg0
)
537 def IsEnabled(self
,arg0
):
538 val
= windowsc
.wxMenu_IsEnabled(self
.this
,arg0
)
540 def SetLabel(self
,arg0
,arg1
):
541 val
= windowsc
.wxMenu_SetLabel(self
.this
,arg0
,arg1
)
544 return "<C wxMenu instance>"
545 class wxMenu(wxMenuPtr
):
546 def __init__(self
,*args
) :
547 self
.this
= apply(windowsc
.new_wxMenu
,()+args
)
553 class wxPyMenuPtr(wxMenuPtr
):
554 def __init__(self
,this
):
558 if self
.thisown
== 1 :
559 windowsc
.delete_wxPyMenu(self
.this
)
561 return "<C wxPyMenu instance>"
562 class wxPyMenu(wxPyMenuPtr
):
563 def __init__(self
,*args
) :
564 self
.this
= apply(windowsc
.new_wxPyMenu
,()+args
)
570 class wxMenuBarPtr(wxEvtHandlerPtr
):
571 def __init__(self
,this
):
574 def Append(self
,arg0
,arg1
):
575 val
= windowsc
.wxMenuBar_Append(self
.this
,arg0
.this
,arg1
)
577 def Check(self
,arg0
,arg1
):
578 val
= windowsc
.wxMenuBar_Check(self
.this
,arg0
,arg1
)
580 def Checked(self
,arg0
):
581 val
= windowsc
.wxMenuBar_Checked(self
.this
,arg0
)
583 def Enable(self
,arg0
,arg1
):
584 val
= windowsc
.wxMenuBar_Enable(self
.this
,arg0
,arg1
)
586 def Enabled(self
,arg0
):
587 val
= windowsc
.wxMenuBar_Enabled(self
.this
,arg0
)
589 def FindMenuItem(self
,arg0
,arg1
):
590 val
= windowsc
.wxMenuBar_FindMenuItem(self
.this
,arg0
,arg1
)
592 def FindItemForId(self
,arg0
):
593 val
= windowsc
.wxMenuBar_FindItemForId(self
.this
,arg0
)
594 val
= wxMenuItemPtr(val
)
596 def EnableTop(self
,arg0
,arg1
):
597 val
= windowsc
.wxMenuBar_EnableTop(self
.this
,arg0
,arg1
)
599 def GetHelpString(self
,arg0
):
600 val
= windowsc
.wxMenuBar_GetHelpString(self
.this
,arg0
)
602 def GetLabel(self
,arg0
):
603 val
= windowsc
.wxMenuBar_GetLabel(self
.this
,arg0
)
605 def SetHelpString(self
,arg0
,arg1
):
606 val
= windowsc
.wxMenuBar_SetHelpString(self
.this
,arg0
,arg1
)
608 def SetLabel(self
,arg0
,arg1
):
609 val
= windowsc
.wxMenuBar_SetLabel(self
.this
,arg0
,arg1
)
611 def GetLabelTop(self
,arg0
):
612 val
= windowsc
.wxMenuBar_GetLabelTop(self
.this
,arg0
)
614 def SetLabelTop(self
,arg0
,arg1
):
615 val
= windowsc
.wxMenuBar_SetLabelTop(self
.this
,arg0
,arg1
)
617 def GetMenuCount(self
):
618 val
= windowsc
.wxMenuBar_GetMenuCount(self
.this
)
620 def GetMenu(self
,arg0
):
621 val
= windowsc
.wxMenuBar_GetMenu(self
.this
,arg0
)
625 return "<C wxMenuBar instance>"
626 class wxMenuBar(wxMenuBarPtr
):
628 self
.this
= windowsc
.new_wxMenuBar()
634 class wxMenuItemPtr
:
635 def __init__(self
,this
):
638 def IsSeparator(self
):
639 val
= windowsc
.wxMenuItem_IsSeparator(self
.this
)
642 val
= windowsc
.wxMenuItem_IsEnabled(self
.this
)
645 val
= windowsc
.wxMenuItem_IsChecked(self
.this
)
647 def IsCheckable(self
):
648 val
= windowsc
.wxMenuItem_IsCheckable(self
.this
)
651 val
= windowsc
.wxMenuItem_GetId(self
.this
)
653 def GetSubMenu(self
):
654 val
= windowsc
.wxMenuItem_GetSubMenu(self
.this
)
657 def SetName(self
,arg0
):
658 val
= windowsc
.wxMenuItem_SetName(self
.this
,arg0
)
661 val
= windowsc
.wxMenuItem_GetName(self
.this
)
664 val
= windowsc
.wxMenuItem_GetHelp(self
.this
)
666 def SetHelp(self
,arg0
):
667 val
= windowsc
.wxMenuItem_SetHelp(self
.this
,arg0
)
669 def Enable(self
,*args
):
670 val
= apply(windowsc
.wxMenuItem_Enable
,(self
.this
,)+args
)
672 def Check(self
,*args
):
673 val
= apply(windowsc
.wxMenuItem_Check
,(self
.this
,)+args
)
675 def DeleteSubMenu(self
):
676 val
= windowsc
.wxMenuItem_DeleteSubMenu(self
.this
)
679 return "<C wxMenuItem instance>"
680 class wxMenuItem(wxMenuItemPtr
):
681 def __init__(self
,this
):
689 #-------------- FUNCTION WRAPPERS ------------------
691 def wxWindow_FindFocus():
692 val
= windowsc
.wxWindow_FindFocus()
693 val
= wxWindowPtr(val
)
696 def wxWindow_FromHWND(arg0
):
697 val
= windowsc
.wxWindow_FromHWND(arg0
)
698 val
= wxWindowPtr(val
)
703 #-------------- VARIABLE WRAPPERS ------------------