1 # This file was created automatically by SWIG.
9 def wxDLG_PNT(win
, point_or_x
, y
=None):
11 return win
.ConvertDialogPointToPixels(point_or_x
)
13 return win
.ConvertDialogPointToPixels(wxPoint(point_or_x
, y
))
15 def wxDLG_SZE(win
, size_width
, height
=None):
17 return win
.ConvertDialogSizeToPixels(size_width
)
19 return win
.ConvertDialogSizeToPixels(wxSize(size_width
, height
))
21 class wxEvtHandlerPtr
:
22 def __init__(self
,this
):
25 def ProcessEvent(self
,arg0
):
26 val
= windowsc
.wxEvtHandler_ProcessEvent(self
.this
,arg0
.this
)
28 def Connect(self
,arg0
,arg1
,arg2
,arg3
):
29 val
= windowsc
.wxEvtHandler_Connect(self
.this
,arg0
,arg1
,arg2
,arg3
)
32 return "<C wxEvtHandler instance>"
33 class wxEvtHandler(wxEvtHandlerPtr
):
34 def __init__(self
,this
):
40 class wxWindowPtr(wxEvtHandlerPtr
):
41 def __init__(self
,this
):
44 def CaptureMouse(self
):
45 val
= windowsc
.wxWindow_CaptureMouse(self
.this
)
47 def Center(self
,*args
):
48 val
= apply(windowsc
.wxWindow_Center
,(self
.this
,)+args
)
50 def Centre(self
,*args
):
51 val
= apply(windowsc
.wxWindow_Centre
,(self
.this
,)+args
)
53 def CentreOnParent(self
,*args
):
54 val
= apply(windowsc
.wxWindow_CentreOnParent
,(self
.this
,)+args
)
56 def CenterOnParent(self
,*args
):
57 val
= apply(windowsc
.wxWindow_CenterOnParent
,(self
.this
,)+args
)
59 def ClientToScreenXY(self
,arg0
,arg1
):
60 val
= windowsc
.wxWindow_ClientToScreenXY(self
.this
,arg0
,arg1
)
62 def ClientToScreen(self
,arg0
):
63 val
= windowsc
.wxWindow_ClientToScreen(self
.this
,arg0
.this
)
67 def Close(self
,*args
):
68 val
= apply(windowsc
.wxWindow_Close
,(self
.this
,)+args
)
71 val
= windowsc
.wxWindow_Destroy(self
.this
)
73 def DestroyChildren(self
):
74 val
= windowsc
.wxWindow_DestroyChildren(self
.this
)
76 def Enable(self
,arg0
):
77 val
= windowsc
.wxWindow_Enable(self
.this
,arg0
)
79 def FindWindowById(self
,arg0
):
80 val
= windowsc
.wxWindow_FindWindowById(self
.this
,arg0
)
81 val
= wxWindowPtr(val
)
83 def FindWindowByName(self
,arg0
):
84 val
= windowsc
.wxWindow_FindWindowByName(self
.this
,arg0
)
85 val
= wxWindowPtr(val
)
88 val
= windowsc
.wxWindow_Fit(self
.this
)
90 def GetBackgroundColour(self
):
91 val
= windowsc
.wxWindow_GetBackgroundColour(self
.this
)
92 val
= wxColourPtr(val
)
95 def GetCharHeight(self
):
96 val
= windowsc
.wxWindow_GetCharHeight(self
.this
)
98 def GetCharWidth(self
):
99 val
= windowsc
.wxWindow_GetCharWidth(self
.this
)
101 def GetClientSizeTuple(self
):
102 val
= windowsc
.wxWindow_GetClientSizeTuple(self
.this
)
104 def GetClientSize(self
):
105 val
= windowsc
.wxWindow_GetClientSize(self
.this
)
109 def GetConstraints(self
):
110 val
= windowsc
.wxWindow_GetConstraints(self
.this
)
111 val
= wxLayoutConstraintsPtr(val
)
114 val
= windowsc
.wxWindow_GetFont(self
.this
)
117 def GetForegroundColour(self
):
118 val
= windowsc
.wxWindow_GetForegroundColour(self
.this
)
119 val
= wxColourPtr(val
)
122 def GetGrandParent(self
):
123 val
= windowsc
.wxWindow_GetGrandParent(self
.this
)
124 val
= wxWindowPtr(val
)
127 val
= windowsc
.wxWindow_GetId(self
.this
)
130 val
= windowsc
.wxWindow_GetLabel(self
.this
)
132 def SetLabel(self
,arg0
):
133 val
= windowsc
.wxWindow_SetLabel(self
.this
,arg0
)
136 val
= windowsc
.wxWindow_GetName(self
.this
)
139 val
= windowsc
.wxWindow_GetParent(self
.this
)
140 val
= wxWindowPtr(val
)
142 def GetPositionTuple(self
):
143 val
= windowsc
.wxWindow_GetPositionTuple(self
.this
)
145 def GetPosition(self
):
146 val
= windowsc
.wxWindow_GetPosition(self
.this
)
147 val
= wxPointPtr(val
)
151 val
= windowsc
.wxWindow_GetRect(self
.this
)
155 def GetScrollThumb(self
,arg0
):
156 val
= windowsc
.wxWindow_GetScrollThumb(self
.this
,arg0
)
158 def GetScrollPos(self
,arg0
):
159 val
= windowsc
.wxWindow_GetScrollPos(self
.this
,arg0
)
161 def GetScrollRange(self
,arg0
):
162 val
= windowsc
.wxWindow_GetScrollRange(self
.this
,arg0
)
164 def GetSizeTuple(self
):
165 val
= windowsc
.wxWindow_GetSizeTuple(self
.this
)
168 val
= windowsc
.wxWindow_GetSize(self
.this
)
172 def GetTextExtent(self
,arg0
):
173 val
= windowsc
.wxWindow_GetTextExtent(self
.this
,arg0
)
175 def GetFullTextExtent(self
,arg0
,*args
):
176 argl
= map(None,args
)
177 try: argl
[0] = argl
[0].this
180 val
= apply(windowsc
.wxWindow_GetFullTextExtent
,(self
.this
,arg0
,)+args
)
183 val
= windowsc
.wxWindow_GetTitle(self
.this
)
185 def GetWindowStyleFlag(self
):
186 val
= windowsc
.wxWindow_GetWindowStyleFlag(self
.this
)
189 val
= windowsc
.wxWindow_Hide(self
.this
)
191 def InitDialog(self
):
192 val
= windowsc
.wxWindow_InitDialog(self
.this
)
195 val
= windowsc
.wxWindow_IsEnabled(self
.this
)
197 def IsRetained(self
):
198 val
= windowsc
.wxWindow_IsRetained(self
.this
)
201 val
= windowsc
.wxWindow_IsShown(self
.this
)
203 def IsTopLevel(self
):
204 val
= windowsc
.wxWindow_IsTopLevel(self
.this
)
207 val
= windowsc
.wxWindow_Layout(self
.this
)
209 def LoadFromResource(self
,arg0
,arg1
,*args
):
210 val
= apply(windowsc
.wxWindow_LoadFromResource
,(self
.this
,arg0
.this
,arg1
,)+args
)
213 val
= windowsc
.wxWindow_Lower(self
.this
)
215 def MakeModal(self
,arg0
):
216 val
= windowsc
.wxWindow_MakeModal(self
.this
,arg0
)
218 def MoveXY(self
,arg0
,arg1
):
219 val
= windowsc
.wxWindow_MoveXY(self
.this
,arg0
,arg1
)
222 val
= windowsc
.wxWindow_Move(self
.this
,arg0
.this
)
224 def PopupMenu(self
,arg0
,arg1
,arg2
):
225 val
= windowsc
.wxWindow_PopupMenu(self
.this
,arg0
.this
,arg1
,arg2
)
228 val
= windowsc
.wxWindow_Raise(self
.this
)
230 def Refresh(self
,*args
):
231 argl
= map(None,args
)
232 try: argl
[1] = argl
[1].this
235 val
= apply(windowsc
.wxWindow_Refresh
,(self
.this
,)+args
)
237 def ReleaseMouse(self
):
238 val
= windowsc
.wxWindow_ReleaseMouse(self
.this
)
240 def Reparent(self
,arg0
):
241 val
= windowsc
.wxWindow_Reparent(self
.this
,arg0
.this
)
243 def ScreenToClientXY(self
,arg0
,arg1
):
244 val
= windowsc
.wxWindow_ScreenToClientXY(self
.this
,arg0
,arg1
)
246 def ScreenToClient(self
,arg0
):
247 val
= windowsc
.wxWindow_ScreenToClient(self
.this
,arg0
.this
)
248 val
= wxPointPtr(val
)
251 def ScrollWindow(self
,arg0
,arg1
,*args
):
252 argl
= map(None,args
)
253 try: argl
[0] = argl
[0].this
256 val
= apply(windowsc
.wxWindow_ScrollWindow
,(self
.this
,arg0
,arg1
,)+args
)
258 def SetAcceleratorTable(self
,arg0
):
259 val
= windowsc
.wxWindow_SetAcceleratorTable(self
.this
,arg0
.this
)
261 def SetAutoLayout(self
,arg0
):
262 val
= windowsc
.wxWindow_SetAutoLayout(self
.this
,arg0
)
264 def SetBackgroundColour(self
,arg0
):
265 val
= windowsc
.wxWindow_SetBackgroundColour(self
.this
,arg0
.this
)
267 def SetConstraints(self
,arg0
):
268 val
= windowsc
.wxWindow_SetConstraints(self
.this
,arg0
.this
)
271 val
= windowsc
.wxWindow_SetFocus(self
.this
)
273 def SetFont(self
,arg0
):
274 val
= windowsc
.wxWindow_SetFont(self
.this
,arg0
.this
)
276 def SetForegroundColour(self
,arg0
):
277 val
= windowsc
.wxWindow_SetForegroundColour(self
.this
,arg0
.this
)
279 def SetId(self
,arg0
):
280 val
= windowsc
.wxWindow_SetId(self
.this
,arg0
)
282 def SetName(self
,arg0
):
283 val
= windowsc
.wxWindow_SetName(self
.this
,arg0
)
285 def SetScrollbar(self
,arg0
,arg1
,arg2
,arg3
,*args
):
286 val
= apply(windowsc
.wxWindow_SetScrollbar
,(self
.this
,arg0
,arg1
,arg2
,arg3
,)+args
)
288 def SetScrollPos(self
,arg0
,arg1
,*args
):
289 val
= apply(windowsc
.wxWindow_SetScrollPos
,(self
.this
,arg0
,arg1
,)+args
)
291 def SetDimensions(self
,arg0
,arg1
,arg2
,arg3
,*args
):
292 val
= apply(windowsc
.wxWindow_SetDimensions
,(self
.this
,arg0
,arg1
,arg2
,arg3
,)+args
)
294 def SetSize(self
,arg0
):
295 val
= windowsc
.wxWindow_SetSize(self
.this
,arg0
.this
)
297 def SetPosition(self
,arg0
):
298 val
= windowsc
.wxWindow_SetPosition(self
.this
,arg0
.this
)
300 def SetSizeHints(self
,*args
):
301 val
= apply(windowsc
.wxWindow_SetSizeHints
,(self
.this
,)+args
)
303 def SetClientSizeWH(self
,arg0
,arg1
):
304 val
= windowsc
.wxWindow_SetClientSizeWH(self
.this
,arg0
,arg1
)
306 def SetClientSize(self
,arg0
):
307 val
= windowsc
.wxWindow_SetClientSize(self
.this
,arg0
.this
)
309 def SetCursor(self
,arg0
):
310 val
= windowsc
.wxWindow_SetCursor(self
.this
,arg0
.this
)
312 def SetTitle(self
,arg0
):
313 val
= windowsc
.wxWindow_SetTitle(self
.this
,arg0
)
316 val
= windowsc
.wxWindow_Show(self
.this
,arg0
)
318 def TransferDataFromWindow(self
):
319 val
= windowsc
.wxWindow_TransferDataFromWindow(self
.this
)
321 def TransferDataToWindow(self
):
322 val
= windowsc
.wxWindow_TransferDataToWindow(self
.this
)
325 val
= windowsc
.wxWindow_Validate(self
.this
)
327 def WarpPointer(self
,arg0
,arg1
):
328 val
= windowsc
.wxWindow_WarpPointer(self
.this
,arg0
,arg1
)
330 def ConvertDialogPointToPixels(self
,arg0
):
331 val
= windowsc
.wxWindow_ConvertDialogPointToPixels(self
.this
,arg0
.this
)
332 val
= wxPointPtr(val
)
335 def ConvertDialogSizeToPixels(self
,arg0
):
336 val
= windowsc
.wxWindow_ConvertDialogSizeToPixels(self
.this
,arg0
.this
)
340 def DLG_PNT(self
,arg0
):
341 val
= windowsc
.wxWindow_DLG_PNT(self
.this
,arg0
.this
)
342 val
= wxPointPtr(val
)
345 def DLG_SZE(self
,arg0
):
346 val
= windowsc
.wxWindow_DLG_SZE(self
.this
,arg0
.this
)
350 def ConvertPixelPointToDialog(self
,arg0
):
351 val
= windowsc
.wxWindow_ConvertPixelPointToDialog(self
.this
,arg0
.this
)
352 val
= wxPointPtr(val
)
355 def ConvertPixelSizeToDialog(self
,arg0
):
356 val
= windowsc
.wxWindow_ConvertPixelSizeToDialog(self
.this
,arg0
.this
)
360 def SetToolTipString(self
,arg0
):
361 val
= windowsc
.wxWindow_SetToolTipString(self
.this
,arg0
)
363 def SetToolTip(self
,arg0
):
364 val
= windowsc
.wxWindow_SetToolTip(self
.this
,arg0
.this
)
366 def GetToolTip(self
):
367 val
= windowsc
.wxWindow_GetToolTip(self
.this
)
368 val
= wxToolTipPtr(val
)
371 return "<C wxWindow instance>"
372 class wxWindow(wxWindowPtr
):
373 def __init__(self
,arg0
,arg1
,*args
) :
374 argl
= map(None,args
)
375 try: argl
[0] = argl
[0].this
377 try: argl
[1] = argl
[1].this
380 self
.this
= apply(windowsc
.new_wxWindow
,(arg0
.this
,arg1
,)+args
)
382 wx
._StdWindowCallbacks
(self
)
387 class wxPanelPtr(wxWindowPtr
):
388 def __init__(self
,this
):
391 def InitDialog(self
):
392 val
= windowsc
.wxPanel_InitDialog(self
.this
)
394 def GetDefaultItem(self
):
395 val
= windowsc
.wxPanel_GetDefaultItem(self
.this
)
396 val
= wxButtonPtr(val
)
398 def SetDefaultItem(self
,arg0
):
399 val
= windowsc
.wxPanel_SetDefaultItem(self
.this
,arg0
.this
)
402 return "<C wxPanel instance>"
404 def GetDefaultItem(self
):
406 val
= windowsc
.wxPanel_GetDefaultItem(self
.this
)
407 val
= controls
.wxButtonPtr(val
)
410 class wxPanel(wxPanelPtr
):
411 def __init__(self
,arg0
,arg1
,*args
) :
412 argl
= map(None,args
)
413 try: argl
[0] = argl
[0].this
415 try: argl
[1] = argl
[1].this
418 self
.this
= apply(windowsc
.new_wxPanel
,(arg0
.this
,arg1
,)+args
)
420 wx
._StdWindowCallbacks
(self
)
425 class wxDialogPtr(wxPanelPtr
):
426 def __init__(self
,this
):
429 def Centre(self
,*args
):
430 val
= apply(windowsc
.wxDialog_Centre
,(self
.this
,)+args
)
432 def EndModal(self
,arg0
):
433 val
= windowsc
.wxDialog_EndModal(self
.this
,arg0
)
436 val
= windowsc
.wxDialog_GetTitle(self
.this
)
438 def Iconize(self
,arg0
):
439 val
= windowsc
.wxDialog_Iconize(self
.this
,arg0
)
441 def IsIconized(self
):
442 val
= windowsc
.wxDialog_IsIconized(self
.this
)
444 def SetModal(self
,arg0
):
445 val
= windowsc
.wxDialog_SetModal(self
.this
,arg0
)
448 val
= windowsc
.wxDialog_IsModal(self
.this
)
450 def SetTitle(self
,arg0
):
451 val
= windowsc
.wxDialog_SetTitle(self
.this
,arg0
)
454 val
= windowsc
.wxDialog_Show(self
.this
,arg0
)
457 val
= windowsc
.wxDialog_ShowModal(self
.this
)
459 def GetReturnCode(self
):
460 val
= windowsc
.wxDialog_GetReturnCode(self
.this
)
462 def SetReturnCode(self
,arg0
):
463 val
= windowsc
.wxDialog_SetReturnCode(self
.this
,arg0
)
466 return "<C wxDialog instance>"
467 class wxDialog(wxDialogPtr
):
468 def __init__(self
,arg0
,arg1
,arg2
,*args
) :
469 argl
= map(None,args
)
470 try: argl
[0] = argl
[0].this
472 try: argl
[1] = argl
[1].this
475 self
.this
= apply(windowsc
.new_wxDialog
,(arg0
.this
,arg1
,arg2
,)+args
)
477 wx
._StdDialogCallbacks
(self
)
482 class wxScrolledWindowPtr(wxPanelPtr
):
483 def __init__(self
,this
):
486 def EnableScrolling(self
,arg0
,arg1
):
487 val
= windowsc
.wxScrolledWindow_EnableScrolling(self
.this
,arg0
,arg1
)
489 def GetScrollPixelsPerUnit(self
):
490 val
= windowsc
.wxScrolledWindow_GetScrollPixelsPerUnit(self
.this
)
492 def GetVirtualSize(self
):
493 val
= windowsc
.wxScrolledWindow_GetVirtualSize(self
.this
)
495 def IsRetained(self
):
496 val
= windowsc
.wxScrolledWindow_IsRetained(self
.this
)
498 def PrepareDC(self
,arg0
):
499 val
= windowsc
.wxScrolledWindow_PrepareDC(self
.this
,arg0
.this
)
501 def Scroll(self
,arg0
,arg1
):
502 val
= windowsc
.wxScrolledWindow_Scroll(self
.this
,arg0
,arg1
)
504 def SetScrollbars(self
,arg0
,arg1
,arg2
,arg3
,*args
):
505 val
= apply(windowsc
.wxScrolledWindow_SetScrollbars
,(self
.this
,arg0
,arg1
,arg2
,arg3
,)+args
)
508 val
= windowsc
.wxScrolledWindow_ViewStart(self
.this
)
511 return "<C wxScrolledWindow instance>"
512 class wxScrolledWindow(wxScrolledWindowPtr
):
513 def __init__(self
,arg0
,*args
) :
514 argl
= map(None,args
)
515 try: argl
[1] = argl
[1].this
517 try: argl
[2] = argl
[2].this
520 self
.this
= apply(windowsc
.new_wxScrolledWindow
,(arg0
.this
,)+args
)
522 wx
._StdWindowCallbacks
(self
)
523 wx
._StdOnScrollCallbacks
(self
)
528 class wxMenuPtr(wxEvtHandlerPtr
):
529 def __init__(self
,this
):
532 def Append(self
,arg0
,arg1
,*args
):
533 val
= apply(windowsc
.wxMenu_Append
,(self
.this
,arg0
,arg1
,)+args
)
535 def AppendMenu(self
,arg0
,arg1
,arg2
,*args
):
536 val
= apply(windowsc
.wxMenu_AppendMenu
,(self
.this
,arg0
,arg1
,arg2
.this
,)+args
)
538 def AppendSeparator(self
):
539 val
= windowsc
.wxMenu_AppendSeparator(self
.this
)
542 val
= windowsc
.wxMenu_Break(self
.this
)
544 def Check(self
,arg0
,arg1
):
545 val
= windowsc
.wxMenu_Check(self
.this
,arg0
,arg1
)
547 def Enable(self
,arg0
,arg1
):
548 val
= windowsc
.wxMenu_Enable(self
.this
,arg0
,arg1
)
550 def FindItem(self
,arg0
):
551 val
= windowsc
.wxMenu_FindItem(self
.this
,arg0
)
554 val
= windowsc
.wxMenu_GetTitle(self
.this
)
556 def SetTitle(self
,arg0
):
557 val
= windowsc
.wxMenu_SetTitle(self
.this
,arg0
)
559 def FindItemForId(self
,arg0
):
560 val
= windowsc
.wxMenu_FindItemForId(self
.this
,arg0
)
561 val
= wxMenuItemPtr(val
)
563 def GetHelpString(self
,arg0
):
564 val
= windowsc
.wxMenu_GetHelpString(self
.this
,arg0
)
566 def GetLabel(self
,arg0
):
567 val
= windowsc
.wxMenu_GetLabel(self
.this
,arg0
)
569 def SetHelpString(self
,arg0
,arg1
):
570 val
= windowsc
.wxMenu_SetHelpString(self
.this
,arg0
,arg1
)
572 def IsChecked(self
,arg0
):
573 val
= windowsc
.wxMenu_IsChecked(self
.this
,arg0
)
575 def IsEnabled(self
,arg0
):
576 val
= windowsc
.wxMenu_IsEnabled(self
.this
,arg0
)
578 def SetLabel(self
,arg0
,arg1
):
579 val
= windowsc
.wxMenu_SetLabel(self
.this
,arg0
,arg1
)
582 return "<C wxMenu instance>"
583 class wxMenu(wxMenuPtr
):
584 def __init__(self
,*args
) :
585 self
.this
= apply(windowsc
.new_wxMenu
,()+args
)
591 class wxPyMenuPtr(wxMenuPtr
):
592 def __init__(self
,this
):
596 if self
.thisown
== 1 :
597 windowsc
.delete_wxPyMenu(self
.this
)
599 return "<C wxPyMenu instance>"
600 class wxPyMenu(wxPyMenuPtr
):
601 def __init__(self
,*args
) :
602 self
.this
= apply(windowsc
.new_wxPyMenu
,()+args
)
608 class wxMenuBarPtr(wxEvtHandlerPtr
):
609 def __init__(self
,this
):
612 def Append(self
,arg0
,arg1
):
613 val
= windowsc
.wxMenuBar_Append(self
.this
,arg0
.this
,arg1
)
615 def Check(self
,arg0
,arg1
):
616 val
= windowsc
.wxMenuBar_Check(self
.this
,arg0
,arg1
)
618 def Checked(self
,arg0
):
619 val
= windowsc
.wxMenuBar_Checked(self
.this
,arg0
)
621 def Enable(self
,arg0
,arg1
):
622 val
= windowsc
.wxMenuBar_Enable(self
.this
,arg0
,arg1
)
624 def Enabled(self
,arg0
):
625 val
= windowsc
.wxMenuBar_Enabled(self
.this
,arg0
)
627 def FindMenuItem(self
,arg0
,arg1
):
628 val
= windowsc
.wxMenuBar_FindMenuItem(self
.this
,arg0
,arg1
)
630 def FindItemForId(self
,arg0
):
631 val
= windowsc
.wxMenuBar_FindItemForId(self
.this
,arg0
)
632 val
= wxMenuItemPtr(val
)
634 def GetMenuCount(self
):
635 val
= windowsc
.wxMenuBar_GetMenuCount(self
.this
)
637 def GetMenu(self
,arg0
):
638 val
= windowsc
.wxMenuBar_GetMenu(self
.this
,arg0
)
642 return "<C wxMenuBar instance>"
643 class wxMenuBar(wxMenuBarPtr
):
645 self
.this
= windowsc
.new_wxMenuBar()
651 class wxMenuItemPtr
:
652 def __init__(self
,this
):
655 def IsSeparator(self
):
656 val
= windowsc
.wxMenuItem_IsSeparator(self
.this
)
659 val
= windowsc
.wxMenuItem_IsEnabled(self
.this
)
662 val
= windowsc
.wxMenuItem_IsChecked(self
.this
)
664 def IsCheckable(self
):
665 val
= windowsc
.wxMenuItem_IsCheckable(self
.this
)
668 val
= windowsc
.wxMenuItem_GetId(self
.this
)
670 def GetSubMenu(self
):
671 val
= windowsc
.wxMenuItem_GetSubMenu(self
.this
)
674 def SetName(self
,arg0
):
675 val
= windowsc
.wxMenuItem_SetName(self
.this
,arg0
)
678 val
= windowsc
.wxMenuItem_GetName(self
.this
)
681 val
= windowsc
.wxMenuItem_GetHelp(self
.this
)
683 def SetHelp(self
,arg0
):
684 val
= windowsc
.wxMenuItem_SetHelp(self
.this
,arg0
)
686 def Enable(self
,*args
):
687 val
= apply(windowsc
.wxMenuItem_Enable
,(self
.this
,)+args
)
689 def Check(self
,*args
):
690 val
= apply(windowsc
.wxMenuItem_Check
,(self
.this
,)+args
)
693 return "<C wxMenuItem instance>"
694 class wxMenuItem(wxMenuItemPtr
):
696 self
.this
= windowsc
.new_wxMenuItem()
704 #-------------- FUNCTION WRAPPERS ------------------
708 #-------------- VARIABLE WRAPPERS ------------------