1 # This file was created automatically by SWIG.
10 from clip_dnd
import *
13 def wxDLG_PNT(win
, point_or_x
, y
=None):
15 return win
.ConvertDialogPointToPixels(point_or_x
)
17 return win
.ConvertDialogPointToPixels(wxPoint(point_or_x
, y
))
19 def wxDLG_SZE(win
, size_width
, height
=None):
21 return win
.ConvertDialogSizeToPixels(size_width
)
23 return win
.ConvertDialogSizeToPixels(wxSize(size_width
, height
))
25 class wxEvtHandlerPtr(wxObjectPtr
):
26 def __init__(self
,this
):
29 def ProcessEvent(self
, *_args
, **_kwargs
):
30 val
= apply(windowsc
.wxEvtHandler_ProcessEvent
,(self
,) + _args
, _kwargs
)
32 def AddPendingEvent(self
, *_args
, **_kwargs
):
33 val
= apply(windowsc
.wxEvtHandler_AddPendingEvent
,(self
,) + _args
, _kwargs
)
35 def GetEvtHandlerEnabled(self
, *_args
, **_kwargs
):
36 val
= apply(windowsc
.wxEvtHandler_GetEvtHandlerEnabled
,(self
,) + _args
, _kwargs
)
38 def SetEvtHandlerEnabled(self
, *_args
, **_kwargs
):
39 val
= apply(windowsc
.wxEvtHandler_SetEvtHandlerEnabled
,(self
,) + _args
, _kwargs
)
41 def GetNextHandler(self
, *_args
, **_kwargs
):
42 val
= apply(windowsc
.wxEvtHandler_GetNextHandler
,(self
,) + _args
, _kwargs
)
44 def GetPreviousHandler(self
, *_args
, **_kwargs
):
45 val
= apply(windowsc
.wxEvtHandler_GetPreviousHandler
,(self
,) + _args
, _kwargs
)
47 def SetNextHandler(self
, *_args
, **_kwargs
):
48 val
= apply(windowsc
.wxEvtHandler_SetNextHandler
,(self
,) + _args
, _kwargs
)
50 def SetPreviousHandler(self
, *_args
, **_kwargs
):
51 val
= apply(windowsc
.wxEvtHandler_SetPreviousHandler
,(self
,) + _args
, _kwargs
)
53 def Connect(self
, *_args
, **_kwargs
):
54 val
= apply(windowsc
.wxEvtHandler_Connect
,(self
,) + _args
, _kwargs
)
56 def Disconnect(self
, *_args
, **_kwargs
):
57 val
= apply(windowsc
.wxEvtHandler_Disconnect
,(self
,) + _args
, _kwargs
)
59 def _setOORInfo(self
, *_args
, **_kwargs
):
60 val
= apply(windowsc
.wxEvtHandler__setOORInfo
,(self
,) + _args
, _kwargs
)
63 return "<C wxEvtHandler instance at %s>" % (self
.this
,)
64 class wxEvtHandler(wxEvtHandlerPtr
):
65 def __init__(self
,*_args
,**_kwargs
):
66 self
.this
= apply(windowsc
.new_wxEvtHandler
,_args
,_kwargs
)
72 class wxValidatorPtr(wxEvtHandlerPtr
):
73 def __init__(self
,this
):
76 def Clone(self
, *_args
, **_kwargs
):
77 val
= apply(windowsc
.wxValidator_Clone
,(self
,) + _args
, _kwargs
)
79 def GetWindow(self
, *_args
, **_kwargs
):
80 val
= apply(windowsc
.wxValidator_GetWindow
,(self
,) + _args
, _kwargs
)
82 def SetWindow(self
, *_args
, **_kwargs
):
83 val
= apply(windowsc
.wxValidator_SetWindow
,(self
,) + _args
, _kwargs
)
86 return "<C wxValidator instance at %s>" % (self
.this
,)
87 class wxValidator(wxValidatorPtr
):
88 def __init__(self
,*_args
,**_kwargs
):
89 self
.this
= apply(windowsc
.new_wxValidator
,_args
,_kwargs
)
91 self
._setOORInfo
(self
)
96 class wxPyValidatorPtr(wxValidatorPtr
):
97 def __init__(self
,this
):
100 def _setCallbackInfo(self
, *_args
, **_kwargs
):
101 val
= apply(windowsc
.wxPyValidator__setCallbackInfo
,(self
,) + _args
, _kwargs
)
104 return "<C wxPyValidator instance at %s>" % (self
.this
,)
105 class wxPyValidator(wxPyValidatorPtr
):
106 def __init__(self
,*_args
,**_kwargs
):
107 self
.this
= apply(windowsc
.new_wxPyValidator
,_args
,_kwargs
)
109 self
._setCallbackInfo
(self
, wxPyValidator
, 1)
110 self
._setOORInfo
(self
)
115 class wxWindowPtr(wxEvtHandlerPtr
):
116 def __init__(self
,this
):
119 def Create(self
, *_args
, **_kwargs
):
120 val
= apply(windowsc
.wxWindow_Create
,(self
,) + _args
, _kwargs
)
122 def Center(self
, *_args
, **_kwargs
):
123 val
= apply(windowsc
.wxWindow_Center
,(self
,) + _args
, _kwargs
)
125 def Centre(self
, *_args
, **_kwargs
):
126 val
= apply(windowsc
.wxWindow_Centre
,(self
,) + _args
, _kwargs
)
128 def CentreOnParent(self
, *_args
, **_kwargs
):
129 val
= apply(windowsc
.wxWindow_CentreOnParent
,(self
,) + _args
, _kwargs
)
131 def CenterOnParent(self
, *_args
, **_kwargs
):
132 val
= apply(windowsc
.wxWindow_CenterOnParent
,(self
,) + _args
, _kwargs
)
134 def CentreOnScreen(self
, *_args
, **_kwargs
):
135 val
= apply(windowsc
.wxWindow_CentreOnScreen
,(self
,) + _args
, _kwargs
)
137 def CenterOnScreen(self
, *_args
, **_kwargs
):
138 val
= apply(windowsc
.wxWindow_CenterOnScreen
,(self
,) + _args
, _kwargs
)
140 def Clear(self
, *_args
, **_kwargs
):
141 val
= apply(windowsc
.wxWindow_Clear
,(self
,) + _args
, _kwargs
)
143 def ClientToScreenXY(self
, *_args
, **_kwargs
):
144 val
= apply(windowsc
.wxWindow_ClientToScreenXY
,(self
,) + _args
, _kwargs
)
146 def ClientToScreen(self
, *_args
, **_kwargs
):
147 val
= apply(windowsc
.wxWindow_ClientToScreen
,(self
,) + _args
, _kwargs
)
148 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
150 def Close(self
, *_args
, **_kwargs
):
151 val
= apply(windowsc
.wxWindow_Close
,(self
,) + _args
, _kwargs
)
153 def Destroy(self
, *_args
, **_kwargs
):
154 val
= apply(windowsc
.wxWindow_Destroy
,(self
,) + _args
, _kwargs
)
156 def DestroyChildren(self
, *_args
, **_kwargs
):
157 val
= apply(windowsc
.wxWindow_DestroyChildren
,(self
,) + _args
, _kwargs
)
159 def IsBeingDeleted(self
, *_args
, **_kwargs
):
160 val
= apply(windowsc
.wxWindow_IsBeingDeleted
,(self
,) + _args
, _kwargs
)
162 def Enable(self
, *_args
, **_kwargs
):
163 val
= apply(windowsc
.wxWindow_Enable
,(self
,) + _args
, _kwargs
)
165 def FindWindowById(self
, *_args
, **_kwargs
):
166 val
= apply(windowsc
.wxWindow_FindWindowById
,(self
,) + _args
, _kwargs
)
168 def FindWindowByName(self
, *_args
, **_kwargs
):
169 val
= apply(windowsc
.wxWindow_FindWindowByName
,(self
,) + _args
, _kwargs
)
171 def Fit(self
, *_args
, **_kwargs
):
172 val
= apply(windowsc
.wxWindow_Fit
,(self
,) + _args
, _kwargs
)
174 def GetBackgroundColour(self
, *_args
, **_kwargs
):
175 val
= apply(windowsc
.wxWindow_GetBackgroundColour
,(self
,) + _args
, _kwargs
)
176 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
178 def GetBorder(self
, *_args
, **_kwargs
):
179 val
= apply(windowsc
.wxWindow_GetBorder
,(self
,) + _args
, _kwargs
)
181 def GetChildren(self
, *_args
, **_kwargs
):
182 val
= apply(windowsc
.wxWindow_GetChildren
,(self
,) + _args
, _kwargs
)
184 def GetCharHeight(self
, *_args
, **_kwargs
):
185 val
= apply(windowsc
.wxWindow_GetCharHeight
,(self
,) + _args
, _kwargs
)
187 def GetCharWidth(self
, *_args
, **_kwargs
):
188 val
= apply(windowsc
.wxWindow_GetCharWidth
,(self
,) + _args
, _kwargs
)
190 def GetClientSizeTuple(self
, *_args
, **_kwargs
):
191 val
= apply(windowsc
.wxWindow_GetClientSizeTuple
,(self
,) + _args
, _kwargs
)
193 def GetClientSize(self
, *_args
, **_kwargs
):
194 val
= apply(windowsc
.wxWindow_GetClientSize
,(self
,) + _args
, _kwargs
)
195 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
197 def GetClientAreaOrigin(self
, *_args
, **_kwargs
):
198 val
= apply(windowsc
.wxWindow_GetClientAreaOrigin
,(self
,) + _args
, _kwargs
)
199 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
201 def GetClientRect(self
, *_args
, **_kwargs
):
202 val
= apply(windowsc
.wxWindow_GetClientRect
,(self
,) + _args
, _kwargs
)
203 if val
: val
= wxRectPtr(val
) ; val
.thisown
= 1
205 def GetConstraints(self
, *_args
, **_kwargs
):
206 val
= apply(windowsc
.wxWindow_GetConstraints
,(self
,) + _args
, _kwargs
)
207 if val
: val
= wxLayoutConstraintsPtr(val
)
209 def GetEventHandler(self
, *_args
, **_kwargs
):
210 val
= apply(windowsc
.wxWindow_GetEventHandler
,(self
,) + _args
, _kwargs
)
212 def GetFont(self
, *_args
, **_kwargs
):
213 val
= apply(windowsc
.wxWindow_GetFont
,(self
,) + _args
, _kwargs
)
214 if val
: val
= wxFontPtr(val
) ; val
.thisown
= 1
216 def GetForegroundColour(self
, *_args
, **_kwargs
):
217 val
= apply(windowsc
.wxWindow_GetForegroundColour
,(self
,) + _args
, _kwargs
)
218 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
220 def GetGrandParent(self
, *_args
, **_kwargs
):
221 val
= apply(windowsc
.wxWindow_GetGrandParent
,(self
,) + _args
, _kwargs
)
223 def GetHandle(self
, *_args
, **_kwargs
):
224 val
= apply(windowsc
.wxWindow_GetHandle
,(self
,) + _args
, _kwargs
)
226 def GetId(self
, *_args
, **_kwargs
):
227 val
= apply(windowsc
.wxWindow_GetId
,(self
,) + _args
, _kwargs
)
229 def GetLabel(self
, *_args
, **_kwargs
):
230 val
= apply(windowsc
.wxWindow_GetLabel
,(self
,) + _args
, _kwargs
)
232 def SetLabel(self
, *_args
, **_kwargs
):
233 val
= apply(windowsc
.wxWindow_SetLabel
,(self
,) + _args
, _kwargs
)
235 def GetName(self
, *_args
, **_kwargs
):
236 val
= apply(windowsc
.wxWindow_GetName
,(self
,) + _args
, _kwargs
)
238 def GetParent(self
, *_args
, **_kwargs
):
239 val
= apply(windowsc
.wxWindow_GetParent
,(self
,) + _args
, _kwargs
)
241 def GetPositionTuple(self
, *_args
, **_kwargs
):
242 val
= apply(windowsc
.wxWindow_GetPositionTuple
,(self
,) + _args
, _kwargs
)
244 def GetPosition(self
, *_args
, **_kwargs
):
245 val
= apply(windowsc
.wxWindow_GetPosition
,(self
,) + _args
, _kwargs
)
246 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
248 def GetRect(self
, *_args
, **_kwargs
):
249 val
= apply(windowsc
.wxWindow_GetRect
,(self
,) + _args
, _kwargs
)
250 if val
: val
= wxRectPtr(val
) ; val
.thisown
= 1
252 def GetScrollThumb(self
, *_args
, **_kwargs
):
253 val
= apply(windowsc
.wxWindow_GetScrollThumb
,(self
,) + _args
, _kwargs
)
255 def GetScrollPos(self
, *_args
, **_kwargs
):
256 val
= apply(windowsc
.wxWindow_GetScrollPos
,(self
,) + _args
, _kwargs
)
258 def GetScrollRange(self
, *_args
, **_kwargs
):
259 val
= apply(windowsc
.wxWindow_GetScrollRange
,(self
,) + _args
, _kwargs
)
261 def GetSizeTuple(self
, *_args
, **_kwargs
):
262 val
= apply(windowsc
.wxWindow_GetSizeTuple
,(self
,) + _args
, _kwargs
)
264 def GetSize(self
, *_args
, **_kwargs
):
265 val
= apply(windowsc
.wxWindow_GetSize
,(self
,) + _args
, _kwargs
)
266 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
268 def GetTextExtent(self
, *_args
, **_kwargs
):
269 val
= apply(windowsc
.wxWindow_GetTextExtent
,(self
,) + _args
, _kwargs
)
271 def GetFullTextExtent(self
, *_args
, **_kwargs
):
272 val
= apply(windowsc
.wxWindow_GetFullTextExtent
,(self
,) + _args
, _kwargs
)
274 def GetTitle(self
, *_args
, **_kwargs
):
275 val
= apply(windowsc
.wxWindow_GetTitle
,(self
,) + _args
, _kwargs
)
277 def GetUpdateRegion(self
, *_args
, **_kwargs
):
278 val
= apply(windowsc
.wxWindow_GetUpdateRegion
,(self
,) + _args
, _kwargs
)
279 if val
: val
= wxRegionPtr(val
) ; val
.thisown
= 1
281 def GetWindowStyleFlag(self
, *_args
, **_kwargs
):
282 val
= apply(windowsc
.wxWindow_GetWindowStyleFlag
,(self
,) + _args
, _kwargs
)
284 def SetWindowStyleFlag(self
, *_args
, **_kwargs
):
285 val
= apply(windowsc
.wxWindow_SetWindowStyleFlag
,(self
,) + _args
, _kwargs
)
287 def SetWindowStyle(self
, *_args
, **_kwargs
):
288 val
= apply(windowsc
.wxWindow_SetWindowStyle
,(self
,) + _args
, _kwargs
)
290 def HasScrollbar(self
, *_args
, **_kwargs
):
291 val
= apply(windowsc
.wxWindow_HasScrollbar
,(self
,) + _args
, _kwargs
)
293 def Hide(self
, *_args
, **_kwargs
):
294 val
= apply(windowsc
.wxWindow_Hide
,(self
,) + _args
, _kwargs
)
296 def HitTest(self
, *_args
, **_kwargs
):
297 val
= apply(windowsc
.wxWindow_HitTest
,(self
,) + _args
, _kwargs
)
299 def InitDialog(self
, *_args
, **_kwargs
):
300 val
= apply(windowsc
.wxWindow_InitDialog
,(self
,) + _args
, _kwargs
)
302 def IsEnabled(self
, *_args
, **_kwargs
):
303 val
= apply(windowsc
.wxWindow_IsEnabled
,(self
,) + _args
, _kwargs
)
305 def IsExposed(self
, *_args
, **_kwargs
):
306 val
= apply(windowsc
.wxWindow_IsExposed
,(self
,) + _args
, _kwargs
)
308 def IsExposedPoint(self
, *_args
, **_kwargs
):
309 val
= apply(windowsc
.wxWindow_IsExposedPoint
,(self
,) + _args
, _kwargs
)
311 def IsExposedRect(self
, *_args
, **_kwargs
):
312 val
= apply(windowsc
.wxWindow_IsExposedRect
,(self
,) + _args
, _kwargs
)
314 def IsRetained(self
, *_args
, **_kwargs
):
315 val
= apply(windowsc
.wxWindow_IsRetained
,(self
,) + _args
, _kwargs
)
317 def IsShown(self
, *_args
, **_kwargs
):
318 val
= apply(windowsc
.wxWindow_IsShown
,(self
,) + _args
, _kwargs
)
320 def IsTopLevel(self
, *_args
, **_kwargs
):
321 val
= apply(windowsc
.wxWindow_IsTopLevel
,(self
,) + _args
, _kwargs
)
323 def Layout(self
, *_args
, **_kwargs
):
324 val
= apply(windowsc
.wxWindow_Layout
,(self
,) + _args
, _kwargs
)
326 def LoadFromResource(self
, *_args
, **_kwargs
):
327 val
= apply(windowsc
.wxWindow_LoadFromResource
,(self
,) + _args
, _kwargs
)
329 def Lower(self
, *_args
, **_kwargs
):
330 val
= apply(windowsc
.wxWindow_Lower
,(self
,) + _args
, _kwargs
)
332 def MakeModal(self
, *_args
, **_kwargs
):
333 val
= apply(windowsc
.wxWindow_MakeModal
,(self
,) + _args
, _kwargs
)
335 def MoveXY(self
, *_args
, **_kwargs
):
336 val
= apply(windowsc
.wxWindow_MoveXY
,(self
,) + _args
, _kwargs
)
338 def Move(self
, *_args
, **_kwargs
):
339 val
= apply(windowsc
.wxWindow_Move
,(self
,) + _args
, _kwargs
)
341 def PopEventHandler(self
, *_args
, **_kwargs
):
342 val
= apply(windowsc
.wxWindow_PopEventHandler
,(self
,) + _args
, _kwargs
)
344 def PushEventHandler(self
, *_args
, **_kwargs
):
345 val
= apply(windowsc
.wxWindow_PushEventHandler
,(self
,) + _args
, _kwargs
)
347 def RemoveEventHandler(self
, *_args
, **_kwargs
):
348 val
= apply(windowsc
.wxWindow_RemoveEventHandler
,(self
,) + _args
, _kwargs
)
350 def PopupMenuXY(self
, *_args
, **_kwargs
):
351 val
= apply(windowsc
.wxWindow_PopupMenuXY
,(self
,) + _args
, _kwargs
)
353 def PopupMenu(self
, *_args
, **_kwargs
):
354 val
= apply(windowsc
.wxWindow_PopupMenu
,(self
,) + _args
, _kwargs
)
356 def Raise(self
, *_args
, **_kwargs
):
357 val
= apply(windowsc
.wxWindow_Raise
,(self
,) + _args
, _kwargs
)
359 def Refresh(self
, *_args
, **_kwargs
):
360 val
= apply(windowsc
.wxWindow_Refresh
,(self
,) + _args
, _kwargs
)
362 def RefreshRect(self
, *_args
, **_kwargs
):
363 val
= apply(windowsc
.wxWindow_RefreshRect
,(self
,) + _args
, _kwargs
)
365 def RemoveChild(self
, *_args
, **_kwargs
):
366 val
= apply(windowsc
.wxWindow_RemoveChild
,(self
,) + _args
, _kwargs
)
368 def Reparent(self
, *_args
, **_kwargs
):
369 val
= apply(windowsc
.wxWindow_Reparent
,(self
,) + _args
, _kwargs
)
371 def ScreenToClientXY(self
, *_args
, **_kwargs
):
372 val
= apply(windowsc
.wxWindow_ScreenToClientXY
,(self
,) + _args
, _kwargs
)
374 def ScreenToClient(self
, *_args
, **_kwargs
):
375 val
= apply(windowsc
.wxWindow_ScreenToClient
,(self
,) + _args
, _kwargs
)
376 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
378 def ScrollWindow(self
, *_args
, **_kwargs
):
379 val
= apply(windowsc
.wxWindow_ScrollWindow
,(self
,) + _args
, _kwargs
)
381 def SetAutoLayout(self
, *_args
, **_kwargs
):
382 val
= apply(windowsc
.wxWindow_SetAutoLayout
,(self
,) + _args
, _kwargs
)
384 def GetAutoLayout(self
, *_args
, **_kwargs
):
385 val
= apply(windowsc
.wxWindow_GetAutoLayout
,(self
,) + _args
, _kwargs
)
387 def SetBackgroundColour(self
, *_args
, **_kwargs
):
388 val
= apply(windowsc
.wxWindow_SetBackgroundColour
,(self
,) + _args
, _kwargs
)
390 def SetConstraints(self
, *_args
, **_kwargs
):
391 val
= apply(windowsc
.wxWindow_SetConstraints
,(self
,) + _args
, _kwargs
)
393 def UnsetConstraints(self
, *_args
, **_kwargs
):
394 val
= apply(windowsc
.wxWindow_UnsetConstraints
,(self
,) + _args
, _kwargs
)
396 def SetFocus(self
, *_args
, **_kwargs
):
397 val
= apply(windowsc
.wxWindow_SetFocus
,(self
,) + _args
, _kwargs
)
399 def SetFocusFromKbd(self
, *_args
, **_kwargs
):
400 val
= apply(windowsc
.wxWindow_SetFocusFromKbd
,(self
,) + _args
, _kwargs
)
402 def AcceptsFocus(self
, *_args
, **_kwargs
):
403 val
= apply(windowsc
.wxWindow_AcceptsFocus
,(self
,) + _args
, _kwargs
)
405 def SetFont(self
, *_args
, **_kwargs
):
406 val
= apply(windowsc
.wxWindow_SetFont
,(self
,) + _args
, _kwargs
)
408 def SetForegroundColour(self
, *_args
, **_kwargs
):
409 val
= apply(windowsc
.wxWindow_SetForegroundColour
,(self
,) + _args
, _kwargs
)
411 def SetId(self
, *_args
, **_kwargs
):
412 val
= apply(windowsc
.wxWindow_SetId
,(self
,) + _args
, _kwargs
)
414 def SetName(self
, *_args
, **_kwargs
):
415 val
= apply(windowsc
.wxWindow_SetName
,(self
,) + _args
, _kwargs
)
417 def SetScrollbar(self
, *_args
, **_kwargs
):
418 val
= apply(windowsc
.wxWindow_SetScrollbar
,(self
,) + _args
, _kwargs
)
420 def SetScrollPos(self
, *_args
, **_kwargs
):
421 val
= apply(windowsc
.wxWindow_SetScrollPos
,(self
,) + _args
, _kwargs
)
423 def SetDimensions(self
, *_args
, **_kwargs
):
424 val
= apply(windowsc
.wxWindow_SetDimensions
,(self
,) + _args
, _kwargs
)
426 def SetSize(self
, *_args
, **_kwargs
):
427 val
= apply(windowsc
.wxWindow_SetSize
,(self
,) + _args
, _kwargs
)
429 def SetPosition(self
, *_args
, **_kwargs
):
430 val
= apply(windowsc
.wxWindow_SetPosition
,(self
,) + _args
, _kwargs
)
432 def SetRect(self
, *_args
, **_kwargs
):
433 val
= apply(windowsc
.wxWindow_SetRect
,(self
,) + _args
, _kwargs
)
435 def SetSizeHints(self
, *_args
, **_kwargs
):
436 val
= apply(windowsc
.wxWindow_SetSizeHints
,(self
,) + _args
, _kwargs
)
438 def SetVirtualSizeHints(self
, *_args
, **_kwargs
):
439 val
= apply(windowsc
.wxWindow_SetVirtualSizeHints
,(self
,) + _args
, _kwargs
)
441 def SetVirtualSize(self
, *_args
, **_kwargs
):
442 val
= apply(windowsc
.wxWindow_SetVirtualSize
,(self
,) + _args
, _kwargs
)
444 def SetVirtualSizeWH(self
, *_args
, **_kwargs
):
445 val
= apply(windowsc
.wxWindow_SetVirtualSizeWH
,(self
,) + _args
, _kwargs
)
447 def GetVirtualSize(self
, *_args
, **_kwargs
):
448 val
= apply(windowsc
.wxWindow_GetVirtualSize
,(self
,) + _args
, _kwargs
)
449 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
451 def GetVirtualSizeTuple(self
, *_args
, **_kwargs
):
452 val
= apply(windowsc
.wxWindow_GetVirtualSizeTuple
,(self
,) + _args
, _kwargs
)
454 def SetClientSizeWH(self
, *_args
, **_kwargs
):
455 val
= apply(windowsc
.wxWindow_SetClientSizeWH
,(self
,) + _args
, _kwargs
)
457 def SetClientSize(self
, *_args
, **_kwargs
):
458 val
= apply(windowsc
.wxWindow_SetClientSize
,(self
,) + _args
, _kwargs
)
460 def SetCursor(self
, *_args
, **_kwargs
):
461 val
= apply(windowsc
.wxWindow_SetCursor
,(self
,) + _args
, _kwargs
)
463 def SetEventHandler(self
, *_args
, **_kwargs
):
464 val
= apply(windowsc
.wxWindow_SetEventHandler
,(self
,) + _args
, _kwargs
)
466 def SetExtraStyle(self
, *_args
, **_kwargs
):
467 val
= apply(windowsc
.wxWindow_SetExtraStyle
,(self
,) + _args
, _kwargs
)
469 def SetTitle(self
, *_args
, **_kwargs
):
470 val
= apply(windowsc
.wxWindow_SetTitle
,(self
,) + _args
, _kwargs
)
472 def Show(self
, *_args
, **_kwargs
):
473 val
= apply(windowsc
.wxWindow_Show
,(self
,) + _args
, _kwargs
)
475 def TransferDataFromWindow(self
, *_args
, **_kwargs
):
476 val
= apply(windowsc
.wxWindow_TransferDataFromWindow
,(self
,) + _args
, _kwargs
)
478 def TransferDataToWindow(self
, *_args
, **_kwargs
):
479 val
= apply(windowsc
.wxWindow_TransferDataToWindow
,(self
,) + _args
, _kwargs
)
481 def UpdateWindowUI(self
, *_args
, **_kwargs
):
482 val
= apply(windowsc
.wxWindow_UpdateWindowUI
,(self
,) + _args
, _kwargs
)
484 def Validate(self
, *_args
, **_kwargs
):
485 val
= apply(windowsc
.wxWindow_Validate
,(self
,) + _args
, _kwargs
)
487 def ConvertDialogPointToPixels(self
, *_args
, **_kwargs
):
488 val
= apply(windowsc
.wxWindow_ConvertDialogPointToPixels
,(self
,) + _args
, _kwargs
)
489 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
491 def ConvertDialogSizeToPixels(self
, *_args
, **_kwargs
):
492 val
= apply(windowsc
.wxWindow_ConvertDialogSizeToPixels
,(self
,) + _args
, _kwargs
)
493 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
495 def DLG_PNT(self
, *_args
, **_kwargs
):
496 val
= apply(windowsc
.wxWindow_DLG_PNT
,(self
,) + _args
, _kwargs
)
497 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
499 def DLG_SZE(self
, *_args
, **_kwargs
):
500 val
= apply(windowsc
.wxWindow_DLG_SZE
,(self
,) + _args
, _kwargs
)
501 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
503 def ConvertPixelPointToDialog(self
, *_args
, **_kwargs
):
504 val
= apply(windowsc
.wxWindow_ConvertPixelPointToDialog
,(self
,) + _args
, _kwargs
)
505 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
507 def ConvertPixelSizeToDialog(self
, *_args
, **_kwargs
):
508 val
= apply(windowsc
.wxWindow_ConvertPixelSizeToDialog
,(self
,) + _args
, _kwargs
)
509 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
511 def SetToolTipString(self
, *_args
, **_kwargs
):
512 val
= apply(windowsc
.wxWindow_SetToolTipString
,(self
,) + _args
, _kwargs
)
514 def SetToolTip(self
, *_args
, **_kwargs
):
515 val
= apply(windowsc
.wxWindow_SetToolTip
,(self
,) + _args
, _kwargs
)
517 def GetToolTip(self
, *_args
, **_kwargs
):
518 val
= apply(windowsc
.wxWindow_GetToolTip
,(self
,) + _args
, _kwargs
)
520 def SetSizer(self
, *_args
, **_kwargs
):
521 val
= apply(windowsc
.wxWindow_SetSizer
,(self
,) + _args
, _kwargs
)
523 def SetSizerAndFit(self
, *_args
, **_kwargs
):
524 val
= apply(windowsc
.wxWindow_SetSizerAndFit
,(self
,) + _args
, _kwargs
)
526 def GetSizer(self
, *_args
, **_kwargs
):
527 val
= apply(windowsc
.wxWindow_GetSizer
,(self
,) + _args
, _kwargs
)
529 def SetContainingSizer(self
, *_args
, **_kwargs
):
530 val
= apply(windowsc
.wxWindow_SetContainingSizer
,(self
,) + _args
, _kwargs
)
532 def GetContainingSizer(self
, *_args
, **_kwargs
):
533 val
= apply(windowsc
.wxWindow_GetContainingSizer
,(self
,) + _args
, _kwargs
)
535 def GetValidator(self
, *_args
, **_kwargs
):
536 val
= apply(windowsc
.wxWindow_GetValidator
,(self
,) + _args
, _kwargs
)
538 def SetValidator(self
, *_args
, **_kwargs
):
539 val
= apply(windowsc
.wxWindow_SetValidator
,(self
,) + _args
, _kwargs
)
541 def GetBestSize(self
, *_args
, **_kwargs
):
542 val
= apply(windowsc
.wxWindow_GetBestSize
,(self
,) + _args
, _kwargs
)
543 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
545 def GetMaxSize(self
, *_args
, **_kwargs
):
546 val
= apply(windowsc
.wxWindow_GetMaxSize
,(self
,) + _args
, _kwargs
)
547 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
549 def SetCaret(self
, *_args
, **_kwargs
):
550 val
= apply(windowsc
.wxWindow_SetCaret
,(self
,) + _args
, _kwargs
)
552 def GetCaret(self
, *_args
, **_kwargs
):
553 val
= apply(windowsc
.wxWindow_GetCaret
,(self
,) + _args
, _kwargs
)
554 if val
: val
= wxCaretPtr(val
)
556 def Freeze(self
, *_args
, **_kwargs
):
557 val
= apply(windowsc
.wxWindow_Freeze
,(self
,) + _args
, _kwargs
)
559 def Thaw(self
, *_args
, **_kwargs
):
560 val
= apply(windowsc
.wxWindow_Thaw
,(self
,) + _args
, _kwargs
)
562 def Update(self
, *_args
, **_kwargs
):
563 val
= apply(windowsc
.wxWindow_Update
,(self
,) + _args
, _kwargs
)
565 def GetHelpText(self
, *_args
, **_kwargs
):
566 val
= apply(windowsc
.wxWindow_GetHelpText
,(self
,) + _args
, _kwargs
)
568 def SetHelpText(self
, *_args
, **_kwargs
):
569 val
= apply(windowsc
.wxWindow_SetHelpText
,(self
,) + _args
, _kwargs
)
571 def SetHelpTextForId(self
, *_args
, **_kwargs
):
572 val
= apply(windowsc
.wxWindow_SetHelpTextForId
,(self
,) + _args
, _kwargs
)
574 def ScrollLines(self
, *_args
, **_kwargs
):
575 val
= apply(windowsc
.wxWindow_ScrollLines
,(self
,) + _args
, _kwargs
)
577 def ScrollPages(self
, *_args
, **_kwargs
):
578 val
= apply(windowsc
.wxWindow_ScrollPages
,(self
,) + _args
, _kwargs
)
580 def LineUp(self
, *_args
, **_kwargs
):
581 val
= apply(windowsc
.wxWindow_LineUp
,(self
,) + _args
, _kwargs
)
583 def LineDown(self
, *_args
, **_kwargs
):
584 val
= apply(windowsc
.wxWindow_LineDown
,(self
,) + _args
, _kwargs
)
586 def PageUp(self
, *_args
, **_kwargs
):
587 val
= apply(windowsc
.wxWindow_PageUp
,(self
,) + _args
, _kwargs
)
589 def PageDown(self
, *_args
, **_kwargs
):
590 val
= apply(windowsc
.wxWindow_PageDown
,(self
,) + _args
, _kwargs
)
592 def SetAcceleratorTable(self
, *_args
, **_kwargs
):
593 val
= apply(windowsc
.wxWindow_SetAcceleratorTable
,(self
,) + _args
, _kwargs
)
595 def GetAcceleratorTable(self
, *_args
, **_kwargs
):
596 val
= apply(windowsc
.wxWindow_GetAcceleratorTable
,(self
,) + _args
, _kwargs
)
597 if val
: val
= wxAcceleratorTablePtr(val
)
599 def GetDefaultItem(self
, *_args
, **_kwargs
):
600 val
= apply(windowsc
.wxWindow_GetDefaultItem
,(self
,) + _args
, _kwargs
)
602 def SetDefaultItem(self
, *_args
, **_kwargs
):
603 val
= apply(windowsc
.wxWindow_SetDefaultItem
,(self
,) + _args
, _kwargs
)
605 def SetTmpDefaultItem(self
, *_args
, **_kwargs
):
606 val
= apply(windowsc
.wxWindow_SetTmpDefaultItem
,(self
,) + _args
, _kwargs
)
608 def WarpPointer(self
, *_args
, **_kwargs
):
609 val
= apply(windowsc
.wxWindow_WarpPointer
,(self
,) + _args
, _kwargs
)
611 def CaptureMouse(self
, *_args
, **_kwargs
):
612 val
= apply(windowsc
.wxWindow_CaptureMouse
,(self
,) + _args
, _kwargs
)
614 def ReleaseMouse(self
, *_args
, **_kwargs
):
615 val
= apply(windowsc
.wxWindow_ReleaseMouse
,(self
,) + _args
, _kwargs
)
617 def HasCapture(self
, *_args
, **_kwargs
):
618 val
= apply(windowsc
.wxWindow_HasCapture
,(self
,) + _args
, _kwargs
)
621 return "<C wxWindow instance at %s>" % (self
.this
,)
622 # replaces broken shadow method
623 def GetCaret(self
, *_args
, **_kwargs
):
624 from misc2
import wxCaretPtr
625 val
= apply(windowsc
.wxWindow_GetCaret
,(self
,) + _args
, _kwargs
)
626 if val
: val
= wxCaretPtr(val
)
629 class wxWindow(wxWindowPtr
):
630 def __init__(self
,*_args
,**_kwargs
):
631 self
.this
= apply(windowsc
.new_wxWindow
,_args
,_kwargs
)
633 self
._setOORInfo
(self
)
637 def wxPreWindow(*_args
,**_kwargs
):
638 val
= wxWindowPtr(apply(windowsc
.new_wxPreWindow
,_args
,_kwargs
))
644 class wxPanelPtr(wxWindowPtr
):
645 def __init__(self
,this
):
648 def Create(self
, *_args
, **_kwargs
):
649 val
= apply(windowsc
.wxPanel_Create
,(self
,) + _args
, _kwargs
)
651 def InitDialog(self
, *_args
, **_kwargs
):
652 val
= apply(windowsc
.wxPanel_InitDialog
,(self
,) + _args
, _kwargs
)
655 return "<C wxPanel instance at %s>" % (self
.this
,)
656 class wxPanel(wxPanelPtr
):
657 def __init__(self
,*_args
,**_kwargs
):
658 self
.this
= apply(windowsc
.new_wxPanel
,_args
,_kwargs
)
660 self
._setOORInfo
(self
)
664 def wxPrePanel(*_args
,**_kwargs
):
665 val
= wxPanelPtr(apply(windowsc
.new_wxPrePanel
,_args
,_kwargs
))
671 class wxScrolledWindowPtr(wxPanelPtr
):
672 def __init__(self
,this
):
675 def Create(self
, *_args
, **_kwargs
):
676 val
= apply(windowsc
.wxScrolledWindow_Create
,(self
,) + _args
, _kwargs
)
678 def EnableScrolling(self
, *_args
, **_kwargs
):
679 val
= apply(windowsc
.wxScrolledWindow_EnableScrolling
,(self
,) + _args
, _kwargs
)
681 def GetScrollPageSize(self
, *_args
, **_kwargs
):
682 val
= apply(windowsc
.wxScrolledWindow_GetScrollPageSize
,(self
,) + _args
, _kwargs
)
684 def GetScrollPixelsPerUnit(self
, *_args
, **_kwargs
):
685 val
= apply(windowsc
.wxScrolledWindow_GetScrollPixelsPerUnit
,(self
,) + _args
, _kwargs
)
687 def GetTargetWindow(self
, *_args
, **_kwargs
):
688 val
= apply(windowsc
.wxScrolledWindow_GetTargetWindow
,(self
,) + _args
, _kwargs
)
690 def IsRetained(self
, *_args
, **_kwargs
):
691 val
= apply(windowsc
.wxScrolledWindow_IsRetained
,(self
,) + _args
, _kwargs
)
693 def PrepareDC(self
, *_args
, **_kwargs
):
694 val
= apply(windowsc
.wxScrolledWindow_PrepareDC
,(self
,) + _args
, _kwargs
)
696 def Scroll(self
, *_args
, **_kwargs
):
697 val
= apply(windowsc
.wxScrolledWindow_Scroll
,(self
,) + _args
, _kwargs
)
699 def SetScrollbars(self
, *_args
, **_kwargs
):
700 val
= apply(windowsc
.wxScrolledWindow_SetScrollbars
,(self
,) + _args
, _kwargs
)
702 def SetScrollPageSize(self
, *_args
, **_kwargs
):
703 val
= apply(windowsc
.wxScrolledWindow_SetScrollPageSize
,(self
,) + _args
, _kwargs
)
705 def SetTargetWindow(self
, *_args
, **_kwargs
):
706 val
= apply(windowsc
.wxScrolledWindow_SetTargetWindow
,(self
,) + _args
, _kwargs
)
708 def GetViewStart(self
, *_args
, **_kwargs
):
709 val
= apply(windowsc
.wxScrolledWindow_GetViewStart
,(self
,) + _args
, _kwargs
)
711 def CalcScrolledPosition1(self
, *_args
, **_kwargs
):
712 val
= apply(windowsc
.wxScrolledWindow_CalcScrolledPosition1
,(self
,) + _args
, _kwargs
)
713 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
715 def CalcScrolledPosition2(self
, *_args
, **_kwargs
):
716 val
= apply(windowsc
.wxScrolledWindow_CalcScrolledPosition2
,(self
,) + _args
, _kwargs
)
718 def CalcUnscrolledPosition1(self
, *_args
, **_kwargs
):
719 val
= apply(windowsc
.wxScrolledWindow_CalcUnscrolledPosition1
,(self
,) + _args
, _kwargs
)
720 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
722 def CalcUnscrolledPosition2(self
, *_args
, **_kwargs
):
723 val
= apply(windowsc
.wxScrolledWindow_CalcUnscrolledPosition2
,(self
,) + _args
, _kwargs
)
725 def SetScale(self
, *_args
, **_kwargs
):
726 val
= apply(windowsc
.wxScrolledWindow_SetScale
,(self
,) + _args
, _kwargs
)
728 def GetScaleX(self
, *_args
, **_kwargs
):
729 val
= apply(windowsc
.wxScrolledWindow_GetScaleX
,(self
,) + _args
, _kwargs
)
731 def GetScaleY(self
, *_args
, **_kwargs
):
732 val
= apply(windowsc
.wxScrolledWindow_GetScaleY
,(self
,) + _args
, _kwargs
)
734 def AdjustScrollbars(self
, *_args
, **_kwargs
):
735 val
= apply(windowsc
.wxScrolledWindow_AdjustScrollbars
,(self
,) + _args
, _kwargs
)
737 def Layout(self
, *_args
, **_kwargs
):
738 val
= apply(windowsc
.wxScrolledWindow_Layout
,(self
,) + _args
, _kwargs
)
740 def SetScrollRate(self
, *_args
, **_kwargs
):
741 val
= apply(windowsc
.wxScrolledWindow_SetScrollRate
,(self
,) + _args
, _kwargs
)
744 return "<C wxScrolledWindow instance at %s>" % (self
.this
,)
745 ViewStart
= GetViewStart
747 def CalcScrolledPosition(self
, *args
):
749 return apply(self
.CalcScrolledPosition1
, args
)
751 return apply(self
.CalcScrolledPosition2
, args
)
753 raise TypeError, 'Invalid parameters: only (x,y) or (point) allowed'
755 def CalcUnscrolledPosition(self
, *args
):
757 return apply(self
.CalcUnscrolledPosition1
, args
)
759 return apply(self
.CalcUnscrolledPosition2
, args
)
761 raise TypeError, 'Invalid parameters: only (x,y) or (point) allowed'
763 class wxScrolledWindow(wxScrolledWindowPtr
):
764 def __init__(self
,*_args
,**_kwargs
):
765 self
.this
= apply(windowsc
.new_wxScrolledWindow
,_args
,_kwargs
)
767 self
._setOORInfo
(self
)
771 def wxPreScrolledWindow(*_args
,**_kwargs
):
772 val
= wxScrolledWindowPtr(apply(windowsc
.new_wxPreScrolledWindow
,_args
,_kwargs
))
778 class wxMenuPtr(wxEvtHandlerPtr
):
779 def __init__(self
,this
):
782 def Append(self
, *_args
, **_kwargs
):
783 val
= apply(windowsc
.wxMenu_Append
,(self
,) + _args
, _kwargs
)
785 def AppendMenu(self
, *_args
, **_kwargs
):
786 val
= apply(windowsc
.wxMenu_AppendMenu
,(self
,) + _args
, _kwargs
)
788 def AppendItem(self
, *_args
, **_kwargs
):
789 val
= apply(windowsc
.wxMenu_AppendItem
,(self
,) + _args
, _kwargs
)
791 def AppendCheckItem(self
, *_args
, **_kwargs
):
792 val
= apply(windowsc
.wxMenu_AppendCheckItem
,(self
,) + _args
, _kwargs
)
794 def AppendRadioItem(self
, *_args
, **_kwargs
):
795 val
= apply(windowsc
.wxMenu_AppendRadioItem
,(self
,) + _args
, _kwargs
)
797 def AppendSeparator(self
, *_args
, **_kwargs
):
798 val
= apply(windowsc
.wxMenu_AppendSeparator
,(self
,) + _args
, _kwargs
)
800 def Insert(self
, *_args
, **_kwargs
):
801 val
= apply(windowsc
.wxMenu_Insert
,(self
,) + _args
, _kwargs
)
803 def InsertSeparator(self
, *_args
, **_kwargs
):
804 val
= apply(windowsc
.wxMenu_InsertSeparator
,(self
,) + _args
, _kwargs
)
806 def InsertCheckItem(self
, *_args
, **_kwargs
):
807 val
= apply(windowsc
.wxMenu_InsertCheckItem
,(self
,) + _args
, _kwargs
)
809 def InsertRadioItem(self
, *_args
, **_kwargs
):
810 val
= apply(windowsc
.wxMenu_InsertRadioItem
,(self
,) + _args
, _kwargs
)
812 def InsertMenu(self
, *_args
, **_kwargs
):
813 val
= apply(windowsc
.wxMenu_InsertMenu
,(self
,) + _args
, _kwargs
)
815 def InsertItem(self
, *_args
, **_kwargs
):
816 val
= apply(windowsc
.wxMenu_InsertItem
,(self
,) + _args
, _kwargs
)
818 def Prepend(self
, *_args
, **_kwargs
):
819 val
= apply(windowsc
.wxMenu_Prepend
,(self
,) + _args
, _kwargs
)
821 def PrependSeparator(self
, *_args
, **_kwargs
):
822 val
= apply(windowsc
.wxMenu_PrependSeparator
,(self
,) + _args
, _kwargs
)
824 def PrependCheckItem(self
, *_args
, **_kwargs
):
825 val
= apply(windowsc
.wxMenu_PrependCheckItem
,(self
,) + _args
, _kwargs
)
827 def PrependRadioItem(self
, *_args
, **_kwargs
):
828 val
= apply(windowsc
.wxMenu_PrependRadioItem
,(self
,) + _args
, _kwargs
)
830 def PrependMenu(self
, *_args
, **_kwargs
):
831 val
= apply(windowsc
.wxMenu_PrependMenu
,(self
,) + _args
, _kwargs
)
833 def PrependItem(self
, *_args
, **_kwargs
):
834 val
= apply(windowsc
.wxMenu_PrependItem
,(self
,) + _args
, _kwargs
)
836 def Break(self
, *_args
, **_kwargs
):
837 val
= apply(windowsc
.wxMenu_Break
,(self
,) + _args
, _kwargs
)
839 def Check(self
, *_args
, **_kwargs
):
840 val
= apply(windowsc
.wxMenu_Check
,(self
,) + _args
, _kwargs
)
842 def IsChecked(self
, *_args
, **_kwargs
):
843 val
= apply(windowsc
.wxMenu_IsChecked
,(self
,) + _args
, _kwargs
)
845 def Enable(self
, *_args
, **_kwargs
):
846 val
= apply(windowsc
.wxMenu_Enable
,(self
,) + _args
, _kwargs
)
848 def IsEnabled(self
, *_args
, **_kwargs
):
849 val
= apply(windowsc
.wxMenu_IsEnabled
,(self
,) + _args
, _kwargs
)
851 def FindItem(self
, *_args
, **_kwargs
):
852 val
= apply(windowsc
.wxMenu_FindItem
,(self
,) + _args
, _kwargs
)
854 def FindItemById(self
, *_args
, **_kwargs
):
855 val
= apply(windowsc
.wxMenu_FindItemById
,(self
,) + _args
, _kwargs
)
857 def GetTitle(self
, *_args
, **_kwargs
):
858 val
= apply(windowsc
.wxMenu_GetTitle
,(self
,) + _args
, _kwargs
)
860 def SetTitle(self
, *_args
, **_kwargs
):
861 val
= apply(windowsc
.wxMenu_SetTitle
,(self
,) + _args
, _kwargs
)
863 def GetLabel(self
, *_args
, **_kwargs
):
864 val
= apply(windowsc
.wxMenu_GetLabel
,(self
,) + _args
, _kwargs
)
866 def SetLabel(self
, *_args
, **_kwargs
):
867 val
= apply(windowsc
.wxMenu_SetLabel
,(self
,) + _args
, _kwargs
)
869 def GetHelpString(self
, *_args
, **_kwargs
):
870 val
= apply(windowsc
.wxMenu_GetHelpString
,(self
,) + _args
, _kwargs
)
872 def SetHelpString(self
, *_args
, **_kwargs
):
873 val
= apply(windowsc
.wxMenu_SetHelpString
,(self
,) + _args
, _kwargs
)
875 def UpdateUI(self
, *_args
, **_kwargs
):
876 val
= apply(windowsc
.wxMenu_UpdateUI
,(self
,) + _args
, _kwargs
)
878 def Delete(self
, *_args
, **_kwargs
):
879 val
= apply(windowsc
.wxMenu_Delete
,(self
,) + _args
, _kwargs
)
881 def DeleteItem(self
, *_args
, **_kwargs
):
882 val
= apply(windowsc
.wxMenu_DeleteItem
,(self
,) + _args
, _kwargs
)
884 def Remove(self
, *_args
, **_kwargs
):
885 val
= apply(windowsc
.wxMenu_Remove
,(self
,) + _args
, _kwargs
)
887 def RemoveItem(self
, *_args
, **_kwargs
):
888 val
= apply(windowsc
.wxMenu_RemoveItem
,(self
,) + _args
, _kwargs
)
890 def Destroy(self
, *_args
, **_kwargs
):
891 val
= apply(windowsc
.wxMenu_Destroy
,(self
,) + _args
, _kwargs
)
893 def DestroyId(self
, *_args
, **_kwargs
):
894 val
= apply(windowsc
.wxMenu_DestroyId
,(self
,) + _args
, _kwargs
)
896 def DestroyItem(self
, *_args
, **_kwargs
):
897 val
= apply(windowsc
.wxMenu_DestroyItem
,(self
,) + _args
, _kwargs
)
899 def GetMenuItemCount(self
, *_args
, **_kwargs
):
900 val
= apply(windowsc
.wxMenu_GetMenuItemCount
,(self
,) + _args
, _kwargs
)
902 def GetMenuItems(self
, *_args
, **_kwargs
):
903 val
= apply(windowsc
.wxMenu_GetMenuItems
,(self
,) + _args
, _kwargs
)
905 def SetEventHandler(self
, *_args
, **_kwargs
):
906 val
= apply(windowsc
.wxMenu_SetEventHandler
,(self
,) + _args
, _kwargs
)
908 def GetEventHandler(self
, *_args
, **_kwargs
):
909 val
= apply(windowsc
.wxMenu_GetEventHandler
,(self
,) + _args
, _kwargs
)
911 def SetInvokingWindow(self
, *_args
, **_kwargs
):
912 val
= apply(windowsc
.wxMenu_SetInvokingWindow
,(self
,) + _args
, _kwargs
)
914 def GetInvokingWindow(self
, *_args
, **_kwargs
):
915 val
= apply(windowsc
.wxMenu_GetInvokingWindow
,(self
,) + _args
, _kwargs
)
917 def GetStyle(self
, *_args
, **_kwargs
):
918 val
= apply(windowsc
.wxMenu_GetStyle
,(self
,) + _args
, _kwargs
)
920 def IsAttached(self
, *_args
, **_kwargs
):
921 val
= apply(windowsc
.wxMenu_IsAttached
,(self
,) + _args
, _kwargs
)
923 def SetParent(self
, *_args
, **_kwargs
):
924 val
= apply(windowsc
.wxMenu_SetParent
,(self
,) + _args
, _kwargs
)
926 def GetParent(self
, *_args
, **_kwargs
):
927 val
= apply(windowsc
.wxMenu_GetParent
,(self
,) + _args
, _kwargs
)
930 return "<C wxMenu instance at %s>" % (self
.this
,)
931 class wxMenu(wxMenuPtr
):
932 def __init__(self
,*_args
,**_kwargs
):
933 self
.this
= apply(windowsc
.new_wxMenu
,_args
,_kwargs
)
935 self
._setOORInfo
(self
)
940 class wxMenuBarPtr(wxWindowPtr
):
941 def __init__(self
,this
):
944 def Append(self
, *_args
, **_kwargs
):
945 val
= apply(windowsc
.wxMenuBar_Append
,(self
,) + _args
, _kwargs
)
947 def Insert(self
, *_args
, **_kwargs
):
948 val
= apply(windowsc
.wxMenuBar_Insert
,(self
,) + _args
, _kwargs
)
950 def GetMenuCount(self
, *_args
, **_kwargs
):
951 val
= apply(windowsc
.wxMenuBar_GetMenuCount
,(self
,) + _args
, _kwargs
)
953 def GetMenu(self
, *_args
, **_kwargs
):
954 val
= apply(windowsc
.wxMenuBar_GetMenu
,(self
,) + _args
, _kwargs
)
956 def Replace(self
, *_args
, **_kwargs
):
957 val
= apply(windowsc
.wxMenuBar_Replace
,(self
,) + _args
, _kwargs
)
959 def Remove(self
, *_args
, **_kwargs
):
960 val
= apply(windowsc
.wxMenuBar_Remove
,(self
,) + _args
, _kwargs
)
962 def EnableTop(self
, *_args
, **_kwargs
):
963 val
= apply(windowsc
.wxMenuBar_EnableTop
,(self
,) + _args
, _kwargs
)
965 def SetLabelTop(self
, *_args
, **_kwargs
):
966 val
= apply(windowsc
.wxMenuBar_SetLabelTop
,(self
,) + _args
, _kwargs
)
968 def GetLabelTop(self
, *_args
, **_kwargs
):
969 val
= apply(windowsc
.wxMenuBar_GetLabelTop
,(self
,) + _args
, _kwargs
)
971 def FindMenu(self
, *_args
, **_kwargs
):
972 val
= apply(windowsc
.wxMenuBar_FindMenu
,(self
,) + _args
, _kwargs
)
974 def FindMenuItem(self
, *_args
, **_kwargs
):
975 val
= apply(windowsc
.wxMenuBar_FindMenuItem
,(self
,) + _args
, _kwargs
)
977 def FindItemById(self
, *_args
, **_kwargs
):
978 val
= apply(windowsc
.wxMenuBar_FindItemById
,(self
,) + _args
, _kwargs
)
980 def Enable(self
, *_args
, **_kwargs
):
981 val
= apply(windowsc
.wxMenuBar_Enable
,(self
,) + _args
, _kwargs
)
983 def Check(self
, *_args
, **_kwargs
):
984 val
= apply(windowsc
.wxMenuBar_Check
,(self
,) + _args
, _kwargs
)
986 def IsChecked(self
, *_args
, **_kwargs
):
987 val
= apply(windowsc
.wxMenuBar_IsChecked
,(self
,) + _args
, _kwargs
)
989 def IsEnabled(self
, *_args
, **_kwargs
):
990 val
= apply(windowsc
.wxMenuBar_IsEnabled
,(self
,) + _args
, _kwargs
)
992 def SetLabel(self
, *_args
, **_kwargs
):
993 val
= apply(windowsc
.wxMenuBar_SetLabel
,(self
,) + _args
, _kwargs
)
995 def GetLabel(self
, *_args
, **_kwargs
):
996 val
= apply(windowsc
.wxMenuBar_GetLabel
,(self
,) + _args
, _kwargs
)
998 def SetHelpString(self
, *_args
, **_kwargs
):
999 val
= apply(windowsc
.wxMenuBar_SetHelpString
,(self
,) + _args
, _kwargs
)
1001 def GetHelpString(self
, *_args
, **_kwargs
):
1002 val
= apply(windowsc
.wxMenuBar_GetHelpString
,(self
,) + _args
, _kwargs
)
1005 return "<C wxMenuBar instance at %s>" % (self
.this
,)
1006 class wxMenuBar(wxMenuBarPtr
):
1007 def __init__(self
,*_args
,**_kwargs
):
1008 self
.this
= apply(windowsc
.new_wxMenuBar
,_args
,_kwargs
)
1010 self
._setOORInfo
(self
)
1015 class wxMenuItemPtr(wxObjectPtr
):
1016 def __init__(self
,this
):
1019 def GetMenu(self
, *_args
, **_kwargs
):
1020 val
= apply(windowsc
.wxMenuItem_GetMenu
,(self
,) + _args
, _kwargs
)
1022 def SetId(self
, *_args
, **_kwargs
):
1023 val
= apply(windowsc
.wxMenuItem_SetId
,(self
,) + _args
, _kwargs
)
1025 def GetId(self
, *_args
, **_kwargs
):
1026 val
= apply(windowsc
.wxMenuItem_GetId
,(self
,) + _args
, _kwargs
)
1028 def IsSeparator(self
, *_args
, **_kwargs
):
1029 val
= apply(windowsc
.wxMenuItem_IsSeparator
,(self
,) + _args
, _kwargs
)
1031 def SetText(self
, *_args
, **_kwargs
):
1032 val
= apply(windowsc
.wxMenuItem_SetText
,(self
,) + _args
, _kwargs
)
1034 def GetLabel(self
, *_args
, **_kwargs
):
1035 val
= apply(windowsc
.wxMenuItem_GetLabel
,(self
,) + _args
, _kwargs
)
1037 def GetText(self
, *_args
, **_kwargs
):
1038 val
= apply(windowsc
.wxMenuItem_GetText
,(self
,) + _args
, _kwargs
)
1040 def GetKind(self
, *_args
, **_kwargs
):
1041 val
= apply(windowsc
.wxMenuItem_GetKind
,(self
,) + _args
, _kwargs
)
1043 def SetCheckable(self
, *_args
, **_kwargs
):
1044 val
= apply(windowsc
.wxMenuItem_SetCheckable
,(self
,) + _args
, _kwargs
)
1046 def IsCheckable(self
, *_args
, **_kwargs
):
1047 val
= apply(windowsc
.wxMenuItem_IsCheckable
,(self
,) + _args
, _kwargs
)
1049 def IsSubMenu(self
, *_args
, **_kwargs
):
1050 val
= apply(windowsc
.wxMenuItem_IsSubMenu
,(self
,) + _args
, _kwargs
)
1052 def SetSubMenu(self
, *_args
, **_kwargs
):
1053 val
= apply(windowsc
.wxMenuItem_SetSubMenu
,(self
,) + _args
, _kwargs
)
1055 def GetSubMenu(self
, *_args
, **_kwargs
):
1056 val
= apply(windowsc
.wxMenuItem_GetSubMenu
,(self
,) + _args
, _kwargs
)
1058 def Enable(self
, *_args
, **_kwargs
):
1059 val
= apply(windowsc
.wxMenuItem_Enable
,(self
,) + _args
, _kwargs
)
1061 def IsEnabled(self
, *_args
, **_kwargs
):
1062 val
= apply(windowsc
.wxMenuItem_IsEnabled
,(self
,) + _args
, _kwargs
)
1064 def Check(self
, *_args
, **_kwargs
):
1065 val
= apply(windowsc
.wxMenuItem_Check
,(self
,) + _args
, _kwargs
)
1067 def IsChecked(self
, *_args
, **_kwargs
):
1068 val
= apply(windowsc
.wxMenuItem_IsChecked
,(self
,) + _args
, _kwargs
)
1070 def Toggle(self
, *_args
, **_kwargs
):
1071 val
= apply(windowsc
.wxMenuItem_Toggle
,(self
,) + _args
, _kwargs
)
1073 def SetHelp(self
, *_args
, **_kwargs
):
1074 val
= apply(windowsc
.wxMenuItem_SetHelp
,(self
,) + _args
, _kwargs
)
1076 def GetHelp(self
, *_args
, **_kwargs
):
1077 val
= apply(windowsc
.wxMenuItem_GetHelp
,(self
,) + _args
, _kwargs
)
1079 def GetAccel(self
, *_args
, **_kwargs
):
1080 val
= apply(windowsc
.wxMenuItem_GetAccel
,(self
,) + _args
, _kwargs
)
1081 if val
: val
= wxAcceleratorEntryPtr(val
)
1083 def SetAccel(self
, *_args
, **_kwargs
):
1084 val
= apply(windowsc
.wxMenuItem_SetAccel
,(self
,) + _args
, _kwargs
)
1087 return "<C wxMenuItem instance at %s>" % (self
.this
,)
1088 class wxMenuItem(wxMenuItemPtr
):
1089 def __init__(self
,*_args
,**_kwargs
):
1090 self
.this
= apply(windowsc
.new_wxMenuItem
,_args
,_kwargs
)
1098 #-------------- FUNCTION WRAPPERS ------------------
1100 wxValidator_IsSilent
= windowsc
.wxValidator_IsSilent
1102 wxValidator_SetBellOnError
= windowsc
.wxValidator_SetBellOnError
1104 def wxWindow_FindFocus(*_args
, **_kwargs
):
1105 val
= apply(windowsc
.wxWindow_FindFocus
,_args
,_kwargs
)
1108 wxWindow_NewControlId
= windowsc
.wxWindow_NewControlId
1110 wxWindow_NextControlId
= windowsc
.wxWindow_NextControlId
1112 wxWindow_PrevControlId
= windowsc
.wxWindow_PrevControlId
1114 def wxWindow_GetCapture(*_args
, **_kwargs
):
1115 val
= apply(windowsc
.wxWindow_GetCapture
,_args
,_kwargs
)
1118 wxMenuItem_GetLabelFromText
= windowsc
.wxMenuItem_GetLabelFromText
1122 #-------------- VARIABLE WRAPPERS ------------------