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 CaptureMouse(self
, *_args
, **_kwargs
):
123 val
= apply(windowsc
.wxWindow_CaptureMouse
,(self
,) + _args
, _kwargs
)
125 def Center(self
, *_args
, **_kwargs
):
126 val
= apply(windowsc
.wxWindow_Center
,(self
,) + _args
, _kwargs
)
128 def Centre(self
, *_args
, **_kwargs
):
129 val
= apply(windowsc
.wxWindow_Centre
,(self
,) + _args
, _kwargs
)
131 def CentreOnParent(self
, *_args
, **_kwargs
):
132 val
= apply(windowsc
.wxWindow_CentreOnParent
,(self
,) + _args
, _kwargs
)
134 def CenterOnParent(self
, *_args
, **_kwargs
):
135 val
= apply(windowsc
.wxWindow_CenterOnParent
,(self
,) + _args
, _kwargs
)
137 def CentreOnScreen(self
, *_args
, **_kwargs
):
138 val
= apply(windowsc
.wxWindow_CentreOnScreen
,(self
,) + _args
, _kwargs
)
140 def CenterOnScreen(self
, *_args
, **_kwargs
):
141 val
= apply(windowsc
.wxWindow_CenterOnScreen
,(self
,) + _args
, _kwargs
)
143 def Clear(self
, *_args
, **_kwargs
):
144 val
= apply(windowsc
.wxWindow_Clear
,(self
,) + _args
, _kwargs
)
146 def ClientToScreenXY(self
, *_args
, **_kwargs
):
147 val
= apply(windowsc
.wxWindow_ClientToScreenXY
,(self
,) + _args
, _kwargs
)
149 def ClientToScreen(self
, *_args
, **_kwargs
):
150 val
= apply(windowsc
.wxWindow_ClientToScreen
,(self
,) + _args
, _kwargs
)
151 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
153 def Close(self
, *_args
, **_kwargs
):
154 val
= apply(windowsc
.wxWindow_Close
,(self
,) + _args
, _kwargs
)
156 def Destroy(self
, *_args
, **_kwargs
):
157 val
= apply(windowsc
.wxWindow_Destroy
,(self
,) + _args
, _kwargs
)
159 def DestroyChildren(self
, *_args
, **_kwargs
):
160 val
= apply(windowsc
.wxWindow_DestroyChildren
,(self
,) + _args
, _kwargs
)
162 def IsBeingDeleted(self
, *_args
, **_kwargs
):
163 val
= apply(windowsc
.wxWindow_IsBeingDeleted
,(self
,) + _args
, _kwargs
)
165 def Enable(self
, *_args
, **_kwargs
):
166 val
= apply(windowsc
.wxWindow_Enable
,(self
,) + _args
, _kwargs
)
168 def FindWindowById(self
, *_args
, **_kwargs
):
169 val
= apply(windowsc
.wxWindow_FindWindowById
,(self
,) + _args
, _kwargs
)
171 def FindWindowByName(self
, *_args
, **_kwargs
):
172 val
= apply(windowsc
.wxWindow_FindWindowByName
,(self
,) + _args
, _kwargs
)
174 def Fit(self
, *_args
, **_kwargs
):
175 val
= apply(windowsc
.wxWindow_Fit
,(self
,) + _args
, _kwargs
)
177 def GetBackgroundColour(self
, *_args
, **_kwargs
):
178 val
= apply(windowsc
.wxWindow_GetBackgroundColour
,(self
,) + _args
, _kwargs
)
179 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
181 def GetBorder(self
, *_args
, **_kwargs
):
182 val
= apply(windowsc
.wxWindow_GetBorder
,(self
,) + _args
, _kwargs
)
184 def GetChildren(self
, *_args
, **_kwargs
):
185 val
= apply(windowsc
.wxWindow_GetChildren
,(self
,) + _args
, _kwargs
)
187 def GetCharHeight(self
, *_args
, **_kwargs
):
188 val
= apply(windowsc
.wxWindow_GetCharHeight
,(self
,) + _args
, _kwargs
)
190 def GetCharWidth(self
, *_args
, **_kwargs
):
191 val
= apply(windowsc
.wxWindow_GetCharWidth
,(self
,) + _args
, _kwargs
)
193 def GetClientSizeTuple(self
, *_args
, **_kwargs
):
194 val
= apply(windowsc
.wxWindow_GetClientSizeTuple
,(self
,) + _args
, _kwargs
)
196 def GetClientSize(self
, *_args
, **_kwargs
):
197 val
= apply(windowsc
.wxWindow_GetClientSize
,(self
,) + _args
, _kwargs
)
198 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
200 def GetClientAreaOrigin(self
, *_args
, **_kwargs
):
201 val
= apply(windowsc
.wxWindow_GetClientAreaOrigin
,(self
,) + _args
, _kwargs
)
202 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
204 def GetClientRect(self
, *_args
, **_kwargs
):
205 val
= apply(windowsc
.wxWindow_GetClientRect
,(self
,) + _args
, _kwargs
)
206 if val
: val
= wxRectPtr(val
) ; val
.thisown
= 1
208 def GetConstraints(self
, *_args
, **_kwargs
):
209 val
= apply(windowsc
.wxWindow_GetConstraints
,(self
,) + _args
, _kwargs
)
210 if val
: val
= wxLayoutConstraintsPtr(val
)
212 def GetEventHandler(self
, *_args
, **_kwargs
):
213 val
= apply(windowsc
.wxWindow_GetEventHandler
,(self
,) + _args
, _kwargs
)
215 def GetFont(self
, *_args
, **_kwargs
):
216 val
= apply(windowsc
.wxWindow_GetFont
,(self
,) + _args
, _kwargs
)
217 if val
: val
= wxFontPtr(val
) ; val
.thisown
= 1
219 def GetForegroundColour(self
, *_args
, **_kwargs
):
220 val
= apply(windowsc
.wxWindow_GetForegroundColour
,(self
,) + _args
, _kwargs
)
221 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
223 def GetGrandParent(self
, *_args
, **_kwargs
):
224 val
= apply(windowsc
.wxWindow_GetGrandParent
,(self
,) + _args
, _kwargs
)
226 def GetHandle(self
, *_args
, **_kwargs
):
227 val
= apply(windowsc
.wxWindow_GetHandle
,(self
,) + _args
, _kwargs
)
229 def GetId(self
, *_args
, **_kwargs
):
230 val
= apply(windowsc
.wxWindow_GetId
,(self
,) + _args
, _kwargs
)
232 def GetLabel(self
, *_args
, **_kwargs
):
233 val
= apply(windowsc
.wxWindow_GetLabel
,(self
,) + _args
, _kwargs
)
235 def SetLabel(self
, *_args
, **_kwargs
):
236 val
= apply(windowsc
.wxWindow_SetLabel
,(self
,) + _args
, _kwargs
)
238 def GetName(self
, *_args
, **_kwargs
):
239 val
= apply(windowsc
.wxWindow_GetName
,(self
,) + _args
, _kwargs
)
241 def GetParent(self
, *_args
, **_kwargs
):
242 val
= apply(windowsc
.wxWindow_GetParent
,(self
,) + _args
, _kwargs
)
244 def GetPositionTuple(self
, *_args
, **_kwargs
):
245 val
= apply(windowsc
.wxWindow_GetPositionTuple
,(self
,) + _args
, _kwargs
)
247 def GetPosition(self
, *_args
, **_kwargs
):
248 val
= apply(windowsc
.wxWindow_GetPosition
,(self
,) + _args
, _kwargs
)
249 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
251 def GetRect(self
, *_args
, **_kwargs
):
252 val
= apply(windowsc
.wxWindow_GetRect
,(self
,) + _args
, _kwargs
)
253 if val
: val
= wxRectPtr(val
) ; val
.thisown
= 1
255 def GetScrollThumb(self
, *_args
, **_kwargs
):
256 val
= apply(windowsc
.wxWindow_GetScrollThumb
,(self
,) + _args
, _kwargs
)
258 def GetScrollPos(self
, *_args
, **_kwargs
):
259 val
= apply(windowsc
.wxWindow_GetScrollPos
,(self
,) + _args
, _kwargs
)
261 def GetScrollRange(self
, *_args
, **_kwargs
):
262 val
= apply(windowsc
.wxWindow_GetScrollRange
,(self
,) + _args
, _kwargs
)
264 def GetSizeTuple(self
, *_args
, **_kwargs
):
265 val
= apply(windowsc
.wxWindow_GetSizeTuple
,(self
,) + _args
, _kwargs
)
267 def GetSize(self
, *_args
, **_kwargs
):
268 val
= apply(windowsc
.wxWindow_GetSize
,(self
,) + _args
, _kwargs
)
269 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
271 def GetTextExtent(self
, *_args
, **_kwargs
):
272 val
= apply(windowsc
.wxWindow_GetTextExtent
,(self
,) + _args
, _kwargs
)
274 def GetFullTextExtent(self
, *_args
, **_kwargs
):
275 val
= apply(windowsc
.wxWindow_GetFullTextExtent
,(self
,) + _args
, _kwargs
)
277 def GetTitle(self
, *_args
, **_kwargs
):
278 val
= apply(windowsc
.wxWindow_GetTitle
,(self
,) + _args
, _kwargs
)
280 def GetUpdateRegion(self
, *_args
, **_kwargs
):
281 val
= apply(windowsc
.wxWindow_GetUpdateRegion
,(self
,) + _args
, _kwargs
)
282 if val
: val
= wxRegionPtr(val
) ; val
.thisown
= 1
284 def GetWindowStyleFlag(self
, *_args
, **_kwargs
):
285 val
= apply(windowsc
.wxWindow_GetWindowStyleFlag
,(self
,) + _args
, _kwargs
)
287 def SetWindowStyleFlag(self
, *_args
, **_kwargs
):
288 val
= apply(windowsc
.wxWindow_SetWindowStyleFlag
,(self
,) + _args
, _kwargs
)
290 def SetWindowStyle(self
, *_args
, **_kwargs
):
291 val
= apply(windowsc
.wxWindow_SetWindowStyle
,(self
,) + _args
, _kwargs
)
293 def HasScrollbar(self
, *_args
, **_kwargs
):
294 val
= apply(windowsc
.wxWindow_HasScrollbar
,(self
,) + _args
, _kwargs
)
296 def Hide(self
, *_args
, **_kwargs
):
297 val
= apply(windowsc
.wxWindow_Hide
,(self
,) + _args
, _kwargs
)
299 def HitTest(self
, *_args
, **_kwargs
):
300 val
= apply(windowsc
.wxWindow_HitTest
,(self
,) + _args
, _kwargs
)
302 def InitDialog(self
, *_args
, **_kwargs
):
303 val
= apply(windowsc
.wxWindow_InitDialog
,(self
,) + _args
, _kwargs
)
305 def IsEnabled(self
, *_args
, **_kwargs
):
306 val
= apply(windowsc
.wxWindow_IsEnabled
,(self
,) + _args
, _kwargs
)
308 def IsExposed(self
, *_args
, **_kwargs
):
309 val
= apply(windowsc
.wxWindow_IsExposed
,(self
,) + _args
, _kwargs
)
311 def IsExposedPoint(self
, *_args
, **_kwargs
):
312 val
= apply(windowsc
.wxWindow_IsExposedPoint
,(self
,) + _args
, _kwargs
)
314 def IsExposedRect(self
, *_args
, **_kwargs
):
315 val
= apply(windowsc
.wxWindow_IsExposedRect
,(self
,) + _args
, _kwargs
)
317 def IsRetained(self
, *_args
, **_kwargs
):
318 val
= apply(windowsc
.wxWindow_IsRetained
,(self
,) + _args
, _kwargs
)
320 def IsShown(self
, *_args
, **_kwargs
):
321 val
= apply(windowsc
.wxWindow_IsShown
,(self
,) + _args
, _kwargs
)
323 def IsTopLevel(self
, *_args
, **_kwargs
):
324 val
= apply(windowsc
.wxWindow_IsTopLevel
,(self
,) + _args
, _kwargs
)
326 def Layout(self
, *_args
, **_kwargs
):
327 val
= apply(windowsc
.wxWindow_Layout
,(self
,) + _args
, _kwargs
)
329 def LoadFromResource(self
, *_args
, **_kwargs
):
330 val
= apply(windowsc
.wxWindow_LoadFromResource
,(self
,) + _args
, _kwargs
)
332 def Lower(self
, *_args
, **_kwargs
):
333 val
= apply(windowsc
.wxWindow_Lower
,(self
,) + _args
, _kwargs
)
335 def MakeModal(self
, *_args
, **_kwargs
):
336 val
= apply(windowsc
.wxWindow_MakeModal
,(self
,) + _args
, _kwargs
)
338 def MoveXY(self
, *_args
, **_kwargs
):
339 val
= apply(windowsc
.wxWindow_MoveXY
,(self
,) + _args
, _kwargs
)
341 def Move(self
, *_args
, **_kwargs
):
342 val
= apply(windowsc
.wxWindow_Move
,(self
,) + _args
, _kwargs
)
344 def PopEventHandler(self
, *_args
, **_kwargs
):
345 val
= apply(windowsc
.wxWindow_PopEventHandler
,(self
,) + _args
, _kwargs
)
347 def PushEventHandler(self
, *_args
, **_kwargs
):
348 val
= apply(windowsc
.wxWindow_PushEventHandler
,(self
,) + _args
, _kwargs
)
350 def RemoveEventHandler(self
, *_args
, **_kwargs
):
351 val
= apply(windowsc
.wxWindow_RemoveEventHandler
,(self
,) + _args
, _kwargs
)
353 def PopupMenuXY(self
, *_args
, **_kwargs
):
354 val
= apply(windowsc
.wxWindow_PopupMenuXY
,(self
,) + _args
, _kwargs
)
356 def PopupMenu(self
, *_args
, **_kwargs
):
357 val
= apply(windowsc
.wxWindow_PopupMenu
,(self
,) + _args
, _kwargs
)
359 def Raise(self
, *_args
, **_kwargs
):
360 val
= apply(windowsc
.wxWindow_Raise
,(self
,) + _args
, _kwargs
)
362 def Refresh(self
, *_args
, **_kwargs
):
363 val
= apply(windowsc
.wxWindow_Refresh
,(self
,) + _args
, _kwargs
)
365 def RefreshRect(self
, *_args
, **_kwargs
):
366 val
= apply(windowsc
.wxWindow_RefreshRect
,(self
,) + _args
, _kwargs
)
368 def ReleaseMouse(self
, *_args
, **_kwargs
):
369 val
= apply(windowsc
.wxWindow_ReleaseMouse
,(self
,) + _args
, _kwargs
)
371 def RemoveChild(self
, *_args
, **_kwargs
):
372 val
= apply(windowsc
.wxWindow_RemoveChild
,(self
,) + _args
, _kwargs
)
374 def Reparent(self
, *_args
, **_kwargs
):
375 val
= apply(windowsc
.wxWindow_Reparent
,(self
,) + _args
, _kwargs
)
377 def ScreenToClientXY(self
, *_args
, **_kwargs
):
378 val
= apply(windowsc
.wxWindow_ScreenToClientXY
,(self
,) + _args
, _kwargs
)
380 def ScreenToClient(self
, *_args
, **_kwargs
):
381 val
= apply(windowsc
.wxWindow_ScreenToClient
,(self
,) + _args
, _kwargs
)
382 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
384 def ScrollWindow(self
, *_args
, **_kwargs
):
385 val
= apply(windowsc
.wxWindow_ScrollWindow
,(self
,) + _args
, _kwargs
)
387 def SetAutoLayout(self
, *_args
, **_kwargs
):
388 val
= apply(windowsc
.wxWindow_SetAutoLayout
,(self
,) + _args
, _kwargs
)
390 def GetAutoLayout(self
, *_args
, **_kwargs
):
391 val
= apply(windowsc
.wxWindow_GetAutoLayout
,(self
,) + _args
, _kwargs
)
393 def SetBackgroundColour(self
, *_args
, **_kwargs
):
394 val
= apply(windowsc
.wxWindow_SetBackgroundColour
,(self
,) + _args
, _kwargs
)
396 def SetConstraints(self
, *_args
, **_kwargs
):
397 val
= apply(windowsc
.wxWindow_SetConstraints
,(self
,) + _args
, _kwargs
)
399 def UnsetConstraints(self
, *_args
, **_kwargs
):
400 val
= apply(windowsc
.wxWindow_UnsetConstraints
,(self
,) + _args
, _kwargs
)
402 def SetFocus(self
, *_args
, **_kwargs
):
403 val
= apply(windowsc
.wxWindow_SetFocus
,(self
,) + _args
, _kwargs
)
405 def AcceptsFocus(self
, *_args
, **_kwargs
):
406 val
= apply(windowsc
.wxWindow_AcceptsFocus
,(self
,) + _args
, _kwargs
)
408 def SetFont(self
, *_args
, **_kwargs
):
409 val
= apply(windowsc
.wxWindow_SetFont
,(self
,) + _args
, _kwargs
)
411 def SetForegroundColour(self
, *_args
, **_kwargs
):
412 val
= apply(windowsc
.wxWindow_SetForegroundColour
,(self
,) + _args
, _kwargs
)
414 def SetId(self
, *_args
, **_kwargs
):
415 val
= apply(windowsc
.wxWindow_SetId
,(self
,) + _args
, _kwargs
)
417 def SetName(self
, *_args
, **_kwargs
):
418 val
= apply(windowsc
.wxWindow_SetName
,(self
,) + _args
, _kwargs
)
420 def SetScrollbar(self
, *_args
, **_kwargs
):
421 val
= apply(windowsc
.wxWindow_SetScrollbar
,(self
,) + _args
, _kwargs
)
423 def SetScrollPos(self
, *_args
, **_kwargs
):
424 val
= apply(windowsc
.wxWindow_SetScrollPos
,(self
,) + _args
, _kwargs
)
426 def SetDimensions(self
, *_args
, **_kwargs
):
427 val
= apply(windowsc
.wxWindow_SetDimensions
,(self
,) + _args
, _kwargs
)
429 def SetSize(self
, *_args
, **_kwargs
):
430 val
= apply(windowsc
.wxWindow_SetSize
,(self
,) + _args
, _kwargs
)
432 def SetPosition(self
, *_args
, **_kwargs
):
433 val
= apply(windowsc
.wxWindow_SetPosition
,(self
,) + _args
, _kwargs
)
435 def SetRect(self
, *_args
, **_kwargs
):
436 val
= apply(windowsc
.wxWindow_SetRect
,(self
,) + _args
, _kwargs
)
438 def SetSizeHints(self
, *_args
, **_kwargs
):
439 val
= apply(windowsc
.wxWindow_SetSizeHints
,(self
,) + _args
, _kwargs
)
441 def SetClientSizeWH(self
, *_args
, **_kwargs
):
442 val
= apply(windowsc
.wxWindow_SetClientSizeWH
,(self
,) + _args
, _kwargs
)
444 def SetClientSize(self
, *_args
, **_kwargs
):
445 val
= apply(windowsc
.wxWindow_SetClientSize
,(self
,) + _args
, _kwargs
)
447 def SetCursor(self
, *_args
, **_kwargs
):
448 val
= apply(windowsc
.wxWindow_SetCursor
,(self
,) + _args
, _kwargs
)
450 def SetEventHandler(self
, *_args
, **_kwargs
):
451 val
= apply(windowsc
.wxWindow_SetEventHandler
,(self
,) + _args
, _kwargs
)
453 def SetExtraStyle(self
, *_args
, **_kwargs
):
454 val
= apply(windowsc
.wxWindow_SetExtraStyle
,(self
,) + _args
, _kwargs
)
456 def SetTitle(self
, *_args
, **_kwargs
):
457 val
= apply(windowsc
.wxWindow_SetTitle
,(self
,) + _args
, _kwargs
)
459 def Show(self
, *_args
, **_kwargs
):
460 val
= apply(windowsc
.wxWindow_Show
,(self
,) + _args
, _kwargs
)
462 def TransferDataFromWindow(self
, *_args
, **_kwargs
):
463 val
= apply(windowsc
.wxWindow_TransferDataFromWindow
,(self
,) + _args
, _kwargs
)
465 def TransferDataToWindow(self
, *_args
, **_kwargs
):
466 val
= apply(windowsc
.wxWindow_TransferDataToWindow
,(self
,) + _args
, _kwargs
)
468 def UpdateWindowUI(self
, *_args
, **_kwargs
):
469 val
= apply(windowsc
.wxWindow_UpdateWindowUI
,(self
,) + _args
, _kwargs
)
471 def Validate(self
, *_args
, **_kwargs
):
472 val
= apply(windowsc
.wxWindow_Validate
,(self
,) + _args
, _kwargs
)
474 def WarpPointer(self
, *_args
, **_kwargs
):
475 val
= apply(windowsc
.wxWindow_WarpPointer
,(self
,) + _args
, _kwargs
)
477 def ConvertDialogPointToPixels(self
, *_args
, **_kwargs
):
478 val
= apply(windowsc
.wxWindow_ConvertDialogPointToPixels
,(self
,) + _args
, _kwargs
)
479 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
481 def ConvertDialogSizeToPixels(self
, *_args
, **_kwargs
):
482 val
= apply(windowsc
.wxWindow_ConvertDialogSizeToPixels
,(self
,) + _args
, _kwargs
)
483 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
485 def DLG_PNT(self
, *_args
, **_kwargs
):
486 val
= apply(windowsc
.wxWindow_DLG_PNT
,(self
,) + _args
, _kwargs
)
487 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
489 def DLG_SZE(self
, *_args
, **_kwargs
):
490 val
= apply(windowsc
.wxWindow_DLG_SZE
,(self
,) + _args
, _kwargs
)
491 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
493 def ConvertPixelPointToDialog(self
, *_args
, **_kwargs
):
494 val
= apply(windowsc
.wxWindow_ConvertPixelPointToDialog
,(self
,) + _args
, _kwargs
)
495 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
497 def ConvertPixelSizeToDialog(self
, *_args
, **_kwargs
):
498 val
= apply(windowsc
.wxWindow_ConvertPixelSizeToDialog
,(self
,) + _args
, _kwargs
)
499 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
501 def SetToolTipString(self
, *_args
, **_kwargs
):
502 val
= apply(windowsc
.wxWindow_SetToolTipString
,(self
,) + _args
, _kwargs
)
504 def SetToolTip(self
, *_args
, **_kwargs
):
505 val
= apply(windowsc
.wxWindow_SetToolTip
,(self
,) + _args
, _kwargs
)
507 def GetToolTip(self
, *_args
, **_kwargs
):
508 val
= apply(windowsc
.wxWindow_GetToolTip
,(self
,) + _args
, _kwargs
)
510 def SetSizer(self
, *_args
, **_kwargs
):
511 val
= apply(windowsc
.wxWindow_SetSizer
,(self
,) + _args
, _kwargs
)
513 def GetSizer(self
, *_args
, **_kwargs
):
514 val
= apply(windowsc
.wxWindow_GetSizer
,(self
,) + _args
, _kwargs
)
516 def SetContainingSizer(self
, *_args
, **_kwargs
):
517 val
= apply(windowsc
.wxWindow_SetContainingSizer
,(self
,) + _args
, _kwargs
)
519 def GetContainingSizer(self
, *_args
, **_kwargs
):
520 val
= apply(windowsc
.wxWindow_GetContainingSizer
,(self
,) + _args
, _kwargs
)
522 def GetValidator(self
, *_args
, **_kwargs
):
523 val
= apply(windowsc
.wxWindow_GetValidator
,(self
,) + _args
, _kwargs
)
525 def SetValidator(self
, *_args
, **_kwargs
):
526 val
= apply(windowsc
.wxWindow_SetValidator
,(self
,) + _args
, _kwargs
)
528 def SetDropTarget(self
, *_args
, **_kwargs
):
529 val
= apply(windowsc
.wxWindow_SetDropTarget
,(self
,) + _args
, _kwargs
)
532 def GetDropTarget(self
, *_args
, **_kwargs
):
533 val
= apply(windowsc
.wxWindow_GetDropTarget
,(self
,) + _args
, _kwargs
)
534 if val
: val
= wxDropTargetPtr(val
)
536 def GetBestSize(self
, *_args
, **_kwargs
):
537 val
= apply(windowsc
.wxWindow_GetBestSize
,(self
,) + _args
, _kwargs
)
538 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
540 def GetMaxSize(self
, *_args
, **_kwargs
):
541 val
= apply(windowsc
.wxWindow_GetMaxSize
,(self
,) + _args
, _kwargs
)
542 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
544 def SetCaret(self
, *_args
, **_kwargs
):
545 val
= apply(windowsc
.wxWindow_SetCaret
,(self
,) + _args
, _kwargs
)
547 def GetCaret(self
, *_args
, **_kwargs
):
548 val
= apply(windowsc
.wxWindow_GetCaret
,(self
,) + _args
, _kwargs
)
549 if val
: val
= wxCaretPtr(val
)
551 def Freeze(self
, *_args
, **_kwargs
):
552 val
= apply(windowsc
.wxWindow_Freeze
,(self
,) + _args
, _kwargs
)
554 def Thaw(self
, *_args
, **_kwargs
):
555 val
= apply(windowsc
.wxWindow_Thaw
,(self
,) + _args
, _kwargs
)
557 def Update(self
, *_args
, **_kwargs
):
558 val
= apply(windowsc
.wxWindow_Update
,(self
,) + _args
, _kwargs
)
560 def GetHelpText(self
, *_args
, **_kwargs
):
561 val
= apply(windowsc
.wxWindow_GetHelpText
,(self
,) + _args
, _kwargs
)
563 def SetHelpText(self
, *_args
, **_kwargs
):
564 val
= apply(windowsc
.wxWindow_SetHelpText
,(self
,) + _args
, _kwargs
)
566 def SetHelpTextForId(self
, *_args
, **_kwargs
):
567 val
= apply(windowsc
.wxWindow_SetHelpTextForId
,(self
,) + _args
, _kwargs
)
569 def ScrollLines(self
, *_args
, **_kwargs
):
570 val
= apply(windowsc
.wxWindow_ScrollLines
,(self
,) + _args
, _kwargs
)
572 def ScrollPages(self
, *_args
, **_kwargs
):
573 val
= apply(windowsc
.wxWindow_ScrollPages
,(self
,) + _args
, _kwargs
)
575 def LineUp(self
, *_args
, **_kwargs
):
576 val
= apply(windowsc
.wxWindow_LineUp
,(self
,) + _args
, _kwargs
)
578 def LineDown(self
, *_args
, **_kwargs
):
579 val
= apply(windowsc
.wxWindow_LineDown
,(self
,) + _args
, _kwargs
)
581 def PageUp(self
, *_args
, **_kwargs
):
582 val
= apply(windowsc
.wxWindow_PageUp
,(self
,) + _args
, _kwargs
)
584 def PageDown(self
, *_args
, **_kwargs
):
585 val
= apply(windowsc
.wxWindow_PageDown
,(self
,) + _args
, _kwargs
)
587 def SetAcceleratorTable(self
, *_args
, **_kwargs
):
588 val
= apply(windowsc
.wxWindow_SetAcceleratorTable
,(self
,) + _args
, _kwargs
)
590 def GetAcceleratorTable(self
, *_args
, **_kwargs
):
591 val
= apply(windowsc
.wxWindow_GetAcceleratorTable
,(self
,) + _args
, _kwargs
)
592 if val
: val
= wxAcceleratorTablePtr(val
)
594 def GetDefaultItem(self
, *_args
, **_kwargs
):
595 val
= apply(windowsc
.wxWindow_GetDefaultItem
,(self
,) + _args
, _kwargs
)
597 def SetDefaultItem(self
, *_args
, **_kwargs
):
598 val
= apply(windowsc
.wxWindow_SetDefaultItem
,(self
,) + _args
, _kwargs
)
601 return "<C wxWindow instance at %s>" % (self
.this
,)
602 # replaces broken shadow method
603 def GetCaret(self
, *_args
, **_kwargs
):
604 from misc2
import wxCaretPtr
605 val
= apply(windowsc
.wxWindow_GetCaret
,(self
,) + _args
, _kwargs
)
606 if val
: val
= wxCaretPtr(val
)
609 class wxWindow(wxWindowPtr
):
610 def __init__(self
,*_args
,**_kwargs
):
611 self
.this
= apply(windowsc
.new_wxWindow
,_args
,_kwargs
)
613 self
._setOORInfo
(self
)
617 def wxPreWindow(*_args
,**_kwargs
):
618 val
= wxWindowPtr(apply(windowsc
.new_wxPreWindow
,_args
,_kwargs
))
624 class wxPanelPtr(wxWindowPtr
):
625 def __init__(self
,this
):
628 def Create(self
, *_args
, **_kwargs
):
629 val
= apply(windowsc
.wxPanel_Create
,(self
,) + _args
, _kwargs
)
631 def InitDialog(self
, *_args
, **_kwargs
):
632 val
= apply(windowsc
.wxPanel_InitDialog
,(self
,) + _args
, _kwargs
)
635 return "<C wxPanel instance at %s>" % (self
.this
,)
636 class wxPanel(wxPanelPtr
):
637 def __init__(self
,*_args
,**_kwargs
):
638 self
.this
= apply(windowsc
.new_wxPanel
,_args
,_kwargs
)
640 self
._setOORInfo
(self
)
644 def wxPrePanel(*_args
,**_kwargs
):
645 val
= wxPanelPtr(apply(windowsc
.new_wxPrePanel
,_args
,_kwargs
))
651 class wxScrolledWindowPtr(wxPanelPtr
):
652 def __init__(self
,this
):
655 def Create(self
, *_args
, **_kwargs
):
656 val
= apply(windowsc
.wxScrolledWindow_Create
,(self
,) + _args
, _kwargs
)
658 def EnableScrolling(self
, *_args
, **_kwargs
):
659 val
= apply(windowsc
.wxScrolledWindow_EnableScrolling
,(self
,) + _args
, _kwargs
)
661 def GetScrollPageSize(self
, *_args
, **_kwargs
):
662 val
= apply(windowsc
.wxScrolledWindow_GetScrollPageSize
,(self
,) + _args
, _kwargs
)
664 def GetScrollPixelsPerUnit(self
, *_args
, **_kwargs
):
665 val
= apply(windowsc
.wxScrolledWindow_GetScrollPixelsPerUnit
,(self
,) + _args
, _kwargs
)
667 def GetTargetWindow(self
, *_args
, **_kwargs
):
668 val
= apply(windowsc
.wxScrolledWindow_GetTargetWindow
,(self
,) + _args
, _kwargs
)
670 def GetVirtualSize(self
, *_args
, **_kwargs
):
671 val
= apply(windowsc
.wxScrolledWindow_GetVirtualSize
,(self
,) + _args
, _kwargs
)
673 def IsRetained(self
, *_args
, **_kwargs
):
674 val
= apply(windowsc
.wxScrolledWindow_IsRetained
,(self
,) + _args
, _kwargs
)
676 def PrepareDC(self
, *_args
, **_kwargs
):
677 val
= apply(windowsc
.wxScrolledWindow_PrepareDC
,(self
,) + _args
, _kwargs
)
679 def Scroll(self
, *_args
, **_kwargs
):
680 val
= apply(windowsc
.wxScrolledWindow_Scroll
,(self
,) + _args
, _kwargs
)
682 def SetScrollbars(self
, *_args
, **_kwargs
):
683 val
= apply(windowsc
.wxScrolledWindow_SetScrollbars
,(self
,) + _args
, _kwargs
)
685 def SetScrollPageSize(self
, *_args
, **_kwargs
):
686 val
= apply(windowsc
.wxScrolledWindow_SetScrollPageSize
,(self
,) + _args
, _kwargs
)
688 def SetTargetWindow(self
, *_args
, **_kwargs
):
689 val
= apply(windowsc
.wxScrolledWindow_SetTargetWindow
,(self
,) + _args
, _kwargs
)
691 def GetViewStart(self
, *_args
, **_kwargs
):
692 val
= apply(windowsc
.wxScrolledWindow_GetViewStart
,(self
,) + _args
, _kwargs
)
694 def CalcScrolledPosition1(self
, *_args
, **_kwargs
):
695 val
= apply(windowsc
.wxScrolledWindow_CalcScrolledPosition1
,(self
,) + _args
, _kwargs
)
696 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
698 def CalcScrolledPosition2(self
, *_args
, **_kwargs
):
699 val
= apply(windowsc
.wxScrolledWindow_CalcScrolledPosition2
,(self
,) + _args
, _kwargs
)
701 def CalcUnscrolledPosition1(self
, *_args
, **_kwargs
):
702 val
= apply(windowsc
.wxScrolledWindow_CalcUnscrolledPosition1
,(self
,) + _args
, _kwargs
)
703 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
705 def CalcUnscrolledPosition2(self
, *_args
, **_kwargs
):
706 val
= apply(windowsc
.wxScrolledWindow_CalcUnscrolledPosition2
,(self
,) + _args
, _kwargs
)
708 def SetScale(self
, *_args
, **_kwargs
):
709 val
= apply(windowsc
.wxScrolledWindow_SetScale
,(self
,) + _args
, _kwargs
)
711 def GetScaleX(self
, *_args
, **_kwargs
):
712 val
= apply(windowsc
.wxScrolledWindow_GetScaleX
,(self
,) + _args
, _kwargs
)
714 def GetScaleY(self
, *_args
, **_kwargs
):
715 val
= apply(windowsc
.wxScrolledWindow_GetScaleY
,(self
,) + _args
, _kwargs
)
717 def AdjustScrollbars(self
, *_args
, **_kwargs
):
718 val
= apply(windowsc
.wxScrolledWindow_AdjustScrollbars
,(self
,) + _args
, _kwargs
)
720 def Layout(self
, *_args
, **_kwargs
):
721 val
= apply(windowsc
.wxScrolledWindow_Layout
,(self
,) + _args
, _kwargs
)
724 return "<C wxScrolledWindow instance at %s>" % (self
.this
,)
725 ViewStart
= GetViewStart
727 def CalcScrolledPosition(self
, *args
):
729 return apply(self
.CalcScrolledPosition1
, args
)
731 return apply(self
.CalcScrolledPosition2
, args
)
733 raise TypeError, 'Invalid parameters: only (x,y) or (point) allowed'
735 def CalcUnscrolledPosition(self
, *args
):
737 return apply(self
.CalcUnscrolledPosition1
, args
)
739 return apply(self
.CalcUnscrolledPosition2
, args
)
741 raise TypeError, 'Invalid parameters: only (x,y) or (point) allowed'
743 class wxScrolledWindow(wxScrolledWindowPtr
):
744 def __init__(self
,*_args
,**_kwargs
):
745 self
.this
= apply(windowsc
.new_wxScrolledWindow
,_args
,_kwargs
)
747 self
._setOORInfo
(self
)
751 def wxPreScrolledWindow(*_args
,**_kwargs
):
752 val
= wxScrolledWindowPtr(apply(windowsc
.new_wxPreScrolledWindow
,_args
,_kwargs
))
758 class wxMenuPtr(wxEvtHandlerPtr
):
759 def __init__(self
,this
):
762 def Append(self
, *_args
, **_kwargs
):
763 val
= apply(windowsc
.wxMenu_Append
,(self
,) + _args
, _kwargs
)
765 def AppendMenu(self
, *_args
, **_kwargs
):
766 val
= apply(windowsc
.wxMenu_AppendMenu
,(self
,) + _args
, _kwargs
)
768 def AppendItem(self
, *_args
, **_kwargs
):
769 val
= apply(windowsc
.wxMenu_AppendItem
,(self
,) + _args
, _kwargs
)
771 def AppendCheckItem(self
, *_args
, **_kwargs
):
772 val
= apply(windowsc
.wxMenu_AppendCheckItem
,(self
,) + _args
, _kwargs
)
774 def AppendRadioItem(self
, *_args
, **_kwargs
):
775 val
= apply(windowsc
.wxMenu_AppendRadioItem
,(self
,) + _args
, _kwargs
)
777 def AppendSeparator(self
, *_args
, **_kwargs
):
778 val
= apply(windowsc
.wxMenu_AppendSeparator
,(self
,) + _args
, _kwargs
)
780 def Insert(self
, *_args
, **_kwargs
):
781 val
= apply(windowsc
.wxMenu_Insert
,(self
,) + _args
, _kwargs
)
783 def InsertSeparator(self
, *_args
, **_kwargs
):
784 val
= apply(windowsc
.wxMenu_InsertSeparator
,(self
,) + _args
, _kwargs
)
786 def InsertCheckItem(self
, *_args
, **_kwargs
):
787 val
= apply(windowsc
.wxMenu_InsertCheckItem
,(self
,) + _args
, _kwargs
)
789 def InsertRadioItem(self
, *_args
, **_kwargs
):
790 val
= apply(windowsc
.wxMenu_InsertRadioItem
,(self
,) + _args
, _kwargs
)
792 def InsertMenu(self
, *_args
, **_kwargs
):
793 val
= apply(windowsc
.wxMenu_InsertMenu
,(self
,) + _args
, _kwargs
)
795 def InsertItem(self
, *_args
, **_kwargs
):
796 val
= apply(windowsc
.wxMenu_InsertItem
,(self
,) + _args
, _kwargs
)
798 def Prepend(self
, *_args
, **_kwargs
):
799 val
= apply(windowsc
.wxMenu_Prepend
,(self
,) + _args
, _kwargs
)
801 def PrependSeparator(self
, *_args
, **_kwargs
):
802 val
= apply(windowsc
.wxMenu_PrependSeparator
,(self
,) + _args
, _kwargs
)
804 def PrependCheckItem(self
, *_args
, **_kwargs
):
805 val
= apply(windowsc
.wxMenu_PrependCheckItem
,(self
,) + _args
, _kwargs
)
807 def PrependRadioItem(self
, *_args
, **_kwargs
):
808 val
= apply(windowsc
.wxMenu_PrependRadioItem
,(self
,) + _args
, _kwargs
)
810 def PrependMenu(self
, *_args
, **_kwargs
):
811 val
= apply(windowsc
.wxMenu_PrependMenu
,(self
,) + _args
, _kwargs
)
813 def PrependItem(self
, *_args
, **_kwargs
):
814 val
= apply(windowsc
.wxMenu_PrependItem
,(self
,) + _args
, _kwargs
)
816 def Break(self
, *_args
, **_kwargs
):
817 val
= apply(windowsc
.wxMenu_Break
,(self
,) + _args
, _kwargs
)
819 def Check(self
, *_args
, **_kwargs
):
820 val
= apply(windowsc
.wxMenu_Check
,(self
,) + _args
, _kwargs
)
822 def IsChecked(self
, *_args
, **_kwargs
):
823 val
= apply(windowsc
.wxMenu_IsChecked
,(self
,) + _args
, _kwargs
)
825 def Enable(self
, *_args
, **_kwargs
):
826 val
= apply(windowsc
.wxMenu_Enable
,(self
,) + _args
, _kwargs
)
828 def IsEnabled(self
, *_args
, **_kwargs
):
829 val
= apply(windowsc
.wxMenu_IsEnabled
,(self
,) + _args
, _kwargs
)
831 def FindItem(self
, *_args
, **_kwargs
):
832 val
= apply(windowsc
.wxMenu_FindItem
,(self
,) + _args
, _kwargs
)
834 def FindItemById(self
, *_args
, **_kwargs
):
835 val
= apply(windowsc
.wxMenu_FindItemById
,(self
,) + _args
, _kwargs
)
837 def GetTitle(self
, *_args
, **_kwargs
):
838 val
= apply(windowsc
.wxMenu_GetTitle
,(self
,) + _args
, _kwargs
)
840 def SetTitle(self
, *_args
, **_kwargs
):
841 val
= apply(windowsc
.wxMenu_SetTitle
,(self
,) + _args
, _kwargs
)
843 def GetLabel(self
, *_args
, **_kwargs
):
844 val
= apply(windowsc
.wxMenu_GetLabel
,(self
,) + _args
, _kwargs
)
846 def SetLabel(self
, *_args
, **_kwargs
):
847 val
= apply(windowsc
.wxMenu_SetLabel
,(self
,) + _args
, _kwargs
)
849 def GetHelpString(self
, *_args
, **_kwargs
):
850 val
= apply(windowsc
.wxMenu_GetHelpString
,(self
,) + _args
, _kwargs
)
852 def SetHelpString(self
, *_args
, **_kwargs
):
853 val
= apply(windowsc
.wxMenu_SetHelpString
,(self
,) + _args
, _kwargs
)
855 def UpdateUI(self
, *_args
, **_kwargs
):
856 val
= apply(windowsc
.wxMenu_UpdateUI
,(self
,) + _args
, _kwargs
)
858 def Delete(self
, *_args
, **_kwargs
):
859 val
= apply(windowsc
.wxMenu_Delete
,(self
,) + _args
, _kwargs
)
861 def DeleteItem(self
, *_args
, **_kwargs
):
862 val
= apply(windowsc
.wxMenu_DeleteItem
,(self
,) + _args
, _kwargs
)
864 def Remove(self
, *_args
, **_kwargs
):
865 val
= apply(windowsc
.wxMenu_Remove
,(self
,) + _args
, _kwargs
)
867 def RemoveItem(self
, *_args
, **_kwargs
):
868 val
= apply(windowsc
.wxMenu_RemoveItem
,(self
,) + _args
, _kwargs
)
870 def Destroy(self
, *_args
, **_kwargs
):
871 val
= apply(windowsc
.wxMenu_Destroy
,(self
,) + _args
, _kwargs
)
873 def DestroyId(self
, *_args
, **_kwargs
):
874 val
= apply(windowsc
.wxMenu_DestroyId
,(self
,) + _args
, _kwargs
)
876 def DestroyItem(self
, *_args
, **_kwargs
):
877 val
= apply(windowsc
.wxMenu_DestroyItem
,(self
,) + _args
, _kwargs
)
879 def GetMenuItemCount(self
, *_args
, **_kwargs
):
880 val
= apply(windowsc
.wxMenu_GetMenuItemCount
,(self
,) + _args
, _kwargs
)
882 def GetMenuItems(self
, *_args
, **_kwargs
):
883 val
= apply(windowsc
.wxMenu_GetMenuItems
,(self
,) + _args
, _kwargs
)
885 def SetEventHandler(self
, *_args
, **_kwargs
):
886 val
= apply(windowsc
.wxMenu_SetEventHandler
,(self
,) + _args
, _kwargs
)
888 def GetEventHandler(self
, *_args
, **_kwargs
):
889 val
= apply(windowsc
.wxMenu_GetEventHandler
,(self
,) + _args
, _kwargs
)
891 def SetInvokingWindow(self
, *_args
, **_kwargs
):
892 val
= apply(windowsc
.wxMenu_SetInvokingWindow
,(self
,) + _args
, _kwargs
)
894 def GetInvokingWindow(self
, *_args
, **_kwargs
):
895 val
= apply(windowsc
.wxMenu_GetInvokingWindow
,(self
,) + _args
, _kwargs
)
897 def GetStyle(self
, *_args
, **_kwargs
):
898 val
= apply(windowsc
.wxMenu_GetStyle
,(self
,) + _args
, _kwargs
)
900 def IsAttached(self
, *_args
, **_kwargs
):
901 val
= apply(windowsc
.wxMenu_IsAttached
,(self
,) + _args
, _kwargs
)
903 def SetParent(self
, *_args
, **_kwargs
):
904 val
= apply(windowsc
.wxMenu_SetParent
,(self
,) + _args
, _kwargs
)
906 def GetParent(self
, *_args
, **_kwargs
):
907 val
= apply(windowsc
.wxMenu_GetParent
,(self
,) + _args
, _kwargs
)
910 return "<C wxMenu instance at %s>" % (self
.this
,)
911 class wxMenu(wxMenuPtr
):
912 def __init__(self
,*_args
,**_kwargs
):
913 self
.this
= apply(windowsc
.new_wxMenu
,_args
,_kwargs
)
915 self
._setOORInfo
(self
)
920 class wxMenuBarPtr(wxWindowPtr
):
921 def __init__(self
,this
):
924 def Append(self
, *_args
, **_kwargs
):
925 val
= apply(windowsc
.wxMenuBar_Append
,(self
,) + _args
, _kwargs
)
927 def Insert(self
, *_args
, **_kwargs
):
928 val
= apply(windowsc
.wxMenuBar_Insert
,(self
,) + _args
, _kwargs
)
930 def GetMenuCount(self
, *_args
, **_kwargs
):
931 val
= apply(windowsc
.wxMenuBar_GetMenuCount
,(self
,) + _args
, _kwargs
)
933 def GetMenu(self
, *_args
, **_kwargs
):
934 val
= apply(windowsc
.wxMenuBar_GetMenu
,(self
,) + _args
, _kwargs
)
936 def Replace(self
, *_args
, **_kwargs
):
937 val
= apply(windowsc
.wxMenuBar_Replace
,(self
,) + _args
, _kwargs
)
939 def Remove(self
, *_args
, **_kwargs
):
940 val
= apply(windowsc
.wxMenuBar_Remove
,(self
,) + _args
, _kwargs
)
942 def EnableTop(self
, *_args
, **_kwargs
):
943 val
= apply(windowsc
.wxMenuBar_EnableTop
,(self
,) + _args
, _kwargs
)
945 def SetLabelTop(self
, *_args
, **_kwargs
):
946 val
= apply(windowsc
.wxMenuBar_SetLabelTop
,(self
,) + _args
, _kwargs
)
948 def GetLabelTop(self
, *_args
, **_kwargs
):
949 val
= apply(windowsc
.wxMenuBar_GetLabelTop
,(self
,) + _args
, _kwargs
)
951 def FindMenu(self
, *_args
, **_kwargs
):
952 val
= apply(windowsc
.wxMenuBar_FindMenu
,(self
,) + _args
, _kwargs
)
954 def FindMenuItem(self
, *_args
, **_kwargs
):
955 val
= apply(windowsc
.wxMenuBar_FindMenuItem
,(self
,) + _args
, _kwargs
)
957 def FindItemById(self
, *_args
, **_kwargs
):
958 val
= apply(windowsc
.wxMenuBar_FindItemById
,(self
,) + _args
, _kwargs
)
960 def Enable(self
, *_args
, **_kwargs
):
961 val
= apply(windowsc
.wxMenuBar_Enable
,(self
,) + _args
, _kwargs
)
963 def Check(self
, *_args
, **_kwargs
):
964 val
= apply(windowsc
.wxMenuBar_Check
,(self
,) + _args
, _kwargs
)
966 def IsChecked(self
, *_args
, **_kwargs
):
967 val
= apply(windowsc
.wxMenuBar_IsChecked
,(self
,) + _args
, _kwargs
)
969 def IsEnabled(self
, *_args
, **_kwargs
):
970 val
= apply(windowsc
.wxMenuBar_IsEnabled
,(self
,) + _args
, _kwargs
)
972 def SetLabel(self
, *_args
, **_kwargs
):
973 val
= apply(windowsc
.wxMenuBar_SetLabel
,(self
,) + _args
, _kwargs
)
975 def GetLabel(self
, *_args
, **_kwargs
):
976 val
= apply(windowsc
.wxMenuBar_GetLabel
,(self
,) + _args
, _kwargs
)
978 def SetHelpString(self
, *_args
, **_kwargs
):
979 val
= apply(windowsc
.wxMenuBar_SetHelpString
,(self
,) + _args
, _kwargs
)
981 def GetHelpString(self
, *_args
, **_kwargs
):
982 val
= apply(windowsc
.wxMenuBar_GetHelpString
,(self
,) + _args
, _kwargs
)
985 return "<C wxMenuBar instance at %s>" % (self
.this
,)
986 class wxMenuBar(wxMenuBarPtr
):
987 def __init__(self
,*_args
,**_kwargs
):
988 self
.this
= apply(windowsc
.new_wxMenuBar
,_args
,_kwargs
)
990 self
._setOORInfo
(self
)
995 class wxMenuItemPtr(wxObjectPtr
):
996 def __init__(self
,this
):
999 def GetMenu(self
, *_args
, **_kwargs
):
1000 val
= apply(windowsc
.wxMenuItem_GetMenu
,(self
,) + _args
, _kwargs
)
1002 def SetId(self
, *_args
, **_kwargs
):
1003 val
= apply(windowsc
.wxMenuItem_SetId
,(self
,) + _args
, _kwargs
)
1005 def GetId(self
, *_args
, **_kwargs
):
1006 val
= apply(windowsc
.wxMenuItem_GetId
,(self
,) + _args
, _kwargs
)
1008 def IsSeparator(self
, *_args
, **_kwargs
):
1009 val
= apply(windowsc
.wxMenuItem_IsSeparator
,(self
,) + _args
, _kwargs
)
1011 def SetText(self
, *_args
, **_kwargs
):
1012 val
= apply(windowsc
.wxMenuItem_SetText
,(self
,) + _args
, _kwargs
)
1014 def GetLabel(self
, *_args
, **_kwargs
):
1015 val
= apply(windowsc
.wxMenuItem_GetLabel
,(self
,) + _args
, _kwargs
)
1017 def GetText(self
, *_args
, **_kwargs
):
1018 val
= apply(windowsc
.wxMenuItem_GetText
,(self
,) + _args
, _kwargs
)
1020 def GetKind(self
, *_args
, **_kwargs
):
1021 val
= apply(windowsc
.wxMenuItem_GetKind
,(self
,) + _args
, _kwargs
)
1023 def SetCheckable(self
, *_args
, **_kwargs
):
1024 val
= apply(windowsc
.wxMenuItem_SetCheckable
,(self
,) + _args
, _kwargs
)
1026 def IsCheckable(self
, *_args
, **_kwargs
):
1027 val
= apply(windowsc
.wxMenuItem_IsCheckable
,(self
,) + _args
, _kwargs
)
1029 def IsSubMenu(self
, *_args
, **_kwargs
):
1030 val
= apply(windowsc
.wxMenuItem_IsSubMenu
,(self
,) + _args
, _kwargs
)
1032 def SetSubMenu(self
, *_args
, **_kwargs
):
1033 val
= apply(windowsc
.wxMenuItem_SetSubMenu
,(self
,) + _args
, _kwargs
)
1035 def GetSubMenu(self
, *_args
, **_kwargs
):
1036 val
= apply(windowsc
.wxMenuItem_GetSubMenu
,(self
,) + _args
, _kwargs
)
1038 def Enable(self
, *_args
, **_kwargs
):
1039 val
= apply(windowsc
.wxMenuItem_Enable
,(self
,) + _args
, _kwargs
)
1041 def IsEnabled(self
, *_args
, **_kwargs
):
1042 val
= apply(windowsc
.wxMenuItem_IsEnabled
,(self
,) + _args
, _kwargs
)
1044 def Check(self
, *_args
, **_kwargs
):
1045 val
= apply(windowsc
.wxMenuItem_Check
,(self
,) + _args
, _kwargs
)
1047 def IsChecked(self
, *_args
, **_kwargs
):
1048 val
= apply(windowsc
.wxMenuItem_IsChecked
,(self
,) + _args
, _kwargs
)
1050 def Toggle(self
, *_args
, **_kwargs
):
1051 val
= apply(windowsc
.wxMenuItem_Toggle
,(self
,) + _args
, _kwargs
)
1053 def SetHelp(self
, *_args
, **_kwargs
):
1054 val
= apply(windowsc
.wxMenuItem_SetHelp
,(self
,) + _args
, _kwargs
)
1056 def GetHelp(self
, *_args
, **_kwargs
):
1057 val
= apply(windowsc
.wxMenuItem_GetHelp
,(self
,) + _args
, _kwargs
)
1059 def GetAccel(self
, *_args
, **_kwargs
):
1060 val
= apply(windowsc
.wxMenuItem_GetAccel
,(self
,) + _args
, _kwargs
)
1061 if val
: val
= wxAcceleratorEntryPtr(val
)
1063 def SetAccel(self
, *_args
, **_kwargs
):
1064 val
= apply(windowsc
.wxMenuItem_SetAccel
,(self
,) + _args
, _kwargs
)
1067 return "<C wxMenuItem instance at %s>" % (self
.this
,)
1068 class wxMenuItem(wxMenuItemPtr
):
1069 def __init__(self
,*_args
,**_kwargs
):
1070 self
.this
= apply(windowsc
.new_wxMenuItem
,_args
,_kwargs
)
1078 #-------------- FUNCTION WRAPPERS ------------------
1080 wxValidator_IsSilent
= windowsc
.wxValidator_IsSilent
1082 wxValidator_SetBellOnError
= windowsc
.wxValidator_SetBellOnError
1084 def wxWindow_FindFocus(*_args
, **_kwargs
):
1085 val
= apply(windowsc
.wxWindow_FindFocus
,_args
,_kwargs
)
1088 wxWindow_NewControlId
= windowsc
.wxWindow_NewControlId
1090 wxWindow_NextControlId
= windowsc
.wxWindow_NextControlId
1092 wxWindow_PrevControlId
= windowsc
.wxWindow_PrevControlId
1094 wxMenuItem_GetLabelFromText
= windowsc
.wxMenuItem_GetLabelFromText
1098 #-------------- VARIABLE WRAPPERS ------------------