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 GetUpdateRegion(self
):
186 val
= windowsc
.wxWindow_GetUpdateRegion(self
.this
)
187 val
= wxRegionPtr(val
)
190 def GetWindowStyleFlag(self
):
191 val
= windowsc
.wxWindow_GetWindowStyleFlag(self
.this
)
194 val
= windowsc
.wxWindow_Hide(self
.this
)
196 def InitDialog(self
):
197 val
= windowsc
.wxWindow_InitDialog(self
.this
)
200 val
= windowsc
.wxWindow_IsEnabled(self
.this
)
202 def IsRetained(self
):
203 val
= windowsc
.wxWindow_IsRetained(self
.this
)
206 val
= windowsc
.wxWindow_IsShown(self
.this
)
208 def IsTopLevel(self
):
209 val
= windowsc
.wxWindow_IsTopLevel(self
.this
)
212 val
= windowsc
.wxWindow_Layout(self
.this
)
214 def LoadFromResource(self
,arg0
,arg1
,*args
):
215 val
= apply(windowsc
.wxWindow_LoadFromResource
,(self
.this
,arg0
.this
,arg1
,)+args
)
218 val
= windowsc
.wxWindow_Lower(self
.this
)
220 def MakeModal(self
,arg0
):
221 val
= windowsc
.wxWindow_MakeModal(self
.this
,arg0
)
223 def MoveXY(self
,arg0
,arg1
):
224 val
= windowsc
.wxWindow_MoveXY(self
.this
,arg0
,arg1
)
227 val
= windowsc
.wxWindow_Move(self
.this
,arg0
.this
)
229 def PopupMenuXY(self
,arg0
,arg1
,arg2
):
230 val
= windowsc
.wxWindow_PopupMenuXY(self
.this
,arg0
.this
,arg1
,arg2
)
232 def PopupMenu(self
,arg0
,arg1
):
233 val
= windowsc
.wxWindow_PopupMenu(self
.this
,arg0
.this
,arg1
.this
)
236 val
= windowsc
.wxWindow_Raise(self
.this
)
238 def Refresh(self
,*args
):
239 argl
= map(None,args
)
240 try: argl
[1] = argl
[1].this
243 val
= apply(windowsc
.wxWindow_Refresh
,(self
.this
,)+args
)
245 def ReleaseMouse(self
):
246 val
= windowsc
.wxWindow_ReleaseMouse(self
.this
)
248 def Reparent(self
,arg0
):
249 val
= windowsc
.wxWindow_Reparent(self
.this
,arg0
.this
)
251 def ScreenToClientXY(self
,arg0
,arg1
):
252 val
= windowsc
.wxWindow_ScreenToClientXY(self
.this
,arg0
,arg1
)
254 def ScreenToClient(self
,arg0
):
255 val
= windowsc
.wxWindow_ScreenToClient(self
.this
,arg0
.this
)
256 val
= wxPointPtr(val
)
259 def ScrollWindow(self
,arg0
,arg1
,*args
):
260 argl
= map(None,args
)
261 try: argl
[0] = argl
[0].this
264 val
= apply(windowsc
.wxWindow_ScrollWindow
,(self
.this
,arg0
,arg1
,)+args
)
266 def SetAcceleratorTable(self
,arg0
):
267 val
= windowsc
.wxWindow_SetAcceleratorTable(self
.this
,arg0
.this
)
269 def SetAutoLayout(self
,arg0
):
270 val
= windowsc
.wxWindow_SetAutoLayout(self
.this
,arg0
)
272 def SetBackgroundColour(self
,arg0
):
273 val
= windowsc
.wxWindow_SetBackgroundColour(self
.this
,arg0
.this
)
275 def SetConstraints(self
,arg0
):
276 val
= windowsc
.wxWindow_SetConstraints(self
.this
,arg0
.this
)
279 val
= windowsc
.wxWindow_SetFocus(self
.this
)
281 def SetFont(self
,arg0
):
282 val
= windowsc
.wxWindow_SetFont(self
.this
,arg0
.this
)
284 def SetForegroundColour(self
,arg0
):
285 val
= windowsc
.wxWindow_SetForegroundColour(self
.this
,arg0
.this
)
287 def SetId(self
,arg0
):
288 val
= windowsc
.wxWindow_SetId(self
.this
,arg0
)
290 def SetName(self
,arg0
):
291 val
= windowsc
.wxWindow_SetName(self
.this
,arg0
)
293 def SetScrollbar(self
,arg0
,arg1
,arg2
,arg3
,*args
):
294 val
= apply(windowsc
.wxWindow_SetScrollbar
,(self
.this
,arg0
,arg1
,arg2
,arg3
,)+args
)
296 def SetScrollPos(self
,arg0
,arg1
,*args
):
297 val
= apply(windowsc
.wxWindow_SetScrollPos
,(self
.this
,arg0
,arg1
,)+args
)
299 def SetDimensions(self
,arg0
,arg1
,arg2
,arg3
,*args
):
300 val
= apply(windowsc
.wxWindow_SetDimensions
,(self
.this
,arg0
,arg1
,arg2
,arg3
,)+args
)
302 def SetSize(self
,arg0
):
303 val
= windowsc
.wxWindow_SetSize(self
.this
,arg0
.this
)
305 def SetPosition(self
,arg0
):
306 val
= windowsc
.wxWindow_SetPosition(self
.this
,arg0
.this
)
308 def SetSizeHints(self
,*args
):
309 val
= apply(windowsc
.wxWindow_SetSizeHints
,(self
.this
,)+args
)
311 def SetClientSizeWH(self
,arg0
,arg1
):
312 val
= windowsc
.wxWindow_SetClientSizeWH(self
.this
,arg0
,arg1
)
314 def SetClientSize(self
,arg0
):
315 val
= windowsc
.wxWindow_SetClientSize(self
.this
,arg0
.this
)
317 def SetCursor(self
,arg0
):
318 val
= windowsc
.wxWindow_SetCursor(self
.this
,arg0
.this
)
320 def SetTitle(self
,arg0
):
321 val
= windowsc
.wxWindow_SetTitle(self
.this
,arg0
)
324 val
= windowsc
.wxWindow_Show(self
.this
,arg0
)
326 def TransferDataFromWindow(self
):
327 val
= windowsc
.wxWindow_TransferDataFromWindow(self
.this
)
329 def TransferDataToWindow(self
):
330 val
= windowsc
.wxWindow_TransferDataToWindow(self
.this
)
333 val
= windowsc
.wxWindow_Validate(self
.this
)
335 def WarpPointer(self
,arg0
,arg1
):
336 val
= windowsc
.wxWindow_WarpPointer(self
.this
,arg0
,arg1
)
338 def ConvertDialogPointToPixels(self
,arg0
):
339 val
= windowsc
.wxWindow_ConvertDialogPointToPixels(self
.this
,arg0
.this
)
340 val
= wxPointPtr(val
)
343 def ConvertDialogSizeToPixels(self
,arg0
):
344 val
= windowsc
.wxWindow_ConvertDialogSizeToPixels(self
.this
,arg0
.this
)
348 def DLG_PNT(self
,arg0
):
349 val
= windowsc
.wxWindow_DLG_PNT(self
.this
,arg0
.this
)
350 val
= wxPointPtr(val
)
353 def DLG_SZE(self
,arg0
):
354 val
= windowsc
.wxWindow_DLG_SZE(self
.this
,arg0
.this
)
358 def ConvertPixelPointToDialog(self
,arg0
):
359 val
= windowsc
.wxWindow_ConvertPixelPointToDialog(self
.this
,arg0
.this
)
360 val
= wxPointPtr(val
)
363 def ConvertPixelSizeToDialog(self
,arg0
):
364 val
= windowsc
.wxWindow_ConvertPixelSizeToDialog(self
.this
,arg0
.this
)
368 def SetToolTipString(self
,arg0
):
369 val
= windowsc
.wxWindow_SetToolTipString(self
.this
,arg0
)
371 def SetToolTip(self
,arg0
):
372 val
= windowsc
.wxWindow_SetToolTip(self
.this
,arg0
.this
)
374 def GetToolTip(self
):
375 val
= windowsc
.wxWindow_GetToolTip(self
.this
)
376 val
= wxToolTipPtr(val
)
379 return "<C wxWindow instance>"
380 class wxWindow(wxWindowPtr
):
381 def __init__(self
,arg0
,arg1
,*args
) :
382 argl
= map(None,args
)
383 try: argl
[0] = argl
[0].this
385 try: argl
[1] = argl
[1].this
388 self
.this
= apply(windowsc
.new_wxWindow
,(arg0
.this
,arg1
,)+args
)
390 wx
._StdWindowCallbacks
(self
)
395 class wxPanelPtr(wxWindowPtr
):
396 def __init__(self
,this
):
399 def InitDialog(self
):
400 val
= windowsc
.wxPanel_InitDialog(self
.this
)
402 def GetDefaultItem(self
):
403 val
= windowsc
.wxPanel_GetDefaultItem(self
.this
)
404 val
= wxButtonPtr(val
)
406 def SetDefaultItem(self
,arg0
):
407 val
= windowsc
.wxPanel_SetDefaultItem(self
.this
,arg0
.this
)
410 return "<C wxPanel instance>"
412 def GetDefaultItem(self
):
414 val
= windowsc
.wxPanel_GetDefaultItem(self
.this
)
415 val
= controls
.wxButtonPtr(val
)
418 class wxPanel(wxPanelPtr
):
419 def __init__(self
,arg0
,arg1
,*args
) :
420 argl
= map(None,args
)
421 try: argl
[0] = argl
[0].this
423 try: argl
[1] = argl
[1].this
426 self
.this
= apply(windowsc
.new_wxPanel
,(arg0
.this
,arg1
,)+args
)
428 wx
._StdWindowCallbacks
(self
)
433 class wxDialogPtr(wxPanelPtr
):
434 def __init__(self
,this
):
437 def Centre(self
,*args
):
438 val
= apply(windowsc
.wxDialog_Centre
,(self
.this
,)+args
)
440 def EndModal(self
,arg0
):
441 val
= windowsc
.wxDialog_EndModal(self
.this
,arg0
)
444 val
= windowsc
.wxDialog_GetTitle(self
.this
)
446 def Iconize(self
,arg0
):
447 val
= windowsc
.wxDialog_Iconize(self
.this
,arg0
)
449 def IsIconized(self
):
450 val
= windowsc
.wxDialog_IsIconized(self
.this
)
452 def SetModal(self
,arg0
):
453 val
= windowsc
.wxDialog_SetModal(self
.this
,arg0
)
456 val
= windowsc
.wxDialog_IsModal(self
.this
)
458 def SetTitle(self
,arg0
):
459 val
= windowsc
.wxDialog_SetTitle(self
.this
,arg0
)
462 val
= windowsc
.wxDialog_Show(self
.this
,arg0
)
465 val
= windowsc
.wxDialog_ShowModal(self
.this
)
467 def GetReturnCode(self
):
468 val
= windowsc
.wxDialog_GetReturnCode(self
.this
)
470 def SetReturnCode(self
,arg0
):
471 val
= windowsc
.wxDialog_SetReturnCode(self
.this
,arg0
)
474 return "<C wxDialog instance>"
475 class wxDialog(wxDialogPtr
):
476 def __init__(self
,arg0
,arg1
,arg2
,*args
) :
477 argl
= map(None,args
)
478 try: argl
[0] = argl
[0].this
480 try: argl
[1] = argl
[1].this
483 self
.this
= apply(windowsc
.new_wxDialog
,(arg0
.this
,arg1
,arg2
,)+args
)
485 wx
._StdDialogCallbacks
(self
)
490 class wxScrolledWindowPtr(wxPanelPtr
):
491 def __init__(self
,this
):
494 def EnableScrolling(self
,arg0
,arg1
):
495 val
= windowsc
.wxScrolledWindow_EnableScrolling(self
.this
,arg0
,arg1
)
497 def GetScrollPixelsPerUnit(self
):
498 val
= windowsc
.wxScrolledWindow_GetScrollPixelsPerUnit(self
.this
)
500 def GetVirtualSize(self
):
501 val
= windowsc
.wxScrolledWindow_GetVirtualSize(self
.this
)
503 def IsRetained(self
):
504 val
= windowsc
.wxScrolledWindow_IsRetained(self
.this
)
506 def PrepareDC(self
,arg0
):
507 val
= windowsc
.wxScrolledWindow_PrepareDC(self
.this
,arg0
.this
)
509 def Scroll(self
,arg0
,arg1
):
510 val
= windowsc
.wxScrolledWindow_Scroll(self
.this
,arg0
,arg1
)
512 def SetScrollbars(self
,arg0
,arg1
,arg2
,arg3
,*args
):
513 val
= apply(windowsc
.wxScrolledWindow_SetScrollbars
,(self
.this
,arg0
,arg1
,arg2
,arg3
,)+args
)
516 val
= windowsc
.wxScrolledWindow_ViewStart(self
.this
)
519 return "<C wxScrolledWindow instance>"
520 class wxScrolledWindow(wxScrolledWindowPtr
):
521 def __init__(self
,arg0
,*args
) :
522 argl
= map(None,args
)
523 try: argl
[1] = argl
[1].this
525 try: argl
[2] = argl
[2].this
528 self
.this
= apply(windowsc
.new_wxScrolledWindow
,(arg0
.this
,)+args
)
530 wx
._StdWindowCallbacks
(self
)
531 wx
._StdOnScrollCallbacks
(self
)
536 class wxMenuPtr(wxEvtHandlerPtr
):
537 def __init__(self
,this
):
540 def Append(self
,arg0
,arg1
,*args
):
541 val
= apply(windowsc
.wxMenu_Append
,(self
.this
,arg0
,arg1
,)+args
)
543 def AppendMenu(self
,arg0
,arg1
,arg2
,*args
):
544 val
= apply(windowsc
.wxMenu_AppendMenu
,(self
.this
,arg0
,arg1
,arg2
.this
,)+args
)
546 def AppendSeparator(self
):
547 val
= windowsc
.wxMenu_AppendSeparator(self
.this
)
550 val
= windowsc
.wxMenu_Break(self
.this
)
552 def Check(self
,arg0
,arg1
):
553 val
= windowsc
.wxMenu_Check(self
.this
,arg0
,arg1
)
555 def Enable(self
,arg0
,arg1
):
556 val
= windowsc
.wxMenu_Enable(self
.this
,arg0
,arg1
)
558 def FindItem(self
,arg0
):
559 val
= windowsc
.wxMenu_FindItem(self
.this
,arg0
)
562 val
= windowsc
.wxMenu_GetTitle(self
.this
)
564 def SetTitle(self
,arg0
):
565 val
= windowsc
.wxMenu_SetTitle(self
.this
,arg0
)
567 def FindItemForId(self
,arg0
):
568 val
= windowsc
.wxMenu_FindItemForId(self
.this
,arg0
)
569 val
= wxMenuItemPtr(val
)
571 def GetHelpString(self
,arg0
):
572 val
= windowsc
.wxMenu_GetHelpString(self
.this
,arg0
)
574 def GetLabel(self
,arg0
):
575 val
= windowsc
.wxMenu_GetLabel(self
.this
,arg0
)
577 def SetHelpString(self
,arg0
,arg1
):
578 val
= windowsc
.wxMenu_SetHelpString(self
.this
,arg0
,arg1
)
580 def IsChecked(self
,arg0
):
581 val
= windowsc
.wxMenu_IsChecked(self
.this
,arg0
)
583 def IsEnabled(self
,arg0
):
584 val
= windowsc
.wxMenu_IsEnabled(self
.this
,arg0
)
586 def SetLabel(self
,arg0
,arg1
):
587 val
= windowsc
.wxMenu_SetLabel(self
.this
,arg0
,arg1
)
589 def UpdateUI(self
,*args
):
590 argl
= map(None,args
)
591 try: argl
[0] = argl
[0].this
594 val
= apply(windowsc
.wxMenu_UpdateUI
,(self
.this
,)+args
)
597 return "<C wxMenu instance>"
598 class wxMenu(wxMenuPtr
):
599 def __init__(self
,*args
) :
600 self
.this
= apply(windowsc
.new_wxMenu
,()+args
)
606 class wxMenuBarPtr(wxEvtHandlerPtr
):
607 def __init__(self
,this
):
610 def Append(self
,arg0
,arg1
):
611 val
= windowsc
.wxMenuBar_Append(self
.this
,arg0
.this
,arg1
)
613 def Check(self
,arg0
,arg1
):
614 val
= windowsc
.wxMenuBar_Check(self
.this
,arg0
,arg1
)
616 def Checked(self
,arg0
):
617 val
= windowsc
.wxMenuBar_Checked(self
.this
,arg0
)
619 def Enable(self
,arg0
,arg1
):
620 val
= windowsc
.wxMenuBar_Enable(self
.this
,arg0
,arg1
)
622 def Enabled(self
,arg0
):
623 val
= windowsc
.wxMenuBar_Enabled(self
.this
,arg0
)
625 def FindMenuItem(self
,arg0
,arg1
):
626 val
= windowsc
.wxMenuBar_FindMenuItem(self
.this
,arg0
,arg1
)
628 def FindItemForId(self
,arg0
):
629 val
= windowsc
.wxMenuBar_FindItemForId(self
.this
,arg0
)
630 val
= wxMenuItemPtr(val
)
632 def GetMenuCount(self
):
633 val
= windowsc
.wxMenuBar_GetMenuCount(self
.this
)
635 def GetMenu(self
,arg0
):
636 val
= windowsc
.wxMenuBar_GetMenu(self
.this
,arg0
)
640 return "<C wxMenuBar instance>"
641 class wxMenuBar(wxMenuBarPtr
):
643 self
.this
= windowsc
.new_wxMenuBar()
649 class wxMenuItemPtr
:
650 def __init__(self
,this
):
653 def IsSeparator(self
):
654 val
= windowsc
.wxMenuItem_IsSeparator(self
.this
)
657 val
= windowsc
.wxMenuItem_IsEnabled(self
.this
)
660 val
= windowsc
.wxMenuItem_IsChecked(self
.this
)
662 def IsCheckable(self
):
663 val
= windowsc
.wxMenuItem_IsCheckable(self
.this
)
666 val
= windowsc
.wxMenuItem_GetId(self
.this
)
668 def GetSubMenu(self
):
669 val
= windowsc
.wxMenuItem_GetSubMenu(self
.this
)
672 def SetName(self
,arg0
):
673 val
= windowsc
.wxMenuItem_SetName(self
.this
,arg0
)
676 val
= windowsc
.wxMenuItem_GetName(self
.this
)
679 val
= windowsc
.wxMenuItem_GetHelp(self
.this
)
681 def SetHelp(self
,arg0
):
682 val
= windowsc
.wxMenuItem_SetHelp(self
.this
,arg0
)
684 def Enable(self
,*args
):
685 val
= apply(windowsc
.wxMenuItem_Enable
,(self
.this
,)+args
)
687 def Check(self
,*args
):
688 val
= apply(windowsc
.wxMenuItem_Check
,(self
.this
,)+args
)
691 return "<C wxMenuItem instance>"
692 class wxMenuItem(wxMenuItemPtr
):
694 self
.this
= windowsc
.new_wxMenuItem()
702 #-------------- FUNCTION WRAPPERS ------------------
706 #-------------- VARIABLE WRAPPERS ------------------