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
)
58 return "<C wxEvtHandler instance at %s>" % (self
.this
,)
59 class wxEvtHandler(wxEvtHandlerPtr
):
60 def __init__(self
,*_args
,**_kwargs
):
61 self
.this
= apply(windowsc
.new_wxEvtHandler
,_args
,_kwargs
)
67 class wxValidatorPtr(wxEvtHandlerPtr
):
68 def __init__(self
,this
):
71 def Clone(self
, *_args
, **_kwargs
):
72 val
= apply(windowsc
.wxValidator_Clone
,(self
,) + _args
, _kwargs
)
74 def GetWindow(self
, *_args
, **_kwargs
):
75 val
= apply(windowsc
.wxValidator_GetWindow
,(self
,) + _args
, _kwargs
)
77 def SetWindow(self
, *_args
, **_kwargs
):
78 val
= apply(windowsc
.wxValidator_SetWindow
,(self
,) + _args
, _kwargs
)
81 return "<C wxValidator instance at %s>" % (self
.this
,)
82 class wxValidator(wxValidatorPtr
):
83 def __init__(self
,*_args
,**_kwargs
):
84 self
.this
= apply(windowsc
.new_wxValidator
,_args
,_kwargs
)
90 class wxPyValidatorPtr(wxValidatorPtr
):
91 def __init__(self
,this
):
94 def _setSelf(self
, *_args
, **_kwargs
):
95 val
= apply(windowsc
.wxPyValidator__setSelf
,(self
,) + _args
, _kwargs
)
98 return "<C wxPyValidator instance at %s>" % (self
.this
,)
99 class wxPyValidator(wxPyValidatorPtr
):
100 def __init__(self
,*_args
,**_kwargs
):
101 self
.this
= apply(windowsc
.new_wxPyValidator
,_args
,_kwargs
)
103 self
._setSelf
(self
, wxPyValidator
, 1)
108 class wxWindowPtr(wxEvtHandlerPtr
):
109 def __init__(self
,this
):
112 def Create(self
, *_args
, **_kwargs
):
113 val
= apply(windowsc
.wxWindow_Create
,(self
,) + _args
, _kwargs
)
115 def CaptureMouse(self
, *_args
, **_kwargs
):
116 val
= apply(windowsc
.wxWindow_CaptureMouse
,(self
,) + _args
, _kwargs
)
118 def Center(self
, *_args
, **_kwargs
):
119 val
= apply(windowsc
.wxWindow_Center
,(self
,) + _args
, _kwargs
)
121 def Centre(self
, *_args
, **_kwargs
):
122 val
= apply(windowsc
.wxWindow_Centre
,(self
,) + _args
, _kwargs
)
124 def CentreOnParent(self
, *_args
, **_kwargs
):
125 val
= apply(windowsc
.wxWindow_CentreOnParent
,(self
,) + _args
, _kwargs
)
127 def CenterOnParent(self
, *_args
, **_kwargs
):
128 val
= apply(windowsc
.wxWindow_CenterOnParent
,(self
,) + _args
, _kwargs
)
130 def CentreOnScreen(self
, *_args
, **_kwargs
):
131 val
= apply(windowsc
.wxWindow_CentreOnScreen
,(self
,) + _args
, _kwargs
)
133 def CenterOnScreen(self
, *_args
, **_kwargs
):
134 val
= apply(windowsc
.wxWindow_CenterOnScreen
,(self
,) + _args
, _kwargs
)
136 def Clear(self
, *_args
, **_kwargs
):
137 val
= apply(windowsc
.wxWindow_Clear
,(self
,) + _args
, _kwargs
)
139 def ClientToScreenXY(self
, *_args
, **_kwargs
):
140 val
= apply(windowsc
.wxWindow_ClientToScreenXY
,(self
,) + _args
, _kwargs
)
142 def ClientToScreen(self
, *_args
, **_kwargs
):
143 val
= apply(windowsc
.wxWindow_ClientToScreen
,(self
,) + _args
, _kwargs
)
144 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
146 def Close(self
, *_args
, **_kwargs
):
147 val
= apply(windowsc
.wxWindow_Close
,(self
,) + _args
, _kwargs
)
149 def Destroy(self
, *_args
, **_kwargs
):
150 val
= apply(windowsc
.wxWindow_Destroy
,(self
,) + _args
, _kwargs
)
152 def DestroyChildren(self
, *_args
, **_kwargs
):
153 val
= apply(windowsc
.wxWindow_DestroyChildren
,(self
,) + _args
, _kwargs
)
155 def IsBeingDeleted(self
, *_args
, **_kwargs
):
156 val
= apply(windowsc
.wxWindow_IsBeingDeleted
,(self
,) + _args
, _kwargs
)
158 def DragAcceptFiles(self
, *_args
, **_kwargs
):
159 val
= apply(windowsc
.wxWindow_DragAcceptFiles
,(self
,) + _args
, _kwargs
)
161 def Enable(self
, *_args
, **_kwargs
):
162 val
= apply(windowsc
.wxWindow_Enable
,(self
,) + _args
, _kwargs
)
164 def FindWindowById(self
, *_args
, **_kwargs
):
165 val
= apply(windowsc
.wxWindow_FindWindowById
,(self
,) + _args
, _kwargs
)
167 def FindWindowByName(self
, *_args
, **_kwargs
):
168 val
= apply(windowsc
.wxWindow_FindWindowByName
,(self
,) + _args
, _kwargs
)
170 def Fit(self
, *_args
, **_kwargs
):
171 val
= apply(windowsc
.wxWindow_Fit
,(self
,) + _args
, _kwargs
)
173 def GetBackgroundColour(self
, *_args
, **_kwargs
):
174 val
= apply(windowsc
.wxWindow_GetBackgroundColour
,(self
,) + _args
, _kwargs
)
175 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
177 def GetChildren(self
, *_args
, **_kwargs
):
178 val
= apply(windowsc
.wxWindow_GetChildren
,(self
,) + _args
, _kwargs
)
180 def GetCharHeight(self
, *_args
, **_kwargs
):
181 val
= apply(windowsc
.wxWindow_GetCharHeight
,(self
,) + _args
, _kwargs
)
183 def GetCharWidth(self
, *_args
, **_kwargs
):
184 val
= apply(windowsc
.wxWindow_GetCharWidth
,(self
,) + _args
, _kwargs
)
186 def GetClientSizeTuple(self
, *_args
, **_kwargs
):
187 val
= apply(windowsc
.wxWindow_GetClientSizeTuple
,(self
,) + _args
, _kwargs
)
189 def GetClientSize(self
, *_args
, **_kwargs
):
190 val
= apply(windowsc
.wxWindow_GetClientSize
,(self
,) + _args
, _kwargs
)
191 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
193 def GetConstraints(self
, *_args
, **_kwargs
):
194 val
= apply(windowsc
.wxWindow_GetConstraints
,(self
,) + _args
, _kwargs
)
195 if val
: val
= wxLayoutConstraintsPtr(val
)
197 def GetEventHandler(self
, *_args
, **_kwargs
):
198 val
= apply(windowsc
.wxWindow_GetEventHandler
,(self
,) + _args
, _kwargs
)
200 def GetFont(self
, *_args
, **_kwargs
):
201 val
= apply(windowsc
.wxWindow_GetFont
,(self
,) + _args
, _kwargs
)
202 if val
: val
= wxFontPtr(val
)
204 def GetForegroundColour(self
, *_args
, **_kwargs
):
205 val
= apply(windowsc
.wxWindow_GetForegroundColour
,(self
,) + _args
, _kwargs
)
206 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
208 def GetGrandParent(self
, *_args
, **_kwargs
):
209 val
= apply(windowsc
.wxWindow_GetGrandParent
,(self
,) + _args
, _kwargs
)
211 def GetHandle(self
, *_args
, **_kwargs
):
212 val
= apply(windowsc
.wxWindow_GetHandle
,(self
,) + _args
, _kwargs
)
214 def GetId(self
, *_args
, **_kwargs
):
215 val
= apply(windowsc
.wxWindow_GetId
,(self
,) + _args
, _kwargs
)
217 def GetLabel(self
, *_args
, **_kwargs
):
218 val
= apply(windowsc
.wxWindow_GetLabel
,(self
,) + _args
, _kwargs
)
220 def SetLabel(self
, *_args
, **_kwargs
):
221 val
= apply(windowsc
.wxWindow_SetLabel
,(self
,) + _args
, _kwargs
)
223 def GetName(self
, *_args
, **_kwargs
):
224 val
= apply(windowsc
.wxWindow_GetName
,(self
,) + _args
, _kwargs
)
226 def GetParent(self
, *_args
, **_kwargs
):
227 val
= apply(windowsc
.wxWindow_GetParent
,(self
,) + _args
, _kwargs
)
229 def GetPositionTuple(self
, *_args
, **_kwargs
):
230 val
= apply(windowsc
.wxWindow_GetPositionTuple
,(self
,) + _args
, _kwargs
)
232 def GetPosition(self
, *_args
, **_kwargs
):
233 val
= apply(windowsc
.wxWindow_GetPosition
,(self
,) + _args
, _kwargs
)
234 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
236 def GetRect(self
, *_args
, **_kwargs
):
237 val
= apply(windowsc
.wxWindow_GetRect
,(self
,) + _args
, _kwargs
)
238 if val
: val
= wxRectPtr(val
) ; val
.thisown
= 1
240 def GetScrollThumb(self
, *_args
, **_kwargs
):
241 val
= apply(windowsc
.wxWindow_GetScrollThumb
,(self
,) + _args
, _kwargs
)
243 def GetScrollPos(self
, *_args
, **_kwargs
):
244 val
= apply(windowsc
.wxWindow_GetScrollPos
,(self
,) + _args
, _kwargs
)
246 def GetScrollRange(self
, *_args
, **_kwargs
):
247 val
= apply(windowsc
.wxWindow_GetScrollRange
,(self
,) + _args
, _kwargs
)
249 def GetSizeTuple(self
, *_args
, **_kwargs
):
250 val
= apply(windowsc
.wxWindow_GetSizeTuple
,(self
,) + _args
, _kwargs
)
252 def GetSize(self
, *_args
, **_kwargs
):
253 val
= apply(windowsc
.wxWindow_GetSize
,(self
,) + _args
, _kwargs
)
254 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
256 def GetTextExtent(self
, *_args
, **_kwargs
):
257 val
= apply(windowsc
.wxWindow_GetTextExtent
,(self
,) + _args
, _kwargs
)
259 def GetFullTextExtent(self
, *_args
, **_kwargs
):
260 val
= apply(windowsc
.wxWindow_GetFullTextExtent
,(self
,) + _args
, _kwargs
)
262 def GetTitle(self
, *_args
, **_kwargs
):
263 val
= apply(windowsc
.wxWindow_GetTitle
,(self
,) + _args
, _kwargs
)
265 def GetUpdateRegion(self
, *_args
, **_kwargs
):
266 val
= apply(windowsc
.wxWindow_GetUpdateRegion
,(self
,) + _args
, _kwargs
)
267 if val
: val
= wxRegionPtr(val
) ; val
.thisown
= 1
269 def GetWindowStyleFlag(self
, *_args
, **_kwargs
):
270 val
= apply(windowsc
.wxWindow_GetWindowStyleFlag
,(self
,) + _args
, _kwargs
)
272 def SetWindowStyleFlag(self
, *_args
, **_kwargs
):
273 val
= apply(windowsc
.wxWindow_SetWindowStyleFlag
,(self
,) + _args
, _kwargs
)
275 def SetWindowStyle(self
, *_args
, **_kwargs
):
276 val
= apply(windowsc
.wxWindow_SetWindowStyle
,(self
,) + _args
, _kwargs
)
278 def Hide(self
, *_args
, **_kwargs
):
279 val
= apply(windowsc
.wxWindow_Hide
,(self
,) + _args
, _kwargs
)
281 def InitDialog(self
, *_args
, **_kwargs
):
282 val
= apply(windowsc
.wxWindow_InitDialog
,(self
,) + _args
, _kwargs
)
284 def IsEnabled(self
, *_args
, **_kwargs
):
285 val
= apply(windowsc
.wxWindow_IsEnabled
,(self
,) + _args
, _kwargs
)
287 def IsExposed(self
, *_args
, **_kwargs
):
288 val
= apply(windowsc
.wxWindow_IsExposed
,(self
,) + _args
, _kwargs
)
290 def IsExposedPoint(self
, *_args
, **_kwargs
):
291 val
= apply(windowsc
.wxWindow_IsExposedPoint
,(self
,) + _args
, _kwargs
)
293 def IsExposedRect(self
, *_args
, **_kwargs
):
294 val
= apply(windowsc
.wxWindow_IsExposedRect
,(self
,) + _args
, _kwargs
)
296 def IsRetained(self
, *_args
, **_kwargs
):
297 val
= apply(windowsc
.wxWindow_IsRetained
,(self
,) + _args
, _kwargs
)
299 def IsShown(self
, *_args
, **_kwargs
):
300 val
= apply(windowsc
.wxWindow_IsShown
,(self
,) + _args
, _kwargs
)
302 def IsTopLevel(self
, *_args
, **_kwargs
):
303 val
= apply(windowsc
.wxWindow_IsTopLevel
,(self
,) + _args
, _kwargs
)
305 def Layout(self
, *_args
, **_kwargs
):
306 val
= apply(windowsc
.wxWindow_Layout
,(self
,) + _args
, _kwargs
)
308 def LoadFromResource(self
, *_args
, **_kwargs
):
309 val
= apply(windowsc
.wxWindow_LoadFromResource
,(self
,) + _args
, _kwargs
)
311 def Lower(self
, *_args
, **_kwargs
):
312 val
= apply(windowsc
.wxWindow_Lower
,(self
,) + _args
, _kwargs
)
314 def MakeModal(self
, *_args
, **_kwargs
):
315 val
= apply(windowsc
.wxWindow_MakeModal
,(self
,) + _args
, _kwargs
)
317 def MoveXY(self
, *_args
, **_kwargs
):
318 val
= apply(windowsc
.wxWindow_MoveXY
,(self
,) + _args
, _kwargs
)
320 def Move(self
, *_args
, **_kwargs
):
321 val
= apply(windowsc
.wxWindow_Move
,(self
,) + _args
, _kwargs
)
323 def PopEventHandler(self
, *_args
, **_kwargs
):
324 val
= apply(windowsc
.wxWindow_PopEventHandler
,(self
,) + _args
, _kwargs
)
326 def PushEventHandler(self
, *_args
, **_kwargs
):
327 val
= apply(windowsc
.wxWindow_PushEventHandler
,(self
,) + _args
, _kwargs
)
329 def PopupMenuXY(self
, *_args
, **_kwargs
):
330 val
= apply(windowsc
.wxWindow_PopupMenuXY
,(self
,) + _args
, _kwargs
)
332 def PopupMenu(self
, *_args
, **_kwargs
):
333 val
= apply(windowsc
.wxWindow_PopupMenu
,(self
,) + _args
, _kwargs
)
335 def Raise(self
, *_args
, **_kwargs
):
336 val
= apply(windowsc
.wxWindow_Raise
,(self
,) + _args
, _kwargs
)
338 def Refresh(self
, *_args
, **_kwargs
):
339 val
= apply(windowsc
.wxWindow_Refresh
,(self
,) + _args
, _kwargs
)
341 def RefreshRect(self
, *_args
, **_kwargs
):
342 val
= apply(windowsc
.wxWindow_RefreshRect
,(self
,) + _args
, _kwargs
)
344 def ReleaseMouse(self
, *_args
, **_kwargs
):
345 val
= apply(windowsc
.wxWindow_ReleaseMouse
,(self
,) + _args
, _kwargs
)
347 def RemoveChild(self
, *_args
, **_kwargs
):
348 val
= apply(windowsc
.wxWindow_RemoveChild
,(self
,) + _args
, _kwargs
)
350 def Reparent(self
, *_args
, **_kwargs
):
351 val
= apply(windowsc
.wxWindow_Reparent
,(self
,) + _args
, _kwargs
)
353 def ScreenToClientXY(self
, *_args
, **_kwargs
):
354 val
= apply(windowsc
.wxWindow_ScreenToClientXY
,(self
,) + _args
, _kwargs
)
356 def ScreenToClient(self
, *_args
, **_kwargs
):
357 val
= apply(windowsc
.wxWindow_ScreenToClient
,(self
,) + _args
, _kwargs
)
358 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
360 def ScrollWindow(self
, *_args
, **_kwargs
):
361 val
= apply(windowsc
.wxWindow_ScrollWindow
,(self
,) + _args
, _kwargs
)
363 def SetAcceleratorTable(self
, *_args
, **_kwargs
):
364 val
= apply(windowsc
.wxWindow_SetAcceleratorTable
,(self
,) + _args
, _kwargs
)
366 def SetAutoLayout(self
, *_args
, **_kwargs
):
367 val
= apply(windowsc
.wxWindow_SetAutoLayout
,(self
,) + _args
, _kwargs
)
369 def GetAutoLayout(self
, *_args
, **_kwargs
):
370 val
= apply(windowsc
.wxWindow_GetAutoLayout
,(self
,) + _args
, _kwargs
)
372 def SetBackgroundColour(self
, *_args
, **_kwargs
):
373 val
= apply(windowsc
.wxWindow_SetBackgroundColour
,(self
,) + _args
, _kwargs
)
375 def SetConstraints(self
, *_args
, **_kwargs
):
376 val
= apply(windowsc
.wxWindow_SetConstraints
,(self
,) + _args
, _kwargs
)
378 def UnsetConstraints(self
, *_args
, **_kwargs
):
379 val
= apply(windowsc
.wxWindow_UnsetConstraints
,(self
,) + _args
, _kwargs
)
381 def SetFocus(self
, *_args
, **_kwargs
):
382 val
= apply(windowsc
.wxWindow_SetFocus
,(self
,) + _args
, _kwargs
)
384 def AcceptsFocus(self
, *_args
, **_kwargs
):
385 val
= apply(windowsc
.wxWindow_AcceptsFocus
,(self
,) + _args
, _kwargs
)
387 def SetFont(self
, *_args
, **_kwargs
):
388 val
= apply(windowsc
.wxWindow_SetFont
,(self
,) + _args
, _kwargs
)
390 def SetForegroundColour(self
, *_args
, **_kwargs
):
391 val
= apply(windowsc
.wxWindow_SetForegroundColour
,(self
,) + _args
, _kwargs
)
393 def SetId(self
, *_args
, **_kwargs
):
394 val
= apply(windowsc
.wxWindow_SetId
,(self
,) + _args
, _kwargs
)
396 def SetName(self
, *_args
, **_kwargs
):
397 val
= apply(windowsc
.wxWindow_SetName
,(self
,) + _args
, _kwargs
)
399 def SetScrollbar(self
, *_args
, **_kwargs
):
400 val
= apply(windowsc
.wxWindow_SetScrollbar
,(self
,) + _args
, _kwargs
)
402 def SetScrollPos(self
, *_args
, **_kwargs
):
403 val
= apply(windowsc
.wxWindow_SetScrollPos
,(self
,) + _args
, _kwargs
)
405 def SetDimensions(self
, *_args
, **_kwargs
):
406 val
= apply(windowsc
.wxWindow_SetDimensions
,(self
,) + _args
, _kwargs
)
408 def SetSize(self
, *_args
, **_kwargs
):
409 val
= apply(windowsc
.wxWindow_SetSize
,(self
,) + _args
, _kwargs
)
411 def SetPosition(self
, *_args
, **_kwargs
):
412 val
= apply(windowsc
.wxWindow_SetPosition
,(self
,) + _args
, _kwargs
)
414 def SetRect(self
, *_args
, **_kwargs
):
415 val
= apply(windowsc
.wxWindow_SetRect
,(self
,) + _args
, _kwargs
)
417 def SetSizeHints(self
, *_args
, **_kwargs
):
418 val
= apply(windowsc
.wxWindow_SetSizeHints
,(self
,) + _args
, _kwargs
)
420 def SetClientSizeWH(self
, *_args
, **_kwargs
):
421 val
= apply(windowsc
.wxWindow_SetClientSizeWH
,(self
,) + _args
, _kwargs
)
423 def SetClientSize(self
, *_args
, **_kwargs
):
424 val
= apply(windowsc
.wxWindow_SetClientSize
,(self
,) + _args
, _kwargs
)
426 def SetCursor(self
, *_args
, **_kwargs
):
427 val
= apply(windowsc
.wxWindow_SetCursor
,(self
,) + _args
, _kwargs
)
429 def SetEventHandler(self
, *_args
, **_kwargs
):
430 val
= apply(windowsc
.wxWindow_SetEventHandler
,(self
,) + _args
, _kwargs
)
432 def SetExtraStyle(self
, *_args
, **_kwargs
):
433 val
= apply(windowsc
.wxWindow_SetExtraStyle
,(self
,) + _args
, _kwargs
)
435 def SetTitle(self
, *_args
, **_kwargs
):
436 val
= apply(windowsc
.wxWindow_SetTitle
,(self
,) + _args
, _kwargs
)
438 def Show(self
, *_args
, **_kwargs
):
439 val
= apply(windowsc
.wxWindow_Show
,(self
,) + _args
, _kwargs
)
441 def TransferDataFromWindow(self
, *_args
, **_kwargs
):
442 val
= apply(windowsc
.wxWindow_TransferDataFromWindow
,(self
,) + _args
, _kwargs
)
444 def TransferDataToWindow(self
, *_args
, **_kwargs
):
445 val
= apply(windowsc
.wxWindow_TransferDataToWindow
,(self
,) + _args
, _kwargs
)
447 def Validate(self
, *_args
, **_kwargs
):
448 val
= apply(windowsc
.wxWindow_Validate
,(self
,) + _args
, _kwargs
)
450 def WarpPointer(self
, *_args
, **_kwargs
):
451 val
= apply(windowsc
.wxWindow_WarpPointer
,(self
,) + _args
, _kwargs
)
453 def ConvertDialogPointToPixels(self
, *_args
, **_kwargs
):
454 val
= apply(windowsc
.wxWindow_ConvertDialogPointToPixels
,(self
,) + _args
, _kwargs
)
455 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
457 def ConvertDialogSizeToPixels(self
, *_args
, **_kwargs
):
458 val
= apply(windowsc
.wxWindow_ConvertDialogSizeToPixels
,(self
,) + _args
, _kwargs
)
459 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
461 def DLG_PNT(self
, *_args
, **_kwargs
):
462 val
= apply(windowsc
.wxWindow_DLG_PNT
,(self
,) + _args
, _kwargs
)
463 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
465 def DLG_SZE(self
, *_args
, **_kwargs
):
466 val
= apply(windowsc
.wxWindow_DLG_SZE
,(self
,) + _args
, _kwargs
)
467 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
469 def ConvertPixelPointToDialog(self
, *_args
, **_kwargs
):
470 val
= apply(windowsc
.wxWindow_ConvertPixelPointToDialog
,(self
,) + _args
, _kwargs
)
471 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
473 def ConvertPixelSizeToDialog(self
, *_args
, **_kwargs
):
474 val
= apply(windowsc
.wxWindow_ConvertPixelSizeToDialog
,(self
,) + _args
, _kwargs
)
475 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
477 def SetToolTipString(self
, *_args
, **_kwargs
):
478 val
= apply(windowsc
.wxWindow_SetToolTipString
,(self
,) + _args
, _kwargs
)
480 def SetToolTip(self
, *_args
, **_kwargs
):
481 val
= apply(windowsc
.wxWindow_SetToolTip
,(self
,) + _args
, _kwargs
)
483 def GetToolTip(self
, *_args
, **_kwargs
):
484 val
= apply(windowsc
.wxWindow_GetToolTip
,(self
,) + _args
, _kwargs
)
486 def SetSizer(self
, *_args
, **_kwargs
):
487 val
= apply(windowsc
.wxWindow_SetSizer
,(self
,) + _args
, _kwargs
)
489 def GetSizer(self
, *_args
, **_kwargs
):
490 val
= apply(windowsc
.wxWindow_GetSizer
,(self
,) + _args
, _kwargs
)
492 def GetValidator(self
, *_args
, **_kwargs
):
493 val
= apply(windowsc
.wxWindow_GetValidator
,(self
,) + _args
, _kwargs
)
495 def SetValidator(self
, *_args
, **_kwargs
):
496 val
= apply(windowsc
.wxWindow_SetValidator
,(self
,) + _args
, _kwargs
)
498 def SetDropTarget(self
, *_args
, **_kwargs
):
499 val
= apply(windowsc
.wxWindow_SetDropTarget
,(self
,) + _args
, _kwargs
)
502 def GetDropTarget(self
, *_args
, **_kwargs
):
503 val
= apply(windowsc
.wxWindow_GetDropTarget
,(self
,) + _args
, _kwargs
)
504 if val
: val
= wxDropTargetPtr(val
)
506 def GetBestSize(self
, *_args
, **_kwargs
):
507 val
= apply(windowsc
.wxWindow_GetBestSize
,(self
,) + _args
, _kwargs
)
508 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
510 def SetCaret(self
, *_args
, **_kwargs
):
511 val
= apply(windowsc
.wxWindow_SetCaret
,(self
,) + _args
, _kwargs
)
513 def GetCaret(self
, *_args
, **_kwargs
):
514 val
= apply(windowsc
.wxWindow_GetCaret
,(self
,) + _args
, _kwargs
)
515 if val
: val
= wxCaretPtr(val
)
517 def Freeze(self
, *_args
, **_kwargs
):
518 val
= apply(windowsc
.wxWindow_Freeze
,(self
,) + _args
, _kwargs
)
520 def Thaw(self
, *_args
, **_kwargs
):
521 val
= apply(windowsc
.wxWindow_Thaw
,(self
,) + _args
, _kwargs
)
523 def Update(self
, *_args
, **_kwargs
):
524 val
= apply(windowsc
.wxWindow_Update
,(self
,) + _args
, _kwargs
)
526 def GetHelpText(self
, *_args
, **_kwargs
):
527 val
= apply(windowsc
.wxWindow_GetHelpText
,(self
,) + _args
, _kwargs
)
529 def SetHelpText(self
, *_args
, **_kwargs
):
530 val
= apply(windowsc
.wxWindow_SetHelpText
,(self
,) + _args
, _kwargs
)
532 def ScrollLines(self
, *_args
, **_kwargs
):
533 val
= apply(windowsc
.wxWindow_ScrollLines
,(self
,) + _args
, _kwargs
)
535 def ScrollPages(self
, *_args
, **_kwargs
):
536 val
= apply(windowsc
.wxWindow_ScrollPages
,(self
,) + _args
, _kwargs
)
538 def LineUp(self
, *_args
, **_kwargs
):
539 val
= apply(windowsc
.wxWindow_LineUp
,(self
,) + _args
, _kwargs
)
541 def LineDown(self
, *_args
, **_kwargs
):
542 val
= apply(windowsc
.wxWindow_LineDown
,(self
,) + _args
, _kwargs
)
544 def PageUp(self
, *_args
, **_kwargs
):
545 val
= apply(windowsc
.wxWindow_PageUp
,(self
,) + _args
, _kwargs
)
547 def PageDown(self
, *_args
, **_kwargs
):
548 val
= apply(windowsc
.wxWindow_PageDown
,(self
,) + _args
, _kwargs
)
550 def GetAcceleratorTable(self
, *_args
, **_kwargs
):
551 val
= apply(windowsc
.wxWindow_GetAcceleratorTable
,(self
,) + _args
, _kwargs
)
552 if val
: val
= wxAcceleratorTablePtr(val
)
555 return "<C wxWindow instance at %s>" % (self
.this
,)
556 # replaces broken shadow method
557 def GetCaret(self
, *_args
, **_kwargs
):
558 from misc2
import wxCaretPtr
559 val
= apply(windowsc
.wxWindow_GetCaret
,(self
,) + _args
, _kwargs
)
560 if val
: val
= wxCaretPtr(val
)
563 class wxWindow(wxWindowPtr
):
564 def __init__(self
,*_args
,**_kwargs
):
565 self
.this
= apply(windowsc
.new_wxWindow
,_args
,_kwargs
)
570 def wxPreWindow(*_args
,**_kwargs
):
571 val
= wxWindowPtr(apply(windowsc
.new_wxPreWindow
,_args
,_kwargs
))
576 class wxPanelPtr(wxWindowPtr
):
577 def __init__(self
,this
):
580 def Create(self
, *_args
, **_kwargs
):
581 val
= apply(windowsc
.wxPanel_Create
,(self
,) + _args
, _kwargs
)
583 def InitDialog(self
, *_args
, **_kwargs
):
584 val
= apply(windowsc
.wxPanel_InitDialog
,(self
,) + _args
, _kwargs
)
586 def GetDefaultItem(self
, *_args
, **_kwargs
):
587 val
= apply(windowsc
.wxPanel_GetDefaultItem
,(self
,) + _args
, _kwargs
)
589 def SetDefaultItem(self
, *_args
, **_kwargs
):
590 val
= apply(windowsc
.wxPanel_SetDefaultItem
,(self
,) + _args
, _kwargs
)
593 return "<C wxPanel instance at %s>" % (self
.this
,)
594 class wxPanel(wxPanelPtr
):
595 def __init__(self
,*_args
,**_kwargs
):
596 self
.this
= apply(windowsc
.new_wxPanel
,_args
,_kwargs
)
601 def wxPrePanel(*_args
,**_kwargs
):
602 val
= wxPanelPtr(apply(windowsc
.new_wxPrePanel
,_args
,_kwargs
))
607 class wxScrolledWindowPtr(wxPanelPtr
):
608 def __init__(self
,this
):
611 def Create(self
, *_args
, **_kwargs
):
612 val
= apply(windowsc
.wxScrolledWindow_Create
,(self
,) + _args
, _kwargs
)
614 def EnableScrolling(self
, *_args
, **_kwargs
):
615 val
= apply(windowsc
.wxScrolledWindow_EnableScrolling
,(self
,) + _args
, _kwargs
)
617 def GetScrollPageSize(self
, *_args
, **_kwargs
):
618 val
= apply(windowsc
.wxScrolledWindow_GetScrollPageSize
,(self
,) + _args
, _kwargs
)
620 def GetScrollPixelsPerUnit(self
, *_args
, **_kwargs
):
621 val
= apply(windowsc
.wxScrolledWindow_GetScrollPixelsPerUnit
,(self
,) + _args
, _kwargs
)
623 def GetTargetWindow(self
, *_args
, **_kwargs
):
624 val
= apply(windowsc
.wxScrolledWindow_GetTargetWindow
,(self
,) + _args
, _kwargs
)
626 def GetVirtualSize(self
, *_args
, **_kwargs
):
627 val
= apply(windowsc
.wxScrolledWindow_GetVirtualSize
,(self
,) + _args
, _kwargs
)
629 def IsRetained(self
, *_args
, **_kwargs
):
630 val
= apply(windowsc
.wxScrolledWindow_IsRetained
,(self
,) + _args
, _kwargs
)
632 def PrepareDC(self
, *_args
, **_kwargs
):
633 val
= apply(windowsc
.wxScrolledWindow_PrepareDC
,(self
,) + _args
, _kwargs
)
635 def Scroll(self
, *_args
, **_kwargs
):
636 val
= apply(windowsc
.wxScrolledWindow_Scroll
,(self
,) + _args
, _kwargs
)
638 def SetScrollbars(self
, *_args
, **_kwargs
):
639 val
= apply(windowsc
.wxScrolledWindow_SetScrollbars
,(self
,) + _args
, _kwargs
)
641 def SetScrollPageSize(self
, *_args
, **_kwargs
):
642 val
= apply(windowsc
.wxScrolledWindow_SetScrollPageSize
,(self
,) + _args
, _kwargs
)
644 def SetTargetWindow(self
, *_args
, **_kwargs
):
645 val
= apply(windowsc
.wxScrolledWindow_SetTargetWindow
,(self
,) + _args
, _kwargs
)
647 def GetViewStart(self
, *_args
, **_kwargs
):
648 val
= apply(windowsc
.wxScrolledWindow_GetViewStart
,(self
,) + _args
, _kwargs
)
650 def CalcScrolledPosition(self
, *_args
, **_kwargs
):
651 val
= apply(windowsc
.wxScrolledWindow_CalcScrolledPosition
,(self
,) + _args
, _kwargs
)
653 def CalcUnscrolledPosition(self
, *_args
, **_kwargs
):
654 val
= apply(windowsc
.wxScrolledWindow_CalcUnscrolledPosition
,(self
,) + _args
, _kwargs
)
656 def SetScale(self
, *_args
, **_kwargs
):
657 val
= apply(windowsc
.wxScrolledWindow_SetScale
,(self
,) + _args
, _kwargs
)
659 def GetScaleX(self
, *_args
, **_kwargs
):
660 val
= apply(windowsc
.wxScrolledWindow_GetScaleX
,(self
,) + _args
, _kwargs
)
662 def GetScaleY(self
, *_args
, **_kwargs
):
663 val
= apply(windowsc
.wxScrolledWindow_GetScaleY
,(self
,) + _args
, _kwargs
)
665 def AdjustScrollbars(self
, *_args
, **_kwargs
):
666 val
= apply(windowsc
.wxScrolledWindow_AdjustScrollbars
,(self
,) + _args
, _kwargs
)
669 return "<C wxScrolledWindow instance at %s>" % (self
.this
,)
670 ViewStart
= GetViewStart
671 class wxScrolledWindow(wxScrolledWindowPtr
):
672 def __init__(self
,*_args
,**_kwargs
):
673 self
.this
= apply(windowsc
.new_wxScrolledWindow
,_args
,_kwargs
)
678 def wxPreScrolledWindow(*_args
,**_kwargs
):
679 val
= wxScrolledWindowPtr(apply(windowsc
.new_wxPreScrolledWindow
,_args
,_kwargs
))
684 class wxMenuPtr(wxEvtHandlerPtr
):
685 def __init__(self
,this
):
688 def Append(self
, *_args
, **_kwargs
):
689 val
= apply(windowsc
.wxMenu_Append
,(self
,) + _args
, _kwargs
)
691 def AppendMenu(self
, *_args
, **_kwargs
):
692 val
= apply(windowsc
.wxMenu_AppendMenu
,(self
,) + _args
, _kwargs
)
694 def AppendItem(self
, *_args
, **_kwargs
):
695 val
= apply(windowsc
.wxMenu_AppendItem
,(self
,) + _args
, _kwargs
)
697 def AppendSeparator(self
, *_args
, **_kwargs
):
698 val
= apply(windowsc
.wxMenu_AppendSeparator
,(self
,) + _args
, _kwargs
)
700 def Break(self
, *_args
, **_kwargs
):
701 val
= apply(windowsc
.wxMenu_Break
,(self
,) + _args
, _kwargs
)
703 def Check(self
, *_args
, **_kwargs
):
704 val
= apply(windowsc
.wxMenu_Check
,(self
,) + _args
, _kwargs
)
706 def IsChecked(self
, *_args
, **_kwargs
):
707 val
= apply(windowsc
.wxMenu_IsChecked
,(self
,) + _args
, _kwargs
)
709 def Enable(self
, *_args
, **_kwargs
):
710 val
= apply(windowsc
.wxMenu_Enable
,(self
,) + _args
, _kwargs
)
712 def IsEnabled(self
, *_args
, **_kwargs
):
713 val
= apply(windowsc
.wxMenu_IsEnabled
,(self
,) + _args
, _kwargs
)
715 def FindItem(self
, *_args
, **_kwargs
):
716 val
= apply(windowsc
.wxMenu_FindItem
,(self
,) + _args
, _kwargs
)
718 def FindItemById(self
, *_args
, **_kwargs
):
719 val
= apply(windowsc
.wxMenu_FindItemById
,(self
,) + _args
, _kwargs
)
721 def GetTitle(self
, *_args
, **_kwargs
):
722 val
= apply(windowsc
.wxMenu_GetTitle
,(self
,) + _args
, _kwargs
)
724 def SetTitle(self
, *_args
, **_kwargs
):
725 val
= apply(windowsc
.wxMenu_SetTitle
,(self
,) + _args
, _kwargs
)
727 def GetLabel(self
, *_args
, **_kwargs
):
728 val
= apply(windowsc
.wxMenu_GetLabel
,(self
,) + _args
, _kwargs
)
730 def SetLabel(self
, *_args
, **_kwargs
):
731 val
= apply(windowsc
.wxMenu_SetLabel
,(self
,) + _args
, _kwargs
)
733 def GetHelpString(self
, *_args
, **_kwargs
):
734 val
= apply(windowsc
.wxMenu_GetHelpString
,(self
,) + _args
, _kwargs
)
736 def SetHelpString(self
, *_args
, **_kwargs
):
737 val
= apply(windowsc
.wxMenu_SetHelpString
,(self
,) + _args
, _kwargs
)
739 def UpdateUI(self
, *_args
, **_kwargs
):
740 val
= apply(windowsc
.wxMenu_UpdateUI
,(self
,) + _args
, _kwargs
)
742 def Delete(self
, *_args
, **_kwargs
):
743 val
= apply(windowsc
.wxMenu_Delete
,(self
,) + _args
, _kwargs
)
745 def DeleteItem(self
, *_args
, **_kwargs
):
746 val
= apply(windowsc
.wxMenu_DeleteItem
,(self
,) + _args
, _kwargs
)
748 def Insert(self
, *_args
, **_kwargs
):
749 val
= apply(windowsc
.wxMenu_Insert
,(self
,) + _args
, _kwargs
)
751 def Remove(self
, *_args
, **_kwargs
):
752 val
= apply(windowsc
.wxMenu_Remove
,(self
,) + _args
, _kwargs
)
754 def RemoveItem(self
, *_args
, **_kwargs
):
755 val
= apply(windowsc
.wxMenu_RemoveItem
,(self
,) + _args
, _kwargs
)
757 def Destroy(self
, *_args
, **_kwargs
):
758 val
= apply(windowsc
.wxMenu_Destroy
,(self
,) + _args
, _kwargs
)
760 def DestroyId(self
, *_args
, **_kwargs
):
761 val
= apply(windowsc
.wxMenu_DestroyId
,(self
,) + _args
, _kwargs
)
763 def DestroyItem(self
, *_args
, **_kwargs
):
764 val
= apply(windowsc
.wxMenu_DestroyItem
,(self
,) + _args
, _kwargs
)
766 def GetMenuItemCount(self
, *_args
, **_kwargs
):
767 val
= apply(windowsc
.wxMenu_GetMenuItemCount
,(self
,) + _args
, _kwargs
)
769 def GetMenuItems(self
, *_args
, **_kwargs
):
770 val
= apply(windowsc
.wxMenu_GetMenuItems
,(self
,) + _args
, _kwargs
)
772 def SetEventHandler(self
, *_args
, **_kwargs
):
773 val
= apply(windowsc
.wxMenu_SetEventHandler
,(self
,) + _args
, _kwargs
)
775 def GetEventHandler(self
, *_args
, **_kwargs
):
776 val
= apply(windowsc
.wxMenu_GetEventHandler
,(self
,) + _args
, _kwargs
)
778 def SetInvokingWindow(self
, *_args
, **_kwargs
):
779 val
= apply(windowsc
.wxMenu_SetInvokingWindow
,(self
,) + _args
, _kwargs
)
781 def GetInvokingWindow(self
, *_args
, **_kwargs
):
782 val
= apply(windowsc
.wxMenu_GetInvokingWindow
,(self
,) + _args
, _kwargs
)
784 def GetStyle(self
, *_args
, **_kwargs
):
785 val
= apply(windowsc
.wxMenu_GetStyle
,(self
,) + _args
, _kwargs
)
787 def IsAttached(self
, *_args
, **_kwargs
):
788 val
= apply(windowsc
.wxMenu_IsAttached
,(self
,) + _args
, _kwargs
)
790 def SetParent(self
, *_args
, **_kwargs
):
791 val
= apply(windowsc
.wxMenu_SetParent
,(self
,) + _args
, _kwargs
)
793 def GetParent(self
, *_args
, **_kwargs
):
794 val
= apply(windowsc
.wxMenu_GetParent
,(self
,) + _args
, _kwargs
)
797 return "<C wxMenu instance at %s>" % (self
.this
,)
798 class wxMenu(wxMenuPtr
):
799 def __init__(self
,*_args
,**_kwargs
):
800 self
.this
= apply(windowsc
.new_wxMenu
,_args
,_kwargs
)
806 class wxMenuBarPtr(wxWindowPtr
):
807 def __init__(self
,this
):
810 def Append(self
, *_args
, **_kwargs
):
811 val
= apply(windowsc
.wxMenuBar_Append
,(self
,) + _args
, _kwargs
)
813 def Insert(self
, *_args
, **_kwargs
):
814 val
= apply(windowsc
.wxMenuBar_Insert
,(self
,) + _args
, _kwargs
)
816 def GetMenuCount(self
, *_args
, **_kwargs
):
817 val
= apply(windowsc
.wxMenuBar_GetMenuCount
,(self
,) + _args
, _kwargs
)
819 def GetMenu(self
, *_args
, **_kwargs
):
820 val
= apply(windowsc
.wxMenuBar_GetMenu
,(self
,) + _args
, _kwargs
)
822 def Replace(self
, *_args
, **_kwargs
):
823 val
= apply(windowsc
.wxMenuBar_Replace
,(self
,) + _args
, _kwargs
)
825 def Remove(self
, *_args
, **_kwargs
):
826 val
= apply(windowsc
.wxMenuBar_Remove
,(self
,) + _args
, _kwargs
)
828 def EnableTop(self
, *_args
, **_kwargs
):
829 val
= apply(windowsc
.wxMenuBar_EnableTop
,(self
,) + _args
, _kwargs
)
831 def SetLabelTop(self
, *_args
, **_kwargs
):
832 val
= apply(windowsc
.wxMenuBar_SetLabelTop
,(self
,) + _args
, _kwargs
)
834 def GetLabelTop(self
, *_args
, **_kwargs
):
835 val
= apply(windowsc
.wxMenuBar_GetLabelTop
,(self
,) + _args
, _kwargs
)
837 def FindMenu(self
, *_args
, **_kwargs
):
838 val
= apply(windowsc
.wxMenuBar_FindMenu
,(self
,) + _args
, _kwargs
)
840 def FindMenuItem(self
, *_args
, **_kwargs
):
841 val
= apply(windowsc
.wxMenuBar_FindMenuItem
,(self
,) + _args
, _kwargs
)
843 def FindItemById(self
, *_args
, **_kwargs
):
844 val
= apply(windowsc
.wxMenuBar_FindItemById
,(self
,) + _args
, _kwargs
)
846 def Enable(self
, *_args
, **_kwargs
):
847 val
= apply(windowsc
.wxMenuBar_Enable
,(self
,) + _args
, _kwargs
)
849 def Check(self
, *_args
, **_kwargs
):
850 val
= apply(windowsc
.wxMenuBar_Check
,(self
,) + _args
, _kwargs
)
852 def IsChecked(self
, *_args
, **_kwargs
):
853 val
= apply(windowsc
.wxMenuBar_IsChecked
,(self
,) + _args
, _kwargs
)
855 def IsEnabled(self
, *_args
, **_kwargs
):
856 val
= apply(windowsc
.wxMenuBar_IsEnabled
,(self
,) + _args
, _kwargs
)
858 def SetLabel(self
, *_args
, **_kwargs
):
859 val
= apply(windowsc
.wxMenuBar_SetLabel
,(self
,) + _args
, _kwargs
)
861 def GetLabel(self
, *_args
, **_kwargs
):
862 val
= apply(windowsc
.wxMenuBar_GetLabel
,(self
,) + _args
, _kwargs
)
864 def SetHelpString(self
, *_args
, **_kwargs
):
865 val
= apply(windowsc
.wxMenuBar_SetHelpString
,(self
,) + _args
, _kwargs
)
867 def GetHelpString(self
, *_args
, **_kwargs
):
868 val
= apply(windowsc
.wxMenuBar_GetHelpString
,(self
,) + _args
, _kwargs
)
871 return "<C wxMenuBar instance at %s>" % (self
.this
,)
872 class wxMenuBar(wxMenuBarPtr
):
873 def __init__(self
,*_args
,**_kwargs
):
874 self
.this
= apply(windowsc
.new_wxMenuBar
,_args
,_kwargs
)
880 class wxMenuItemPtr(wxObjectPtr
):
881 def __init__(self
,this
):
884 def GetMenu(self
, *_args
, **_kwargs
):
885 val
= apply(windowsc
.wxMenuItem_GetMenu
,(self
,) + _args
, _kwargs
)
887 def SetId(self
, *_args
, **_kwargs
):
888 val
= apply(windowsc
.wxMenuItem_SetId
,(self
,) + _args
, _kwargs
)
890 def GetId(self
, *_args
, **_kwargs
):
891 val
= apply(windowsc
.wxMenuItem_GetId
,(self
,) + _args
, _kwargs
)
893 def IsSeparator(self
, *_args
, **_kwargs
):
894 val
= apply(windowsc
.wxMenuItem_IsSeparator
,(self
,) + _args
, _kwargs
)
896 def SetText(self
, *_args
, **_kwargs
):
897 val
= apply(windowsc
.wxMenuItem_SetText
,(self
,) + _args
, _kwargs
)
899 def GetLabel(self
, *_args
, **_kwargs
):
900 val
= apply(windowsc
.wxMenuItem_GetLabel
,(self
,) + _args
, _kwargs
)
902 def GetText(self
, *_args
, **_kwargs
):
903 val
= apply(windowsc
.wxMenuItem_GetText
,(self
,) + _args
, _kwargs
)
905 def SetCheckable(self
, *_args
, **_kwargs
):
906 val
= apply(windowsc
.wxMenuItem_SetCheckable
,(self
,) + _args
, _kwargs
)
908 def IsCheckable(self
, *_args
, **_kwargs
):
909 val
= apply(windowsc
.wxMenuItem_IsCheckable
,(self
,) + _args
, _kwargs
)
911 def IsSubMenu(self
, *_args
, **_kwargs
):
912 val
= apply(windowsc
.wxMenuItem_IsSubMenu
,(self
,) + _args
, _kwargs
)
914 def SetSubMenu(self
, *_args
, **_kwargs
):
915 val
= apply(windowsc
.wxMenuItem_SetSubMenu
,(self
,) + _args
, _kwargs
)
917 def GetSubMenu(self
, *_args
, **_kwargs
):
918 val
= apply(windowsc
.wxMenuItem_GetSubMenu
,(self
,) + _args
, _kwargs
)
920 def Enable(self
, *_args
, **_kwargs
):
921 val
= apply(windowsc
.wxMenuItem_Enable
,(self
,) + _args
, _kwargs
)
923 def IsEnabled(self
, *_args
, **_kwargs
):
924 val
= apply(windowsc
.wxMenuItem_IsEnabled
,(self
,) + _args
, _kwargs
)
926 def Check(self
, *_args
, **_kwargs
):
927 val
= apply(windowsc
.wxMenuItem_Check
,(self
,) + _args
, _kwargs
)
929 def IsChecked(self
, *_args
, **_kwargs
):
930 val
= apply(windowsc
.wxMenuItem_IsChecked
,(self
,) + _args
, _kwargs
)
932 def Toggle(self
, *_args
, **_kwargs
):
933 val
= apply(windowsc
.wxMenuItem_Toggle
,(self
,) + _args
, _kwargs
)
935 def SetHelp(self
, *_args
, **_kwargs
):
936 val
= apply(windowsc
.wxMenuItem_SetHelp
,(self
,) + _args
, _kwargs
)
938 def GetHelp(self
, *_args
, **_kwargs
):
939 val
= apply(windowsc
.wxMenuItem_GetHelp
,(self
,) + _args
, _kwargs
)
941 def GetAccel(self
, *_args
, **_kwargs
):
942 val
= apply(windowsc
.wxMenuItem_GetAccel
,(self
,) + _args
, _kwargs
)
943 if val
: val
= wxAcceleratorEntryPtr(val
)
945 def SetAccel(self
, *_args
, **_kwargs
):
946 val
= apply(windowsc
.wxMenuItem_SetAccel
,(self
,) + _args
, _kwargs
)
948 def SetFont(self
, *_args
, **_kwargs
):
949 val
= apply(windowsc
.wxMenuItem_SetFont
,(self
,) + _args
, _kwargs
)
951 def GetFont(self
, *_args
, **_kwargs
):
952 val
= apply(windowsc
.wxMenuItem_GetFont
,(self
,) + _args
, _kwargs
)
953 if val
: val
= wxFontPtr(val
)
955 def SetTextColour(self
, *_args
, **_kwargs
):
956 val
= apply(windowsc
.wxMenuItem_SetTextColour
,(self
,) + _args
, _kwargs
)
958 def GetTextColour(self
, *_args
, **_kwargs
):
959 val
= apply(windowsc
.wxMenuItem_GetTextColour
,(self
,) + _args
, _kwargs
)
960 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
962 def SetBackgroundColour(self
, *_args
, **_kwargs
):
963 val
= apply(windowsc
.wxMenuItem_SetBackgroundColour
,(self
,) + _args
, _kwargs
)
965 def GetBackgroundColour(self
, *_args
, **_kwargs
):
966 val
= apply(windowsc
.wxMenuItem_GetBackgroundColour
,(self
,) + _args
, _kwargs
)
967 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
969 def SetBitmaps(self
, *_args
, **_kwargs
):
970 val
= apply(windowsc
.wxMenuItem_SetBitmaps
,(self
,) + _args
, _kwargs
)
972 def SetBitmap(self
, *_args
, **_kwargs
):
973 val
= apply(windowsc
.wxMenuItem_SetBitmap
,(self
,) + _args
, _kwargs
)
975 def GetBitmap(self
, *_args
, **_kwargs
):
976 val
= apply(windowsc
.wxMenuItem_GetBitmap
,(self
,) + _args
, _kwargs
)
977 if val
: val
= wxBitmapPtr(val
)
979 def SetMarginWidth(self
, *_args
, **_kwargs
):
980 val
= apply(windowsc
.wxMenuItem_SetMarginWidth
,(self
,) + _args
, _kwargs
)
982 def GetMarginWidth(self
, *_args
, **_kwargs
):
983 val
= apply(windowsc
.wxMenuItem_GetMarginWidth
,(self
,) + _args
, _kwargs
)
985 def IsOwnerDrawn(self
, *_args
, **_kwargs
):
986 val
= apply(windowsc
.wxMenuItem_IsOwnerDrawn
,(self
,) + _args
, _kwargs
)
988 def ResetOwnerDrawn(self
, *_args
, **_kwargs
):
989 val
= apply(windowsc
.wxMenuItem_ResetOwnerDrawn
,(self
,) + _args
, _kwargs
)
992 return "<C wxMenuItem instance at %s>" % (self
.this
,)
993 class wxMenuItem(wxMenuItemPtr
):
994 def __init__(self
,*_args
,**_kwargs
):
995 self
.this
= apply(windowsc
.new_wxMenuItem
,_args
,_kwargs
)
1003 #-------------- FUNCTION WRAPPERS ------------------
1005 def wxWindow_FromHWND(*_args
, **_kwargs
):
1006 val
= apply(windowsc
.wxWindow_FromHWND
,_args
,_kwargs
)
1009 wxValidator_IsSilent
= windowsc
.wxValidator_IsSilent
1011 wxValidator_SetBellOnError
= windowsc
.wxValidator_SetBellOnError
1013 def wxWindow_FindFocus(*_args
, **_kwargs
):
1014 val
= apply(windowsc
.wxWindow_FindFocus
,_args
,_kwargs
)
1017 wxWindow_NewControlId
= windowsc
.wxWindow_NewControlId
1019 wxWindow_NextControlId
= windowsc
.wxWindow_NextControlId
1021 wxWindow_PrevControlId
= windowsc
.wxWindow_PrevControlId
1023 wxMenuItem_GetLabelFromText
= windowsc
.wxMenuItem_GetLabelFromText
1025 wxMenuItem_GetDefaultMarginWidth
= windowsc
.wxMenuItem_GetDefaultMarginWidth
1029 #-------------- VARIABLE WRAPPERS ------------------