1 # This file was created automatically by SWIG.
7 class wxEvtHandlerPtr
:
8 def __init__(self
,this
):
11 def Connect(self
,arg0
,arg1
,arg2
,arg3
):
12 val
= windowsc
.wxEvtHandler_Connect(self
.this
,arg0
,arg1
,arg2
,arg3
)
15 return "<C wxEvtHandler instance>"
16 class wxEvtHandler(wxEvtHandlerPtr
):
17 def __init__(self
,this
):
23 class wxWindowPtr(wxEvtHandlerPtr
):
24 def __init__(self
,this
):
27 def CaptureMouse(self
):
28 val
= windowsc
.wxWindow_CaptureMouse(self
.this
)
30 def Center(self
,*args
):
31 val
= apply(windowsc
.wxWindow_Center
,(self
.this
,)+args
)
33 def Centre(self
,*args
):
34 val
= apply(windowsc
.wxWindow_Centre
,(self
.this
,)+args
)
36 def ClientToScreen(self
,arg0
,arg1
):
37 val
= windowsc
.wxWindow_ClientToScreen(self
.this
,arg0
,arg1
)
39 def Close(self
,*args
):
40 val
= apply(windowsc
.wxWindow_Close
,(self
.this
,)+args
)
43 val
= windowsc
.wxWindow_Destroy(self
.this
)
45 def DestroyChildren(self
):
46 val
= windowsc
.wxWindow_DestroyChildren(self
.this
)
48 def Enable(self
,arg0
):
49 val
= windowsc
.wxWindow_Enable(self
.this
,arg0
)
51 def FindWindowByID(self
,arg0
):
52 val
= windowsc
.wxWindow_FindWindowByID(self
.this
,arg0
)
53 val
= wxWindowPtr(val
)
55 def FindWindowByName(self
,arg0
):
56 val
= windowsc
.wxWindow_FindWindowByName(self
.this
,arg0
)
57 val
= wxWindowPtr(val
)
60 val
= windowsc
.wxWindow_Fit(self
.this
)
62 def GetBackgroundColour(self
):
63 val
= windowsc
.wxWindow_GetBackgroundColour(self
.this
)
64 val
= wxColourPtr(val
)
67 def GetCharHeight(self
):
68 val
= windowsc
.wxWindow_GetCharHeight(self
.this
)
70 def GetCharWidth(self
):
71 val
= windowsc
.wxWindow_GetCharWidth(self
.this
)
73 def GetClientSize(self
):
74 val
= windowsc
.wxWindow_GetClientSize(self
.this
)
76 def GetConstraints(self
):
77 val
= windowsc
.wxWindow_GetConstraints(self
.this
)
78 val
= wxLayoutConstraintsPtr(val
)
81 val
= windowsc
.wxWindow_GetFont(self
.this
)
84 def GetForegroundColour(self
):
85 val
= windowsc
.wxWindow_GetForegroundColour(self
.this
)
86 val
= wxColourPtr(val
)
89 def GetGrandParent(self
):
90 val
= windowsc
.wxWindow_GetGrandParent(self
.this
)
91 val
= wxWindowPtr(val
)
94 val
= windowsc
.wxWindow_GetId(self
.this
)
96 def GetPosition(self
):
97 val
= windowsc
.wxWindow_GetPosition(self
.this
)
100 val
= windowsc
.wxWindow_GetLabel(self
.this
)
103 val
= windowsc
.wxWindow_GetName(self
.this
)
106 val
= windowsc
.wxWindow_GetParent(self
.this
)
107 val
= wxWindowPtr(val
)
109 def GetReturnCode(self
):
110 val
= windowsc
.wxWindow_GetReturnCode(self
.this
)
112 def GetScrollThumb(self
,arg0
):
113 val
= windowsc
.wxWindow_GetScrollThumb(self
.this
,arg0
)
115 def GetScrollPos(self
,arg0
):
116 val
= windowsc
.wxWindow_GetScrollPos(self
.this
,arg0
)
118 def GetScrollRange(self
,arg0
):
119 val
= windowsc
.wxWindow_GetScrollRange(self
.this
,arg0
)
122 val
= windowsc
.wxWindow_GetSize(self
.this
)
124 def GetTextExtent(self
,arg0
):
125 val
= windowsc
.wxWindow_GetTextExtent(self
.this
,arg0
)
128 val
= windowsc
.wxWindow_GetTitle(self
.this
)
130 def GetWindowStyleFlag(self
):
131 val
= windowsc
.wxWindow_GetWindowStyleFlag(self
.this
)
133 def InitDialog(self
):
134 val
= windowsc
.wxWindow_InitDialog(self
.this
)
137 val
= windowsc
.wxWindow_IsEnabled(self
.this
)
139 def IsRetained(self
):
140 val
= windowsc
.wxWindow_IsRetained(self
.this
)
143 val
= windowsc
.wxWindow_IsShown(self
.this
)
146 val
= windowsc
.wxWindow_Layout(self
.this
)
148 def LoadFromResource(self
,arg0
,arg1
,*args
):
149 val
= apply(windowsc
.wxWindow_LoadFromResource
,(self
.this
,arg0
.this
,arg1
,)+args
)
152 val
= windowsc
.wxWindow_Lower(self
.this
)
154 def MakeModal(self
,arg0
):
155 val
= windowsc
.wxWindow_MakeModal(self
.this
,arg0
)
157 def Move(self
,arg0
,arg1
):
158 val
= windowsc
.wxWindow_Move(self
.this
,arg0
,arg1
)
160 def PopupMenu(self
,arg0
,arg1
,arg2
):
161 val
= windowsc
.wxWindow_PopupMenu(self
.this
,arg0
.this
,arg1
,arg2
)
164 val
= windowsc
.wxWindow_Raise(self
.this
)
166 def Refresh(self
,*args
):
167 argl
= map(None,args
)
168 try: argl
[1] = argl
[1].this
171 val
= apply(windowsc
.wxWindow_Refresh
,(self
.this
,)+args
)
173 def ReleaseMouse(self
):
174 val
= windowsc
.wxWindow_ReleaseMouse(self
.this
)
176 def ScreenToClient(self
,arg0
,arg1
):
177 val
= windowsc
.wxWindow_ScreenToClient(self
.this
,arg0
,arg1
)
179 def ScrollWindow(self
,arg0
,arg1
,*args
):
180 argl
= map(None,args
)
181 try: argl
[0] = argl
[0].this
184 val
= apply(windowsc
.wxWindow_ScrollWindow
,(self
.this
,arg0
,arg1
,)+args
)
186 def SetAutoLayout(self
,arg0
):
187 val
= windowsc
.wxWindow_SetAutoLayout(self
.this
,arg0
)
189 def SetBackgroundColour(self
,arg0
):
190 val
= windowsc
.wxWindow_SetBackgroundColour(self
.this
,arg0
.this
)
192 def SetConstraints(self
,arg0
):
193 val
= windowsc
.wxWindow_SetConstraints(self
.this
,arg0
.this
)
195 def SetDoubleClick(self
,arg0
):
196 val
= windowsc
.wxWindow_SetDoubleClick(self
.this
,arg0
)
199 val
= windowsc
.wxWindow_SetFocus(self
.this
)
201 def SetFont(self
,arg0
):
202 val
= windowsc
.wxWindow_SetFont(self
.this
,arg0
.this
)
204 def SetForegroundColour(self
,arg0
):
205 val
= windowsc
.wxWindow_SetForegroundColour(self
.this
,arg0
.this
)
207 def SetId(self
,arg0
):
208 val
= windowsc
.wxWindow_SetId(self
.this
,arg0
)
210 def SetName(self
,arg0
):
211 val
= windowsc
.wxWindow_SetName(self
.this
,arg0
)
213 def SetReturnCode(self
,arg0
):
214 val
= windowsc
.wxWindow_SetReturnCode(self
.this
,arg0
)
216 def SetScrollbar(self
,arg0
,arg1
,arg2
,arg3
,*args
):
217 val
= apply(windowsc
.wxWindow_SetScrollbar
,(self
.this
,arg0
,arg1
,arg2
,arg3
,)+args
)
219 def SetScrollPos(self
,arg0
,arg1
,*args
):
220 val
= apply(windowsc
.wxWindow_SetScrollPos
,(self
.this
,arg0
,arg1
,)+args
)
222 def SetDimensions(self
,arg0
,arg1
,arg2
,arg3
,*args
):
223 val
= apply(windowsc
.wxWindow_SetDimensions
,(self
.this
,arg0
,arg1
,arg2
,arg3
,)+args
)
225 def SetSize(self
,arg0
):
226 val
= windowsc
.wxWindow_SetSize(self
.this
,arg0
.this
)
228 def SetPosition(self
,arg0
):
229 val
= windowsc
.wxWindow_SetPosition(self
.this
,arg0
.this
)
231 def SetSizeHints(self
,*args
):
232 val
= apply(windowsc
.wxWindow_SetSizeHints
,(self
.this
,)+args
)
234 def SetClientSize(self
,arg0
,arg1
):
235 val
= windowsc
.wxWindow_SetClientSize(self
.this
,arg0
,arg1
)
237 def SetCursor(self
,arg0
):
238 val
= windowsc
.wxWindow_SetCursor(self
.this
,arg0
.this
)
240 def SetTitle(self
,arg0
):
241 val
= windowsc
.wxWindow_SetTitle(self
.this
,arg0
)
244 val
= windowsc
.wxWindow_Show(self
.this
,arg0
)
246 def TransferDataFromWindow(self
):
247 val
= windowsc
.wxWindow_TransferDataFromWindow(self
.this
)
249 def TransferDataToWindow(self
):
250 val
= windowsc
.wxWindow_TransferDataToWindow(self
.this
)
253 val
= windowsc
.wxWindow_Validate(self
.this
)
256 return "<C wxWindow instance>"
257 class wxWindow(wxWindowPtr
):
258 def __init__(self
,arg0
,arg1
,*args
) :
259 argl
= map(None,args
)
260 try: argl
[0] = argl
[0].this
262 try: argl
[1] = argl
[1].this
265 self
.this
= apply(windowsc
.new_wxWindow
,(arg0
.this
,arg1
,)+args
)
271 class wxFramePtr(wxWindowPtr
):
272 def __init__(self
,this
):
275 def Centre(self
,*args
):
276 val
= apply(windowsc
.wxFrame_Centre
,(self
.this
,)+args
)
278 def CreateStatusBar(self
,*args
):
279 val
= apply(windowsc
.wxFrame_CreateStatusBar
,(self
.this
,)+args
)
281 def GetMenuBar(self
):
282 val
= windowsc
.wxFrame_GetMenuBar(self
.this
)
283 val
= wxMenuBarPtr(val
)
285 def GetStatusBar(self
):
286 val
= windowsc
.wxFrame_GetStatusBar(self
.this
)
289 val
= windowsc
.wxFrame_GetTitle(self
.this
)
291 def Iconize(self
,arg0
):
292 val
= windowsc
.wxFrame_Iconize(self
.this
,arg0
)
294 def IsIconized(self
):
295 val
= windowsc
.wxFrame_IsIconized(self
.this
)
297 def Maximize(self
,arg0
):
298 val
= windowsc
.wxFrame_Maximize(self
.this
,arg0
)
300 def SetIcon(self
,arg0
):
301 val
= windowsc
.wxFrame_SetIcon(self
.this
,arg0
.this
)
303 def SetMenuBar(self
,arg0
):
304 val
= windowsc
.wxFrame_SetMenuBar(self
.this
,arg0
.this
)
306 def SetStatusText(self
,arg0
,*args
):
307 val
= apply(windowsc
.wxFrame_SetStatusText
,(self
.this
,arg0
,)+args
)
309 def SetStatusWidths(self
,arg0
,*args
):
310 val
= apply(windowsc
.wxFrame_SetStatusWidths
,(self
.this
,arg0
,)+args
)
312 def SetTitle(self
,arg0
):
313 val
= windowsc
.wxFrame_SetTitle(self
.this
,arg0
)
316 return "<C wxFrame instance>"
317 class wxFrame(wxFramePtr
):
318 def __init__(self
,arg0
,arg1
,arg2
,*args
) :
319 argl
= map(None,args
)
320 try: argl
[0] = argl
[0].this
322 try: argl
[1] = argl
[1].this
325 self
.this
= apply(windowsc
.new_wxFrame
,(arg0
.this
,arg1
,arg2
,)+args
)
331 class wxPanelPtr(wxWindowPtr
):
332 def __init__(self
,this
):
335 def InitDialog(self
):
336 val
= windowsc
.wxPanel_InitDialog(self
.this
)
339 return "<C wxPanel instance>"
340 class wxPanel(wxPanelPtr
):
341 def __init__(self
,arg0
,arg1
,*args
) :
342 argl
= map(None,args
)
343 try: argl
[0] = argl
[0].this
345 try: argl
[1] = argl
[1].this
348 self
.this
= apply(windowsc
.new_wxPanel
,(arg0
.this
,arg1
,)+args
)
354 class wxDialogPtr(wxPanelPtr
):
355 def __init__(self
,this
):
358 def Centre(self
,*args
):
359 val
= apply(windowsc
.wxDialog_Centre
,(self
.this
,)+args
)
361 def EndModal(self
,arg0
):
362 val
= windowsc
.wxDialog_EndModal(self
.this
,arg0
)
365 val
= windowsc
.wxDialog_GetTitle(self
.this
)
367 def Iconize(self
,arg0
):
368 val
= windowsc
.wxDialog_Iconize(self
.this
,arg0
)
370 def IsIconized(self
):
371 val
= windowsc
.wxDialog_IsIconized(self
.this
)
373 def SetModal(self
,arg0
):
374 val
= windowsc
.wxDialog_SetModal(self
.this
,arg0
)
377 val
= windowsc
.wxDialog_IsModal(self
.this
)
379 def SetTitle(self
,arg0
):
380 val
= windowsc
.wxDialog_SetTitle(self
.this
,arg0
)
383 val
= windowsc
.wxDialog_Show(self
.this
,arg0
)
386 val
= windowsc
.wxDialog_ShowModal(self
.this
)
389 return "<C wxDialog instance>"
390 class wxDialog(wxDialogPtr
):
391 def __init__(self
,arg0
,arg1
,arg2
,*args
) :
392 argl
= map(None,args
)
393 try: argl
[0] = argl
[0].this
395 try: argl
[1] = argl
[1].this
398 self
.this
= apply(windowsc
.new_wxDialog
,(arg0
.this
,arg1
,arg2
,)+args
)
404 class wxScrolledWindowPtr(wxWindowPtr
):
405 def __init__(self
,this
):
408 def EnableScrolling(self
,arg0
,arg1
):
409 val
= windowsc
.wxScrolledWindow_EnableScrolling(self
.this
,arg0
,arg1
)
411 def GetScrollPixelsPerUnit(self
):
412 val
= windowsc
.wxScrolledWindow_GetScrollPixelsPerUnit(self
.this
)
414 def GetVirtualSize(self
):
415 val
= windowsc
.wxScrolledWindow_GetVirtualSize(self
.this
)
417 def IsRetained(self
):
418 val
= windowsc
.wxScrolledWindow_IsRetained(self
.this
)
420 def PrepareDC(self
,arg0
):
421 val
= windowsc
.wxScrolledWindow_PrepareDC(self
.this
,arg0
.this
)
423 def Scroll(self
,arg0
,arg1
):
424 val
= windowsc
.wxScrolledWindow_Scroll(self
.this
,arg0
,arg1
)
426 def SetScrollbars(self
,arg0
,arg1
,arg2
,arg3
,*args
):
427 val
= apply(windowsc
.wxScrolledWindow_SetScrollbars
,(self
.this
,arg0
,arg1
,arg2
,arg3
,)+args
)
430 val
= windowsc
.wxScrolledWindow_ViewStart(self
.this
)
433 return "<C wxScrolledWindow instance>"
434 class wxScrolledWindow(wxScrolledWindowPtr
):
435 def __init__(self
,arg0
,*args
) :
436 argl
= map(None,args
)
437 try: argl
[1] = argl
[1].this
439 try: argl
[2] = argl
[2].this
442 self
.this
= apply(windowsc
.new_wxScrolledWindow
,(arg0
.this
,)+args
)
448 class wxMenuPtr(wxEvtHandlerPtr
):
449 def __init__(self
,this
):
452 def Append(self
,arg0
,arg1
,*args
):
453 val
= apply(windowsc
.wxMenu_Append
,(self
.this
,arg0
,arg1
,)+args
)
455 def AppendMenu(self
,arg0
,arg1
,arg2
,*args
):
456 val
= apply(windowsc
.wxMenu_AppendMenu
,(self
.this
,arg0
,arg1
,arg2
.this
,)+args
)
458 def AppendSeparator(self
):
459 val
= windowsc
.wxMenu_AppendSeparator(self
.this
)
462 val
= windowsc
.wxMenu_Break(self
.this
)
464 def Check(self
,arg0
,arg1
):
465 val
= windowsc
.wxMenu_Check(self
.this
,arg0
,arg1
)
467 def Enable(self
,arg0
,arg1
):
468 val
= windowsc
.wxMenu_Enable(self
.this
,arg0
,arg1
)
470 def FindItem(self
,arg0
):
471 val
= windowsc
.wxMenu_FindItem(self
.this
,arg0
)
473 def FindItemForId(self
,arg0
):
474 val
= windowsc
.wxMenu_FindItemForId(self
.this
,arg0
)
475 val
= wxMenuItemPtr(val
)
477 def GetHelpString(self
,arg0
):
478 val
= windowsc
.wxMenu_GetHelpString(self
.this
,arg0
)
480 def GetLabel(self
,arg0
):
481 val
= windowsc
.wxMenu_GetLabel(self
.this
,arg0
)
483 def SetHelpString(self
,arg0
,arg1
):
484 val
= windowsc
.wxMenu_SetHelpString(self
.this
,arg0
,arg1
)
486 def IsChecked(self
,arg0
):
487 val
= windowsc
.wxMenu_IsChecked(self
.this
,arg0
)
489 def IsEnabled(self
,arg0
):
490 val
= windowsc
.wxMenu_IsEnabled(self
.this
,arg0
)
492 def SetLabel(self
,arg0
,arg1
):
493 val
= windowsc
.wxMenu_SetLabel(self
.this
,arg0
,arg1
)
496 return "<C wxMenu instance>"
497 class wxMenu(wxMenuPtr
):
498 def __init__(self
,*args
) :
499 self
.this
= apply(windowsc
.new_wxMenu
,()+args
)
505 class wxPyMenuPtr(wxMenuPtr
):
506 def __init__(self
,this
):
510 if self
.thisown
== 1 :
511 windowsc
.delete_wxPyMenu(self
.this
)
513 return "<C wxPyMenu instance>"
514 class wxPyMenu(wxPyMenuPtr
):
515 def __init__(self
,*args
) :
516 self
.this
= apply(windowsc
.new_wxPyMenu
,()+args
)
522 class wxMenuBarPtr(wxEvtHandlerPtr
):
523 def __init__(self
,this
):
526 def Append(self
,arg0
,arg1
):
527 val
= windowsc
.wxMenuBar_Append(self
.this
,arg0
.this
,arg1
)
529 def Check(self
,arg0
,arg1
):
530 val
= windowsc
.wxMenuBar_Check(self
.this
,arg0
,arg1
)
532 def Checked(self
,arg0
):
533 val
= windowsc
.wxMenuBar_Checked(self
.this
,arg0
)
535 def Enable(self
,arg0
,arg1
):
536 val
= windowsc
.wxMenuBar_Enable(self
.this
,arg0
,arg1
)
538 def Enabled(self
,arg0
):
539 val
= windowsc
.wxMenuBar_Enabled(self
.this
,arg0
)
541 def FindMenuItem(self
,arg0
,arg1
):
542 val
= windowsc
.wxMenuBar_FindMenuItem(self
.this
,arg0
,arg1
)
544 def FindItemForId(self
,arg0
):
545 val
= windowsc
.wxMenuBar_FindItemForId(self
.this
,arg0
)
546 val
= wxMenuItemPtr(val
)
548 def GetMenuCount(self
):
549 val
= windowsc
.wxMenuBar_GetMenuCount(self
.this
)
551 def GetMenu(self
,arg0
):
552 val
= windowsc
.wxMenuBar_GetMenu(self
.this
,arg0
)
556 return "<C wxMenuBar instance>"
557 class wxMenuBar(wxMenuBarPtr
):
559 self
.this
= windowsc
.new_wxMenuBar()
565 class wxMenuItemPtr
:
566 def __init__(self
,this
):
569 def IsSeparator(self
):
570 val
= windowsc
.wxMenuItem_IsSeparator(self
.this
)
573 val
= windowsc
.wxMenuItem_IsEnabled(self
.this
)
576 val
= windowsc
.wxMenuItem_IsChecked(self
.this
)
578 def IsCheckable(self
):
579 val
= windowsc
.wxMenuItem_IsCheckable(self
.this
)
582 val
= windowsc
.wxMenuItem_GetId(self
.this
)
584 def GetSubMenu(self
):
585 val
= windowsc
.wxMenuItem_GetSubMenu(self
.this
)
589 val
= windowsc
.wxMenuItem_GetHelp(self
.this
)
591 def SetHelp(self
,arg0
):
592 val
= windowsc
.wxMenuItem_SetHelp(self
.this
,arg0
)
594 def Enable(self
,*args
):
595 val
= apply(windowsc
.wxMenuItem_Enable
,(self
.this
,)+args
)
597 def Check(self
,*args
):
598 val
= apply(windowsc
.wxMenuItem_Check
,(self
.this
,)+args
)
601 return "<C wxMenuItem instance>"
602 class wxMenuItem(wxMenuItemPtr
):
603 def __init__(self
,this
):
611 #-------------- FUNCTION WRAPPERS ------------------
615 #-------------- VARIABLE WRAPPERS ------------------