1 # This file was created automatically by SWIG.
11 def wxDLG_PNT(win
, point_or_x
, y
=None):
13 return win
.ConvertDialogPointToPixels(point_or_x
)
15 return win
.ConvertDialogPointToPixels(wxPoint(point_or_x
, y
))
17 def wxDLG_SZE(win
, size_width
, height
=None):
19 return win
.ConvertDialogSizeToPixels(size_width
)
21 return win
.ConvertDialogSizeToPixels(wxSize(size_width
, height
))
23 class wxEvtHandlerPtr(wxObjectPtr
):
24 def __init__(self
,this
):
27 def ProcessEvent(self
, *_args
, **_kwargs
):
28 val
= apply(windowsc
.wxEvtHandler_ProcessEvent
,(self
,) + _args
, _kwargs
)
30 def AddPendingEvent(self
, *_args
, **_kwargs
):
31 val
= apply(windowsc
.wxEvtHandler_AddPendingEvent
,(self
,) + _args
, _kwargs
)
33 def GetEvtHandlerEnabled(self
, *_args
, **_kwargs
):
34 val
= apply(windowsc
.wxEvtHandler_GetEvtHandlerEnabled
,(self
,) + _args
, _kwargs
)
36 def SetEvtHandlerEnabled(self
, *_args
, **_kwargs
):
37 val
= apply(windowsc
.wxEvtHandler_SetEvtHandlerEnabled
,(self
,) + _args
, _kwargs
)
39 def GetNextHandler(self
, *_args
, **_kwargs
):
40 val
= apply(windowsc
.wxEvtHandler_GetNextHandler
,(self
,) + _args
, _kwargs
)
42 def GetPreviousHandler(self
, *_args
, **_kwargs
):
43 val
= apply(windowsc
.wxEvtHandler_GetPreviousHandler
,(self
,) + _args
, _kwargs
)
45 def SetNextHandler(self
, *_args
, **_kwargs
):
46 val
= apply(windowsc
.wxEvtHandler_SetNextHandler
,(self
,) + _args
, _kwargs
)
48 def SetPreviousHandler(self
, *_args
, **_kwargs
):
49 val
= apply(windowsc
.wxEvtHandler_SetPreviousHandler
,(self
,) + _args
, _kwargs
)
51 def Connect(self
, *_args
, **_kwargs
):
52 val
= apply(windowsc
.wxEvtHandler_Connect
,(self
,) + _args
, _kwargs
)
54 def Disconnect(self
, *_args
, **_kwargs
):
55 val
= apply(windowsc
.wxEvtHandler_Disconnect
,(self
,) + _args
, _kwargs
)
57 def _setOORInfo(self
, *_args
, **_kwargs
):
58 val
= apply(windowsc
.wxEvtHandler__setOORInfo
,(self
,) + _args
, _kwargs
)
61 return "<C wxEvtHandler instance at %s>" % (self
.this
,)
62 class wxEvtHandler(wxEvtHandlerPtr
):
63 def __init__(self
,*_args
,**_kwargs
):
64 self
.this
= apply(windowsc
.new_wxEvtHandler
,_args
,_kwargs
)
70 class wxValidatorPtr(wxEvtHandlerPtr
):
71 def __init__(self
,this
):
74 def Clone(self
, *_args
, **_kwargs
):
75 val
= apply(windowsc
.wxValidator_Clone
,(self
,) + _args
, _kwargs
)
77 def GetWindow(self
, *_args
, **_kwargs
):
78 val
= apply(windowsc
.wxValidator_GetWindow
,(self
,) + _args
, _kwargs
)
80 def SetWindow(self
, *_args
, **_kwargs
):
81 val
= apply(windowsc
.wxValidator_SetWindow
,(self
,) + _args
, _kwargs
)
84 return "<C wxValidator instance at %s>" % (self
.this
,)
85 class wxValidator(wxValidatorPtr
):
86 def __init__(self
,*_args
,**_kwargs
):
87 self
.this
= apply(windowsc
.new_wxValidator
,_args
,_kwargs
)
89 self
._setOORInfo
(self
)
94 class wxPyValidatorPtr(wxValidatorPtr
):
95 def __init__(self
,this
):
98 def _setCallbackInfo(self
, *_args
, **_kwargs
):
99 val
= apply(windowsc
.wxPyValidator__setCallbackInfo
,(self
,) + _args
, _kwargs
)
102 return "<C wxPyValidator instance at %s>" % (self
.this
,)
103 class wxPyValidator(wxPyValidatorPtr
):
104 def __init__(self
,*_args
,**_kwargs
):
105 self
.this
= apply(windowsc
.new_wxPyValidator
,_args
,_kwargs
)
107 self
._setCallbackInfo
(self
, wxPyValidator
, 1)
108 self
._setOORInfo
(self
)
113 class wxWindowPtr(wxEvtHandlerPtr
):
114 def __init__(self
,this
):
117 def Create(self
, *_args
, **_kwargs
):
118 val
= apply(windowsc
.wxWindow_Create
,(self
,) + _args
, _kwargs
)
120 def CaptureMouse(self
, *_args
, **_kwargs
):
121 val
= apply(windowsc
.wxWindow_CaptureMouse
,(self
,) + _args
, _kwargs
)
123 def Center(self
, *_args
, **_kwargs
):
124 val
= apply(windowsc
.wxWindow_Center
,(self
,) + _args
, _kwargs
)
126 def Centre(self
, *_args
, **_kwargs
):
127 val
= apply(windowsc
.wxWindow_Centre
,(self
,) + _args
, _kwargs
)
129 def CentreOnParent(self
, *_args
, **_kwargs
):
130 val
= apply(windowsc
.wxWindow_CentreOnParent
,(self
,) + _args
, _kwargs
)
132 def CenterOnParent(self
, *_args
, **_kwargs
):
133 val
= apply(windowsc
.wxWindow_CenterOnParent
,(self
,) + _args
, _kwargs
)
135 def CentreOnScreen(self
, *_args
, **_kwargs
):
136 val
= apply(windowsc
.wxWindow_CentreOnScreen
,(self
,) + _args
, _kwargs
)
138 def CenterOnScreen(self
, *_args
, **_kwargs
):
139 val
= apply(windowsc
.wxWindow_CenterOnScreen
,(self
,) + _args
, _kwargs
)
141 def Clear(self
, *_args
, **_kwargs
):
142 val
= apply(windowsc
.wxWindow_Clear
,(self
,) + _args
, _kwargs
)
144 def ClientToScreenXY(self
, *_args
, **_kwargs
):
145 val
= apply(windowsc
.wxWindow_ClientToScreenXY
,(self
,) + _args
, _kwargs
)
147 def ClientToScreen(self
, *_args
, **_kwargs
):
148 val
= apply(windowsc
.wxWindow_ClientToScreen
,(self
,) + _args
, _kwargs
)
149 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
151 def Close(self
, *_args
, **_kwargs
):
152 val
= apply(windowsc
.wxWindow_Close
,(self
,) + _args
, _kwargs
)
154 def Destroy(self
, *_args
, **_kwargs
):
155 val
= apply(windowsc
.wxWindow_Destroy
,(self
,) + _args
, _kwargs
)
157 def DestroyChildren(self
, *_args
, **_kwargs
):
158 val
= apply(windowsc
.wxWindow_DestroyChildren
,(self
,) + _args
, _kwargs
)
160 def IsBeingDeleted(self
, *_args
, **_kwargs
):
161 val
= apply(windowsc
.wxWindow_IsBeingDeleted
,(self
,) + _args
, _kwargs
)
163 def Enable(self
, *_args
, **_kwargs
):
164 val
= apply(windowsc
.wxWindow_Enable
,(self
,) + _args
, _kwargs
)
166 def FindWindowById(self
, *_args
, **_kwargs
):
167 val
= apply(windowsc
.wxWindow_FindWindowById
,(self
,) + _args
, _kwargs
)
169 def FindWindowByName(self
, *_args
, **_kwargs
):
170 val
= apply(windowsc
.wxWindow_FindWindowByName
,(self
,) + _args
, _kwargs
)
172 def Fit(self
, *_args
, **_kwargs
):
173 val
= apply(windowsc
.wxWindow_Fit
,(self
,) + _args
, _kwargs
)
175 def GetBackgroundColour(self
, *_args
, **_kwargs
):
176 val
= apply(windowsc
.wxWindow_GetBackgroundColour
,(self
,) + _args
, _kwargs
)
177 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
179 def GetChildren(self
, *_args
, **_kwargs
):
180 val
= apply(windowsc
.wxWindow_GetChildren
,(self
,) + _args
, _kwargs
)
182 def GetCharHeight(self
, *_args
, **_kwargs
):
183 val
= apply(windowsc
.wxWindow_GetCharHeight
,(self
,) + _args
, _kwargs
)
185 def GetCharWidth(self
, *_args
, **_kwargs
):
186 val
= apply(windowsc
.wxWindow_GetCharWidth
,(self
,) + _args
, _kwargs
)
188 def GetClientSizeTuple(self
, *_args
, **_kwargs
):
189 val
= apply(windowsc
.wxWindow_GetClientSizeTuple
,(self
,) + _args
, _kwargs
)
191 def GetClientSize(self
, *_args
, **_kwargs
):
192 val
= apply(windowsc
.wxWindow_GetClientSize
,(self
,) + _args
, _kwargs
)
193 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
195 def GetConstraints(self
, *_args
, **_kwargs
):
196 val
= apply(windowsc
.wxWindow_GetConstraints
,(self
,) + _args
, _kwargs
)
197 if val
: val
= wxLayoutConstraintsPtr(val
)
199 def GetEventHandler(self
, *_args
, **_kwargs
):
200 val
= apply(windowsc
.wxWindow_GetEventHandler
,(self
,) + _args
, _kwargs
)
202 def GetFont(self
, *_args
, **_kwargs
):
203 val
= apply(windowsc
.wxWindow_GetFont
,(self
,) + _args
, _kwargs
)
204 if val
: val
= wxFontPtr(val
)
206 def GetForegroundColour(self
, *_args
, **_kwargs
):
207 val
= apply(windowsc
.wxWindow_GetForegroundColour
,(self
,) + _args
, _kwargs
)
208 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
210 def GetGrandParent(self
, *_args
, **_kwargs
):
211 val
= apply(windowsc
.wxWindow_GetGrandParent
,(self
,) + _args
, _kwargs
)
213 def GetHandle(self
, *_args
, **_kwargs
):
214 val
= apply(windowsc
.wxWindow_GetHandle
,(self
,) + _args
, _kwargs
)
216 def GetId(self
, *_args
, **_kwargs
):
217 val
= apply(windowsc
.wxWindow_GetId
,(self
,) + _args
, _kwargs
)
219 def GetLabel(self
, *_args
, **_kwargs
):
220 val
= apply(windowsc
.wxWindow_GetLabel
,(self
,) + _args
, _kwargs
)
222 def SetLabel(self
, *_args
, **_kwargs
):
223 val
= apply(windowsc
.wxWindow_SetLabel
,(self
,) + _args
, _kwargs
)
225 def GetName(self
, *_args
, **_kwargs
):
226 val
= apply(windowsc
.wxWindow_GetName
,(self
,) + _args
, _kwargs
)
228 def GetParent(self
, *_args
, **_kwargs
):
229 val
= apply(windowsc
.wxWindow_GetParent
,(self
,) + _args
, _kwargs
)
231 def GetPositionTuple(self
, *_args
, **_kwargs
):
232 val
= apply(windowsc
.wxWindow_GetPositionTuple
,(self
,) + _args
, _kwargs
)
234 def GetPosition(self
, *_args
, **_kwargs
):
235 val
= apply(windowsc
.wxWindow_GetPosition
,(self
,) + _args
, _kwargs
)
236 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
238 def GetRect(self
, *_args
, **_kwargs
):
239 val
= apply(windowsc
.wxWindow_GetRect
,(self
,) + _args
, _kwargs
)
240 if val
: val
= wxRectPtr(val
) ; val
.thisown
= 1
242 def GetScrollThumb(self
, *_args
, **_kwargs
):
243 val
= apply(windowsc
.wxWindow_GetScrollThumb
,(self
,) + _args
, _kwargs
)
245 def GetScrollPos(self
, *_args
, **_kwargs
):
246 val
= apply(windowsc
.wxWindow_GetScrollPos
,(self
,) + _args
, _kwargs
)
248 def GetScrollRange(self
, *_args
, **_kwargs
):
249 val
= apply(windowsc
.wxWindow_GetScrollRange
,(self
,) + _args
, _kwargs
)
251 def GetSizeTuple(self
, *_args
, **_kwargs
):
252 val
= apply(windowsc
.wxWindow_GetSizeTuple
,(self
,) + _args
, _kwargs
)
254 def GetSize(self
, *_args
, **_kwargs
):
255 val
= apply(windowsc
.wxWindow_GetSize
,(self
,) + _args
, _kwargs
)
256 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
258 def GetTextExtent(self
, *_args
, **_kwargs
):
259 val
= apply(windowsc
.wxWindow_GetTextExtent
,(self
,) + _args
, _kwargs
)
261 def GetFullTextExtent(self
, *_args
, **_kwargs
):
262 val
= apply(windowsc
.wxWindow_GetFullTextExtent
,(self
,) + _args
, _kwargs
)
264 def GetTitle(self
, *_args
, **_kwargs
):
265 val
= apply(windowsc
.wxWindow_GetTitle
,(self
,) + _args
, _kwargs
)
267 def GetUpdateRegion(self
, *_args
, **_kwargs
):
268 val
= apply(windowsc
.wxWindow_GetUpdateRegion
,(self
,) + _args
, _kwargs
)
269 if val
: val
= wxRegionPtr(val
) ; val
.thisown
= 1
271 def GetWindowStyleFlag(self
, *_args
, **_kwargs
):
272 val
= apply(windowsc
.wxWindow_GetWindowStyleFlag
,(self
,) + _args
, _kwargs
)
274 def SetWindowStyleFlag(self
, *_args
, **_kwargs
):
275 val
= apply(windowsc
.wxWindow_SetWindowStyleFlag
,(self
,) + _args
, _kwargs
)
277 def SetWindowStyle(self
, *_args
, **_kwargs
):
278 val
= apply(windowsc
.wxWindow_SetWindowStyle
,(self
,) + _args
, _kwargs
)
280 def Hide(self
, *_args
, **_kwargs
):
281 val
= apply(windowsc
.wxWindow_Hide
,(self
,) + _args
, _kwargs
)
283 def InitDialog(self
, *_args
, **_kwargs
):
284 val
= apply(windowsc
.wxWindow_InitDialog
,(self
,) + _args
, _kwargs
)
286 def IsEnabled(self
, *_args
, **_kwargs
):
287 val
= apply(windowsc
.wxWindow_IsEnabled
,(self
,) + _args
, _kwargs
)
289 def IsExposed(self
, *_args
, **_kwargs
):
290 val
= apply(windowsc
.wxWindow_IsExposed
,(self
,) + _args
, _kwargs
)
292 def IsExposedPoint(self
, *_args
, **_kwargs
):
293 val
= apply(windowsc
.wxWindow_IsExposedPoint
,(self
,) + _args
, _kwargs
)
295 def IsExposedRect(self
, *_args
, **_kwargs
):
296 val
= apply(windowsc
.wxWindow_IsExposedRect
,(self
,) + _args
, _kwargs
)
298 def IsRetained(self
, *_args
, **_kwargs
):
299 val
= apply(windowsc
.wxWindow_IsRetained
,(self
,) + _args
, _kwargs
)
301 def IsShown(self
, *_args
, **_kwargs
):
302 val
= apply(windowsc
.wxWindow_IsShown
,(self
,) + _args
, _kwargs
)
304 def IsTopLevel(self
, *_args
, **_kwargs
):
305 val
= apply(windowsc
.wxWindow_IsTopLevel
,(self
,) + _args
, _kwargs
)
307 def Layout(self
, *_args
, **_kwargs
):
308 val
= apply(windowsc
.wxWindow_Layout
,(self
,) + _args
, _kwargs
)
310 def LoadFromResource(self
, *_args
, **_kwargs
):
311 val
= apply(windowsc
.wxWindow_LoadFromResource
,(self
,) + _args
, _kwargs
)
313 def Lower(self
, *_args
, **_kwargs
):
314 val
= apply(windowsc
.wxWindow_Lower
,(self
,) + _args
, _kwargs
)
316 def MakeModal(self
, *_args
, **_kwargs
):
317 val
= apply(windowsc
.wxWindow_MakeModal
,(self
,) + _args
, _kwargs
)
319 def MoveXY(self
, *_args
, **_kwargs
):
320 val
= apply(windowsc
.wxWindow_MoveXY
,(self
,) + _args
, _kwargs
)
322 def Move(self
, *_args
, **_kwargs
):
323 val
= apply(windowsc
.wxWindow_Move
,(self
,) + _args
, _kwargs
)
325 def PopEventHandler(self
, *_args
, **_kwargs
):
326 val
= apply(windowsc
.wxWindow_PopEventHandler
,(self
,) + _args
, _kwargs
)
328 def PushEventHandler(self
, *_args
, **_kwargs
):
329 val
= apply(windowsc
.wxWindow_PushEventHandler
,(self
,) + _args
, _kwargs
)
331 def PopupMenuXY(self
, *_args
, **_kwargs
):
332 val
= apply(windowsc
.wxWindow_PopupMenuXY
,(self
,) + _args
, _kwargs
)
334 def PopupMenu(self
, *_args
, **_kwargs
):
335 val
= apply(windowsc
.wxWindow_PopupMenu
,(self
,) + _args
, _kwargs
)
337 def Raise(self
, *_args
, **_kwargs
):
338 val
= apply(windowsc
.wxWindow_Raise
,(self
,) + _args
, _kwargs
)
340 def Refresh(self
, *_args
, **_kwargs
):
341 val
= apply(windowsc
.wxWindow_Refresh
,(self
,) + _args
, _kwargs
)
343 def RefreshRect(self
, *_args
, **_kwargs
):
344 val
= apply(windowsc
.wxWindow_RefreshRect
,(self
,) + _args
, _kwargs
)
346 def ReleaseMouse(self
, *_args
, **_kwargs
):
347 val
= apply(windowsc
.wxWindow_ReleaseMouse
,(self
,) + _args
, _kwargs
)
349 def RemoveChild(self
, *_args
, **_kwargs
):
350 val
= apply(windowsc
.wxWindow_RemoveChild
,(self
,) + _args
, _kwargs
)
352 def Reparent(self
, *_args
, **_kwargs
):
353 val
= apply(windowsc
.wxWindow_Reparent
,(self
,) + _args
, _kwargs
)
355 def ScreenToClientXY(self
, *_args
, **_kwargs
):
356 val
= apply(windowsc
.wxWindow_ScreenToClientXY
,(self
,) + _args
, _kwargs
)
358 def ScreenToClient(self
, *_args
, **_kwargs
):
359 val
= apply(windowsc
.wxWindow_ScreenToClient
,(self
,) + _args
, _kwargs
)
360 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
362 def ScrollWindow(self
, *_args
, **_kwargs
):
363 val
= apply(windowsc
.wxWindow_ScrollWindow
,(self
,) + _args
, _kwargs
)
365 def SetAutoLayout(self
, *_args
, **_kwargs
):
366 val
= apply(windowsc
.wxWindow_SetAutoLayout
,(self
,) + _args
, _kwargs
)
368 def GetAutoLayout(self
, *_args
, **_kwargs
):
369 val
= apply(windowsc
.wxWindow_GetAutoLayout
,(self
,) + _args
, _kwargs
)
371 def SetBackgroundColour(self
, *_args
, **_kwargs
):
372 val
= apply(windowsc
.wxWindow_SetBackgroundColour
,(self
,) + _args
, _kwargs
)
374 def SetConstraints(self
, *_args
, **_kwargs
):
375 val
= apply(windowsc
.wxWindow_SetConstraints
,(self
,) + _args
, _kwargs
)
377 def UnsetConstraints(self
, *_args
, **_kwargs
):
378 val
= apply(windowsc
.wxWindow_UnsetConstraints
,(self
,) + _args
, _kwargs
)
380 def SetFocus(self
, *_args
, **_kwargs
):
381 val
= apply(windowsc
.wxWindow_SetFocus
,(self
,) + _args
, _kwargs
)
383 def AcceptsFocus(self
, *_args
, **_kwargs
):
384 val
= apply(windowsc
.wxWindow_AcceptsFocus
,(self
,) + _args
, _kwargs
)
386 def SetFont(self
, *_args
, **_kwargs
):
387 val
= apply(windowsc
.wxWindow_SetFont
,(self
,) + _args
, _kwargs
)
389 def SetForegroundColour(self
, *_args
, **_kwargs
):
390 val
= apply(windowsc
.wxWindow_SetForegroundColour
,(self
,) + _args
, _kwargs
)
392 def SetId(self
, *_args
, **_kwargs
):
393 val
= apply(windowsc
.wxWindow_SetId
,(self
,) + _args
, _kwargs
)
395 def SetName(self
, *_args
, **_kwargs
):
396 val
= apply(windowsc
.wxWindow_SetName
,(self
,) + _args
, _kwargs
)
398 def SetScrollbar(self
, *_args
, **_kwargs
):
399 val
= apply(windowsc
.wxWindow_SetScrollbar
,(self
,) + _args
, _kwargs
)
401 def SetScrollPos(self
, *_args
, **_kwargs
):
402 val
= apply(windowsc
.wxWindow_SetScrollPos
,(self
,) + _args
, _kwargs
)
404 def SetDimensions(self
, *_args
, **_kwargs
):
405 val
= apply(windowsc
.wxWindow_SetDimensions
,(self
,) + _args
, _kwargs
)
407 def SetSize(self
, *_args
, **_kwargs
):
408 val
= apply(windowsc
.wxWindow_SetSize
,(self
,) + _args
, _kwargs
)
410 def SetPosition(self
, *_args
, **_kwargs
):
411 val
= apply(windowsc
.wxWindow_SetPosition
,(self
,) + _args
, _kwargs
)
413 def SetRect(self
, *_args
, **_kwargs
):
414 val
= apply(windowsc
.wxWindow_SetRect
,(self
,) + _args
, _kwargs
)
416 def SetSizeHints(self
, *_args
, **_kwargs
):
417 val
= apply(windowsc
.wxWindow_SetSizeHints
,(self
,) + _args
, _kwargs
)
419 def SetClientSizeWH(self
, *_args
, **_kwargs
):
420 val
= apply(windowsc
.wxWindow_SetClientSizeWH
,(self
,) + _args
, _kwargs
)
422 def SetClientSize(self
, *_args
, **_kwargs
):
423 val
= apply(windowsc
.wxWindow_SetClientSize
,(self
,) + _args
, _kwargs
)
425 def SetCursor(self
, *_args
, **_kwargs
):
426 val
= apply(windowsc
.wxWindow_SetCursor
,(self
,) + _args
, _kwargs
)
428 def SetEventHandler(self
, *_args
, **_kwargs
):
429 val
= apply(windowsc
.wxWindow_SetEventHandler
,(self
,) + _args
, _kwargs
)
431 def SetExtraStyle(self
, *_args
, **_kwargs
):
432 val
= apply(windowsc
.wxWindow_SetExtraStyle
,(self
,) + _args
, _kwargs
)
434 def SetTitle(self
, *_args
, **_kwargs
):
435 val
= apply(windowsc
.wxWindow_SetTitle
,(self
,) + _args
, _kwargs
)
437 def Show(self
, *_args
, **_kwargs
):
438 val
= apply(windowsc
.wxWindow_Show
,(self
,) + _args
, _kwargs
)
440 def TransferDataFromWindow(self
, *_args
, **_kwargs
):
441 val
= apply(windowsc
.wxWindow_TransferDataFromWindow
,(self
,) + _args
, _kwargs
)
443 def TransferDataToWindow(self
, *_args
, **_kwargs
):
444 val
= apply(windowsc
.wxWindow_TransferDataToWindow
,(self
,) + _args
, _kwargs
)
446 def Validate(self
, *_args
, **_kwargs
):
447 val
= apply(windowsc
.wxWindow_Validate
,(self
,) + _args
, _kwargs
)
449 def WarpPointer(self
, *_args
, **_kwargs
):
450 val
= apply(windowsc
.wxWindow_WarpPointer
,(self
,) + _args
, _kwargs
)
452 def ConvertDialogPointToPixels(self
, *_args
, **_kwargs
):
453 val
= apply(windowsc
.wxWindow_ConvertDialogPointToPixels
,(self
,) + _args
, _kwargs
)
454 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
456 def ConvertDialogSizeToPixels(self
, *_args
, **_kwargs
):
457 val
= apply(windowsc
.wxWindow_ConvertDialogSizeToPixels
,(self
,) + _args
, _kwargs
)
458 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
460 def DLG_PNT(self
, *_args
, **_kwargs
):
461 val
= apply(windowsc
.wxWindow_DLG_PNT
,(self
,) + _args
, _kwargs
)
462 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
464 def DLG_SZE(self
, *_args
, **_kwargs
):
465 val
= apply(windowsc
.wxWindow_DLG_SZE
,(self
,) + _args
, _kwargs
)
466 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
468 def ConvertPixelPointToDialog(self
, *_args
, **_kwargs
):
469 val
= apply(windowsc
.wxWindow_ConvertPixelPointToDialog
,(self
,) + _args
, _kwargs
)
470 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
472 def ConvertPixelSizeToDialog(self
, *_args
, **_kwargs
):
473 val
= apply(windowsc
.wxWindow_ConvertPixelSizeToDialog
,(self
,) + _args
, _kwargs
)
474 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
476 def SetToolTipString(self
, *_args
, **_kwargs
):
477 val
= apply(windowsc
.wxWindow_SetToolTipString
,(self
,) + _args
, _kwargs
)
479 def SetToolTip(self
, *_args
, **_kwargs
):
480 val
= apply(windowsc
.wxWindow_SetToolTip
,(self
,) + _args
, _kwargs
)
482 def GetToolTip(self
, *_args
, **_kwargs
):
483 val
= apply(windowsc
.wxWindow_GetToolTip
,(self
,) + _args
, _kwargs
)
485 def SetSizer(self
, *_args
, **_kwargs
):
486 val
= apply(windowsc
.wxWindow_SetSizer
,(self
,) + _args
, _kwargs
)
488 def GetSizer(self
, *_args
, **_kwargs
):
489 val
= apply(windowsc
.wxWindow_GetSizer
,(self
,) + _args
, _kwargs
)
491 def GetValidator(self
, *_args
, **_kwargs
):
492 val
= apply(windowsc
.wxWindow_GetValidator
,(self
,) + _args
, _kwargs
)
494 def SetValidator(self
, *_args
, **_kwargs
):
495 val
= apply(windowsc
.wxWindow_SetValidator
,(self
,) + _args
, _kwargs
)
497 def SetDropTarget(self
, *_args
, **_kwargs
):
498 val
= apply(windowsc
.wxWindow_SetDropTarget
,(self
,) + _args
, _kwargs
)
501 def GetDropTarget(self
, *_args
, **_kwargs
):
502 val
= apply(windowsc
.wxWindow_GetDropTarget
,(self
,) + _args
, _kwargs
)
503 if val
: val
= wxDropTargetPtr(val
)
505 def GetBestSize(self
, *_args
, **_kwargs
):
506 val
= apply(windowsc
.wxWindow_GetBestSize
,(self
,) + _args
, _kwargs
)
507 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
509 def SetCaret(self
, *_args
, **_kwargs
):
510 val
= apply(windowsc
.wxWindow_SetCaret
,(self
,) + _args
, _kwargs
)
512 def GetCaret(self
, *_args
, **_kwargs
):
513 val
= apply(windowsc
.wxWindow_GetCaret
,(self
,) + _args
, _kwargs
)
514 if val
: val
= wxCaretPtr(val
)
516 def Freeze(self
, *_args
, **_kwargs
):
517 val
= apply(windowsc
.wxWindow_Freeze
,(self
,) + _args
, _kwargs
)
519 def Thaw(self
, *_args
, **_kwargs
):
520 val
= apply(windowsc
.wxWindow_Thaw
,(self
,) + _args
, _kwargs
)
522 def Update(self
, *_args
, **_kwargs
):
523 val
= apply(windowsc
.wxWindow_Update
,(self
,) + _args
, _kwargs
)
525 def GetHelpText(self
, *_args
, **_kwargs
):
526 val
= apply(windowsc
.wxWindow_GetHelpText
,(self
,) + _args
, _kwargs
)
528 def SetHelpText(self
, *_args
, **_kwargs
):
529 val
= apply(windowsc
.wxWindow_SetHelpText
,(self
,) + _args
, _kwargs
)
531 def ScrollLines(self
, *_args
, **_kwargs
):
532 val
= apply(windowsc
.wxWindow_ScrollLines
,(self
,) + _args
, _kwargs
)
534 def ScrollPages(self
, *_args
, **_kwargs
):
535 val
= apply(windowsc
.wxWindow_ScrollPages
,(self
,) + _args
, _kwargs
)
537 def LineUp(self
, *_args
, **_kwargs
):
538 val
= apply(windowsc
.wxWindow_LineUp
,(self
,) + _args
, _kwargs
)
540 def LineDown(self
, *_args
, **_kwargs
):
541 val
= apply(windowsc
.wxWindow_LineDown
,(self
,) + _args
, _kwargs
)
543 def PageUp(self
, *_args
, **_kwargs
):
544 val
= apply(windowsc
.wxWindow_PageUp
,(self
,) + _args
, _kwargs
)
546 def PageDown(self
, *_args
, **_kwargs
):
547 val
= apply(windowsc
.wxWindow_PageDown
,(self
,) + _args
, _kwargs
)
549 def SetAcceleratorTable(self
, *_args
, **_kwargs
):
550 val
= apply(windowsc
.wxWindow_SetAcceleratorTable
,(self
,) + _args
, _kwargs
)
552 def GetAcceleratorTable(self
, *_args
, **_kwargs
):
553 val
= apply(windowsc
.wxWindow_GetAcceleratorTable
,(self
,) + _args
, _kwargs
)
554 if val
: val
= wxAcceleratorTablePtr(val
)
557 return "<C wxWindow instance at %s>" % (self
.this
,)
558 # replaces broken shadow method
559 def GetCaret(self
, *_args
, **_kwargs
):
560 from misc2
import wxCaretPtr
561 val
= apply(windowsc
.wxWindow_GetCaret
,(self
,) + _args
, _kwargs
)
562 if val
: val
= wxCaretPtr(val
)
565 class wxWindow(wxWindowPtr
):
566 def __init__(self
,*_args
,**_kwargs
):
567 self
.this
= apply(windowsc
.new_wxWindow
,_args
,_kwargs
)
569 self
._setOORInfo
(self
)
573 def wxPreWindow(*_args
,**_kwargs
):
574 val
= wxWindowPtr(apply(windowsc
.new_wxPreWindow
,_args
,_kwargs
))
576 val
._setOORInfo
(self
)
580 class wxPanelPtr(wxWindowPtr
):
581 def __init__(self
,this
):
584 def Create(self
, *_args
, **_kwargs
):
585 val
= apply(windowsc
.wxPanel_Create
,(self
,) + _args
, _kwargs
)
587 def InitDialog(self
, *_args
, **_kwargs
):
588 val
= apply(windowsc
.wxPanel_InitDialog
,(self
,) + _args
, _kwargs
)
590 def GetDefaultItem(self
, *_args
, **_kwargs
):
591 val
= apply(windowsc
.wxPanel_GetDefaultItem
,(self
,) + _args
, _kwargs
)
593 def SetDefaultItem(self
, *_args
, **_kwargs
):
594 val
= apply(windowsc
.wxPanel_SetDefaultItem
,(self
,) + _args
, _kwargs
)
597 return "<C wxPanel instance at %s>" % (self
.this
,)
598 class wxPanel(wxPanelPtr
):
599 def __init__(self
,*_args
,**_kwargs
):
600 self
.this
= apply(windowsc
.new_wxPanel
,_args
,_kwargs
)
602 self
._setOORInfo
(self
)
606 def wxPrePanel(*_args
,**_kwargs
):
607 val
= wxPanelPtr(apply(windowsc
.new_wxPrePanel
,_args
,_kwargs
))
612 class wxScrolledWindowPtr(wxPanelPtr
):
613 def __init__(self
,this
):
616 def Create(self
, *_args
, **_kwargs
):
617 val
= apply(windowsc
.wxScrolledWindow_Create
,(self
,) + _args
, _kwargs
)
619 def EnableScrolling(self
, *_args
, **_kwargs
):
620 val
= apply(windowsc
.wxScrolledWindow_EnableScrolling
,(self
,) + _args
, _kwargs
)
622 def GetScrollPageSize(self
, *_args
, **_kwargs
):
623 val
= apply(windowsc
.wxScrolledWindow_GetScrollPageSize
,(self
,) + _args
, _kwargs
)
625 def GetScrollPixelsPerUnit(self
, *_args
, **_kwargs
):
626 val
= apply(windowsc
.wxScrolledWindow_GetScrollPixelsPerUnit
,(self
,) + _args
, _kwargs
)
628 def GetTargetWindow(self
, *_args
, **_kwargs
):
629 val
= apply(windowsc
.wxScrolledWindow_GetTargetWindow
,(self
,) + _args
, _kwargs
)
631 def GetVirtualSize(self
, *_args
, **_kwargs
):
632 val
= apply(windowsc
.wxScrolledWindow_GetVirtualSize
,(self
,) + _args
, _kwargs
)
634 def IsRetained(self
, *_args
, **_kwargs
):
635 val
= apply(windowsc
.wxScrolledWindow_IsRetained
,(self
,) + _args
, _kwargs
)
637 def PrepareDC(self
, *_args
, **_kwargs
):
638 val
= apply(windowsc
.wxScrolledWindow_PrepareDC
,(self
,) + _args
, _kwargs
)
640 def Scroll(self
, *_args
, **_kwargs
):
641 val
= apply(windowsc
.wxScrolledWindow_Scroll
,(self
,) + _args
, _kwargs
)
643 def SetScrollbars(self
, *_args
, **_kwargs
):
644 val
= apply(windowsc
.wxScrolledWindow_SetScrollbars
,(self
,) + _args
, _kwargs
)
646 def SetScrollPageSize(self
, *_args
, **_kwargs
):
647 val
= apply(windowsc
.wxScrolledWindow_SetScrollPageSize
,(self
,) + _args
, _kwargs
)
649 def SetTargetWindow(self
, *_args
, **_kwargs
):
650 val
= apply(windowsc
.wxScrolledWindow_SetTargetWindow
,(self
,) + _args
, _kwargs
)
652 def GetViewStart(self
, *_args
, **_kwargs
):
653 val
= apply(windowsc
.wxScrolledWindow_GetViewStart
,(self
,) + _args
, _kwargs
)
655 def CalcScrolledPosition(self
, *_args
, **_kwargs
):
656 val
= apply(windowsc
.wxScrolledWindow_CalcScrolledPosition
,(self
,) + _args
, _kwargs
)
658 def CalcUnscrolledPosition(self
, *_args
, **_kwargs
):
659 val
= apply(windowsc
.wxScrolledWindow_CalcUnscrolledPosition
,(self
,) + _args
, _kwargs
)
661 def SetScale(self
, *_args
, **_kwargs
):
662 val
= apply(windowsc
.wxScrolledWindow_SetScale
,(self
,) + _args
, _kwargs
)
664 def GetScaleX(self
, *_args
, **_kwargs
):
665 val
= apply(windowsc
.wxScrolledWindow_GetScaleX
,(self
,) + _args
, _kwargs
)
667 def GetScaleY(self
, *_args
, **_kwargs
):
668 val
= apply(windowsc
.wxScrolledWindow_GetScaleY
,(self
,) + _args
, _kwargs
)
670 def AdjustScrollbars(self
, *_args
, **_kwargs
):
671 val
= apply(windowsc
.wxScrolledWindow_AdjustScrollbars
,(self
,) + _args
, _kwargs
)
674 return "<C wxScrolledWindow instance at %s>" % (self
.this
,)
675 ViewStart
= GetViewStart
676 class wxScrolledWindow(wxScrolledWindowPtr
):
677 def __init__(self
,*_args
,**_kwargs
):
678 self
.this
= apply(windowsc
.new_wxScrolledWindow
,_args
,_kwargs
)
680 self
._setOORInfo
(self
)
684 def wxPreScrolledWindow(*_args
,**_kwargs
):
685 val
= wxScrolledWindowPtr(apply(windowsc
.new_wxPreScrolledWindow
,_args
,_kwargs
))
687 val
._setOORInfo
(self
)
691 class wxMenuPtr(wxEvtHandlerPtr
):
692 def __init__(self
,this
):
695 def Append(self
, *_args
, **_kwargs
):
696 val
= apply(windowsc
.wxMenu_Append
,(self
,) + _args
, _kwargs
)
698 def AppendMenu(self
, *_args
, **_kwargs
):
699 val
= apply(windowsc
.wxMenu_AppendMenu
,(self
,) + _args
, _kwargs
)
701 def AppendItem(self
, *_args
, **_kwargs
):
702 val
= apply(windowsc
.wxMenu_AppendItem
,(self
,) + _args
, _kwargs
)
704 def AppendSeparator(self
, *_args
, **_kwargs
):
705 val
= apply(windowsc
.wxMenu_AppendSeparator
,(self
,) + _args
, _kwargs
)
707 def Break(self
, *_args
, **_kwargs
):
708 val
= apply(windowsc
.wxMenu_Break
,(self
,) + _args
, _kwargs
)
710 def Check(self
, *_args
, **_kwargs
):
711 val
= apply(windowsc
.wxMenu_Check
,(self
,) + _args
, _kwargs
)
713 def IsChecked(self
, *_args
, **_kwargs
):
714 val
= apply(windowsc
.wxMenu_IsChecked
,(self
,) + _args
, _kwargs
)
716 def Enable(self
, *_args
, **_kwargs
):
717 val
= apply(windowsc
.wxMenu_Enable
,(self
,) + _args
, _kwargs
)
719 def IsEnabled(self
, *_args
, **_kwargs
):
720 val
= apply(windowsc
.wxMenu_IsEnabled
,(self
,) + _args
, _kwargs
)
722 def FindItem(self
, *_args
, **_kwargs
):
723 val
= apply(windowsc
.wxMenu_FindItem
,(self
,) + _args
, _kwargs
)
725 def FindItemById(self
, *_args
, **_kwargs
):
726 val
= apply(windowsc
.wxMenu_FindItemById
,(self
,) + _args
, _kwargs
)
728 def GetTitle(self
, *_args
, **_kwargs
):
729 val
= apply(windowsc
.wxMenu_GetTitle
,(self
,) + _args
, _kwargs
)
731 def SetTitle(self
, *_args
, **_kwargs
):
732 val
= apply(windowsc
.wxMenu_SetTitle
,(self
,) + _args
, _kwargs
)
734 def GetLabel(self
, *_args
, **_kwargs
):
735 val
= apply(windowsc
.wxMenu_GetLabel
,(self
,) + _args
, _kwargs
)
737 def SetLabel(self
, *_args
, **_kwargs
):
738 val
= apply(windowsc
.wxMenu_SetLabel
,(self
,) + _args
, _kwargs
)
740 def GetHelpString(self
, *_args
, **_kwargs
):
741 val
= apply(windowsc
.wxMenu_GetHelpString
,(self
,) + _args
, _kwargs
)
743 def SetHelpString(self
, *_args
, **_kwargs
):
744 val
= apply(windowsc
.wxMenu_SetHelpString
,(self
,) + _args
, _kwargs
)
746 def UpdateUI(self
, *_args
, **_kwargs
):
747 val
= apply(windowsc
.wxMenu_UpdateUI
,(self
,) + _args
, _kwargs
)
749 def Delete(self
, *_args
, **_kwargs
):
750 val
= apply(windowsc
.wxMenu_Delete
,(self
,) + _args
, _kwargs
)
752 def DeleteItem(self
, *_args
, **_kwargs
):
753 val
= apply(windowsc
.wxMenu_DeleteItem
,(self
,) + _args
, _kwargs
)
755 def Insert(self
, *_args
, **_kwargs
):
756 val
= apply(windowsc
.wxMenu_Insert
,(self
,) + _args
, _kwargs
)
758 def Remove(self
, *_args
, **_kwargs
):
759 val
= apply(windowsc
.wxMenu_Remove
,(self
,) + _args
, _kwargs
)
761 def RemoveItem(self
, *_args
, **_kwargs
):
762 val
= apply(windowsc
.wxMenu_RemoveItem
,(self
,) + _args
, _kwargs
)
764 def Destroy(self
, *_args
, **_kwargs
):
765 val
= apply(windowsc
.wxMenu_Destroy
,(self
,) + _args
, _kwargs
)
767 def DestroyId(self
, *_args
, **_kwargs
):
768 val
= apply(windowsc
.wxMenu_DestroyId
,(self
,) + _args
, _kwargs
)
770 def DestroyItem(self
, *_args
, **_kwargs
):
771 val
= apply(windowsc
.wxMenu_DestroyItem
,(self
,) + _args
, _kwargs
)
773 def GetMenuItemCount(self
, *_args
, **_kwargs
):
774 val
= apply(windowsc
.wxMenu_GetMenuItemCount
,(self
,) + _args
, _kwargs
)
776 def GetMenuItems(self
, *_args
, **_kwargs
):
777 val
= apply(windowsc
.wxMenu_GetMenuItems
,(self
,) + _args
, _kwargs
)
779 def SetEventHandler(self
, *_args
, **_kwargs
):
780 val
= apply(windowsc
.wxMenu_SetEventHandler
,(self
,) + _args
, _kwargs
)
782 def GetEventHandler(self
, *_args
, **_kwargs
):
783 val
= apply(windowsc
.wxMenu_GetEventHandler
,(self
,) + _args
, _kwargs
)
785 def SetInvokingWindow(self
, *_args
, **_kwargs
):
786 val
= apply(windowsc
.wxMenu_SetInvokingWindow
,(self
,) + _args
, _kwargs
)
788 def GetInvokingWindow(self
, *_args
, **_kwargs
):
789 val
= apply(windowsc
.wxMenu_GetInvokingWindow
,(self
,) + _args
, _kwargs
)
791 def GetStyle(self
, *_args
, **_kwargs
):
792 val
= apply(windowsc
.wxMenu_GetStyle
,(self
,) + _args
, _kwargs
)
794 def IsAttached(self
, *_args
, **_kwargs
):
795 val
= apply(windowsc
.wxMenu_IsAttached
,(self
,) + _args
, _kwargs
)
797 def SetParent(self
, *_args
, **_kwargs
):
798 val
= apply(windowsc
.wxMenu_SetParent
,(self
,) + _args
, _kwargs
)
800 def GetParent(self
, *_args
, **_kwargs
):
801 val
= apply(windowsc
.wxMenu_GetParent
,(self
,) + _args
, _kwargs
)
804 return "<C wxMenu instance at %s>" % (self
.this
,)
805 class wxMenu(wxMenuPtr
):
806 def __init__(self
,*_args
,**_kwargs
):
807 self
.this
= apply(windowsc
.new_wxMenu
,_args
,_kwargs
)
809 self
._setOORInfo
(self
)
814 class wxMenuBarPtr(wxWindowPtr
):
815 def __init__(self
,this
):
818 def Append(self
, *_args
, **_kwargs
):
819 val
= apply(windowsc
.wxMenuBar_Append
,(self
,) + _args
, _kwargs
)
821 def Insert(self
, *_args
, **_kwargs
):
822 val
= apply(windowsc
.wxMenuBar_Insert
,(self
,) + _args
, _kwargs
)
824 def GetMenuCount(self
, *_args
, **_kwargs
):
825 val
= apply(windowsc
.wxMenuBar_GetMenuCount
,(self
,) + _args
, _kwargs
)
827 def GetMenu(self
, *_args
, **_kwargs
):
828 val
= apply(windowsc
.wxMenuBar_GetMenu
,(self
,) + _args
, _kwargs
)
830 def Replace(self
, *_args
, **_kwargs
):
831 val
= apply(windowsc
.wxMenuBar_Replace
,(self
,) + _args
, _kwargs
)
833 def Remove(self
, *_args
, **_kwargs
):
834 val
= apply(windowsc
.wxMenuBar_Remove
,(self
,) + _args
, _kwargs
)
836 def EnableTop(self
, *_args
, **_kwargs
):
837 val
= apply(windowsc
.wxMenuBar_EnableTop
,(self
,) + _args
, _kwargs
)
839 def SetLabelTop(self
, *_args
, **_kwargs
):
840 val
= apply(windowsc
.wxMenuBar_SetLabelTop
,(self
,) + _args
, _kwargs
)
842 def GetLabelTop(self
, *_args
, **_kwargs
):
843 val
= apply(windowsc
.wxMenuBar_GetLabelTop
,(self
,) + _args
, _kwargs
)
845 def FindMenu(self
, *_args
, **_kwargs
):
846 val
= apply(windowsc
.wxMenuBar_FindMenu
,(self
,) + _args
, _kwargs
)
848 def FindMenuItem(self
, *_args
, **_kwargs
):
849 val
= apply(windowsc
.wxMenuBar_FindMenuItem
,(self
,) + _args
, _kwargs
)
851 def FindItemById(self
, *_args
, **_kwargs
):
852 val
= apply(windowsc
.wxMenuBar_FindItemById
,(self
,) + _args
, _kwargs
)
854 def Enable(self
, *_args
, **_kwargs
):
855 val
= apply(windowsc
.wxMenuBar_Enable
,(self
,) + _args
, _kwargs
)
857 def Check(self
, *_args
, **_kwargs
):
858 val
= apply(windowsc
.wxMenuBar_Check
,(self
,) + _args
, _kwargs
)
860 def IsChecked(self
, *_args
, **_kwargs
):
861 val
= apply(windowsc
.wxMenuBar_IsChecked
,(self
,) + _args
, _kwargs
)
863 def IsEnabled(self
, *_args
, **_kwargs
):
864 val
= apply(windowsc
.wxMenuBar_IsEnabled
,(self
,) + _args
, _kwargs
)
866 def SetLabel(self
, *_args
, **_kwargs
):
867 val
= apply(windowsc
.wxMenuBar_SetLabel
,(self
,) + _args
, _kwargs
)
869 def GetLabel(self
, *_args
, **_kwargs
):
870 val
= apply(windowsc
.wxMenuBar_GetLabel
,(self
,) + _args
, _kwargs
)
872 def SetHelpString(self
, *_args
, **_kwargs
):
873 val
= apply(windowsc
.wxMenuBar_SetHelpString
,(self
,) + _args
, _kwargs
)
875 def GetHelpString(self
, *_args
, **_kwargs
):
876 val
= apply(windowsc
.wxMenuBar_GetHelpString
,(self
,) + _args
, _kwargs
)
879 return "<C wxMenuBar instance at %s>" % (self
.this
,)
880 class wxMenuBar(wxMenuBarPtr
):
881 def __init__(self
,*_args
,**_kwargs
):
882 self
.this
= apply(windowsc
.new_wxMenuBar
,_args
,_kwargs
)
884 self
._setOORInfo
(self
)
889 class wxMenuItemPtr(wxObjectPtr
):
890 def __init__(self
,this
):
893 def GetMenu(self
, *_args
, **_kwargs
):
894 val
= apply(windowsc
.wxMenuItem_GetMenu
,(self
,) + _args
, _kwargs
)
896 def SetId(self
, *_args
, **_kwargs
):
897 val
= apply(windowsc
.wxMenuItem_SetId
,(self
,) + _args
, _kwargs
)
899 def GetId(self
, *_args
, **_kwargs
):
900 val
= apply(windowsc
.wxMenuItem_GetId
,(self
,) + _args
, _kwargs
)
902 def IsSeparator(self
, *_args
, **_kwargs
):
903 val
= apply(windowsc
.wxMenuItem_IsSeparator
,(self
,) + _args
, _kwargs
)
905 def SetText(self
, *_args
, **_kwargs
):
906 val
= apply(windowsc
.wxMenuItem_SetText
,(self
,) + _args
, _kwargs
)
908 def GetLabel(self
, *_args
, **_kwargs
):
909 val
= apply(windowsc
.wxMenuItem_GetLabel
,(self
,) + _args
, _kwargs
)
911 def GetText(self
, *_args
, **_kwargs
):
912 val
= apply(windowsc
.wxMenuItem_GetText
,(self
,) + _args
, _kwargs
)
914 def SetCheckable(self
, *_args
, **_kwargs
):
915 val
= apply(windowsc
.wxMenuItem_SetCheckable
,(self
,) + _args
, _kwargs
)
917 def IsCheckable(self
, *_args
, **_kwargs
):
918 val
= apply(windowsc
.wxMenuItem_IsCheckable
,(self
,) + _args
, _kwargs
)
920 def IsSubMenu(self
, *_args
, **_kwargs
):
921 val
= apply(windowsc
.wxMenuItem_IsSubMenu
,(self
,) + _args
, _kwargs
)
923 def SetSubMenu(self
, *_args
, **_kwargs
):
924 val
= apply(windowsc
.wxMenuItem_SetSubMenu
,(self
,) + _args
, _kwargs
)
926 def GetSubMenu(self
, *_args
, **_kwargs
):
927 val
= apply(windowsc
.wxMenuItem_GetSubMenu
,(self
,) + _args
, _kwargs
)
929 def Enable(self
, *_args
, **_kwargs
):
930 val
= apply(windowsc
.wxMenuItem_Enable
,(self
,) + _args
, _kwargs
)
932 def IsEnabled(self
, *_args
, **_kwargs
):
933 val
= apply(windowsc
.wxMenuItem_IsEnabled
,(self
,) + _args
, _kwargs
)
935 def Check(self
, *_args
, **_kwargs
):
936 val
= apply(windowsc
.wxMenuItem_Check
,(self
,) + _args
, _kwargs
)
938 def IsChecked(self
, *_args
, **_kwargs
):
939 val
= apply(windowsc
.wxMenuItem_IsChecked
,(self
,) + _args
, _kwargs
)
941 def Toggle(self
, *_args
, **_kwargs
):
942 val
= apply(windowsc
.wxMenuItem_Toggle
,(self
,) + _args
, _kwargs
)
944 def SetHelp(self
, *_args
, **_kwargs
):
945 val
= apply(windowsc
.wxMenuItem_SetHelp
,(self
,) + _args
, _kwargs
)
947 def GetHelp(self
, *_args
, **_kwargs
):
948 val
= apply(windowsc
.wxMenuItem_GetHelp
,(self
,) + _args
, _kwargs
)
950 def GetAccel(self
, *_args
, **_kwargs
):
951 val
= apply(windowsc
.wxMenuItem_GetAccel
,(self
,) + _args
, _kwargs
)
952 if val
: val
= wxAcceleratorEntryPtr(val
)
954 def SetAccel(self
, *_args
, **_kwargs
):
955 val
= apply(windowsc
.wxMenuItem_SetAccel
,(self
,) + _args
, _kwargs
)
958 return "<C wxMenuItem instance at %s>" % (self
.this
,)
959 class wxMenuItem(wxMenuItemPtr
):
960 def __init__(self
,*_args
,**_kwargs
):
961 self
.this
= apply(windowsc
.new_wxMenuItem
,_args
,_kwargs
)
969 #-------------- FUNCTION WRAPPERS ------------------
971 wxValidator_IsSilent
= windowsc
.wxValidator_IsSilent
973 wxValidator_SetBellOnError
= windowsc
.wxValidator_SetBellOnError
975 def wxWindow_FindFocus(*_args
, **_kwargs
):
976 val
= apply(windowsc
.wxWindow_FindFocus
,_args
,_kwargs
)
979 wxWindow_NewControlId
= windowsc
.wxWindow_NewControlId
981 wxWindow_NextControlId
= windowsc
.wxWindow_NextControlId
983 wxWindow_PrevControlId
= windowsc
.wxWindow_PrevControlId
985 wxMenuItem_GetLabelFromText
= windowsc
.wxMenuItem_GetLabelFromText
989 #-------------- VARIABLE WRAPPERS ------------------