1 # This file was created automatically by SWIG.
6 def __init__(self
,this
):
9 def GetEventObject(self
, *_args
, **_kwargs
):
10 val
= apply(eventsc
.wxEvent_GetEventObject
,(self
,) + _args
, _kwargs
)
12 def GetEventType(self
, *_args
, **_kwargs
):
13 val
= apply(eventsc
.wxEvent_GetEventType
,(self
,) + _args
, _kwargs
)
15 def GetId(self
, *_args
, **_kwargs
):
16 val
= apply(eventsc
.wxEvent_GetId
,(self
,) + _args
, _kwargs
)
18 def GetSkipped(self
, *_args
, **_kwargs
):
19 val
= apply(eventsc
.wxEvent_GetSkipped
,(self
,) + _args
, _kwargs
)
21 def GetTimestamp(self
, *_args
, **_kwargs
):
22 val
= apply(eventsc
.wxEvent_GetTimestamp
,(self
,) + _args
, _kwargs
)
24 def SetEventObject(self
, *_args
, **_kwargs
):
25 val
= apply(eventsc
.wxEvent_SetEventObject
,(self
,) + _args
, _kwargs
)
27 def SetEventType(self
, *_args
, **_kwargs
):
28 val
= apply(eventsc
.wxEvent_SetEventType
,(self
,) + _args
, _kwargs
)
30 def SetId(self
, *_args
, **_kwargs
):
31 val
= apply(eventsc
.wxEvent_SetId
,(self
,) + _args
, _kwargs
)
33 def SetTimestamp(self
, *_args
, **_kwargs
):
34 val
= apply(eventsc
.wxEvent_SetTimestamp
,(self
,) + _args
, _kwargs
)
36 def Skip(self
, *_args
, **_kwargs
):
37 val
= apply(eventsc
.wxEvent_Skip
,(self
,) + _args
, _kwargs
)
40 return "<C wxEvent instance at %s>" % (self
.this
,)
41 class wxEvent(wxEventPtr
):
42 def __init__(self
,this
):
48 class wxSizeEventPtr(wxEventPtr
):
49 def __init__(self
,this
):
52 def GetSize(self
, *_args
, **_kwargs
):
53 val
= apply(eventsc
.wxSizeEvent_GetSize
,(self
,) + _args
, _kwargs
)
54 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
57 return "<C wxSizeEvent instance at %s>" % (self
.this
,)
58 class wxSizeEvent(wxSizeEventPtr
):
59 def __init__(self
,this
):
65 class wxCloseEventPtr(wxEventPtr
):
66 def __init__(self
,this
):
69 def SetLoggingOff(self
, *_args
, **_kwargs
):
70 val
= apply(eventsc
.wxCloseEvent_SetLoggingOff
,(self
,) + _args
, _kwargs
)
72 def GetLoggingOff(self
, *_args
, **_kwargs
):
73 val
= apply(eventsc
.wxCloseEvent_GetLoggingOff
,(self
,) + _args
, _kwargs
)
75 def Veto(self
, *_args
, **_kwargs
):
76 val
= apply(eventsc
.wxCloseEvent_Veto
,(self
,) + _args
, _kwargs
)
78 def CanVeto(self
, *_args
, **_kwargs
):
79 val
= apply(eventsc
.wxCloseEvent_CanVeto
,(self
,) + _args
, _kwargs
)
81 def GetVeto(self
, *_args
, **_kwargs
):
82 val
= apply(eventsc
.wxCloseEvent_GetVeto
,(self
,) + _args
, _kwargs
)
84 def SetCanVeto(self
, *_args
, **_kwargs
):
85 val
= apply(eventsc
.wxCloseEvent_SetCanVeto
,(self
,) + _args
, _kwargs
)
88 return "<C wxCloseEvent instance at %s>" % (self
.this
,)
89 class wxCloseEvent(wxCloseEventPtr
):
90 def __init__(self
,this
):
96 class wxCommandEventPtr(wxEventPtr
):
97 def __init__(self
,this
):
100 def Checked(self
, *_args
, **_kwargs
):
101 val
= apply(eventsc
.wxCommandEvent_Checked
,(self
,) + _args
, _kwargs
)
103 def GetExtraLong(self
, *_args
, **_kwargs
):
104 val
= apply(eventsc
.wxCommandEvent_GetExtraLong
,(self
,) + _args
, _kwargs
)
106 def GetInt(self
, *_args
, **_kwargs
):
107 val
= apply(eventsc
.wxCommandEvent_GetInt
,(self
,) + _args
, _kwargs
)
109 def GetSelection(self
, *_args
, **_kwargs
):
110 val
= apply(eventsc
.wxCommandEvent_GetSelection
,(self
,) + _args
, _kwargs
)
112 def GetString(self
, *_args
, **_kwargs
):
113 val
= apply(eventsc
.wxCommandEvent_GetString
,(self
,) + _args
, _kwargs
)
115 def IsSelection(self
, *_args
, **_kwargs
):
116 val
= apply(eventsc
.wxCommandEvent_IsSelection
,(self
,) + _args
, _kwargs
)
119 return "<C wxCommandEvent instance at %s>" % (self
.this
,)
120 class wxCommandEvent(wxCommandEventPtr
):
121 def __init__(self
,this
):
127 class wxScrollEventPtr(wxCommandEventPtr
):
128 def __init__(self
,this
):
131 def GetOrientation(self
, *_args
, **_kwargs
):
132 val
= apply(eventsc
.wxScrollEvent_GetOrientation
,(self
,) + _args
, _kwargs
)
134 def GetPosition(self
, *_args
, **_kwargs
):
135 val
= apply(eventsc
.wxScrollEvent_GetPosition
,(self
,) + _args
, _kwargs
)
138 return "<C wxScrollEvent instance at %s>" % (self
.this
,)
139 class wxScrollEvent(wxScrollEventPtr
):
140 def __init__(self
,this
):
146 class wxSpinEventPtr(wxScrollEventPtr
):
147 def __init__(self
,this
):
151 return "<C wxSpinEvent instance at %s>" % (self
.this
,)
152 class wxSpinEvent(wxSpinEventPtr
):
153 def __init__(self
,this
):
159 class wxMouseEventPtr(wxEventPtr
):
160 def __init__(self
,this
):
163 def IsButton(self
, *_args
, **_kwargs
):
164 val
= apply(eventsc
.wxMouseEvent_IsButton
,(self
,) + _args
, _kwargs
)
166 def ButtonDown(self
, *_args
, **_kwargs
):
167 val
= apply(eventsc
.wxMouseEvent_ButtonDown
,(self
,) + _args
, _kwargs
)
169 def ButtonDClick(self
, *_args
, **_kwargs
):
170 val
= apply(eventsc
.wxMouseEvent_ButtonDClick
,(self
,) + _args
, _kwargs
)
172 def ButtonUp(self
, *_args
, **_kwargs
):
173 val
= apply(eventsc
.wxMouseEvent_ButtonUp
,(self
,) + _args
, _kwargs
)
175 def Button(self
, *_args
, **_kwargs
):
176 val
= apply(eventsc
.wxMouseEvent_Button
,(self
,) + _args
, _kwargs
)
178 def ButtonIsDown(self
, *_args
, **_kwargs
):
179 val
= apply(eventsc
.wxMouseEvent_ButtonIsDown
,(self
,) + _args
, _kwargs
)
181 def ControlDown(self
, *_args
, **_kwargs
):
182 val
= apply(eventsc
.wxMouseEvent_ControlDown
,(self
,) + _args
, _kwargs
)
184 def MetaDown(self
, *_args
, **_kwargs
):
185 val
= apply(eventsc
.wxMouseEvent_MetaDown
,(self
,) + _args
, _kwargs
)
187 def AltDown(self
, *_args
, **_kwargs
):
188 val
= apply(eventsc
.wxMouseEvent_AltDown
,(self
,) + _args
, _kwargs
)
190 def ShiftDown(self
, *_args
, **_kwargs
):
191 val
= apply(eventsc
.wxMouseEvent_ShiftDown
,(self
,) + _args
, _kwargs
)
193 def LeftDown(self
, *_args
, **_kwargs
):
194 val
= apply(eventsc
.wxMouseEvent_LeftDown
,(self
,) + _args
, _kwargs
)
196 def MiddleDown(self
, *_args
, **_kwargs
):
197 val
= apply(eventsc
.wxMouseEvent_MiddleDown
,(self
,) + _args
, _kwargs
)
199 def RightDown(self
, *_args
, **_kwargs
):
200 val
= apply(eventsc
.wxMouseEvent_RightDown
,(self
,) + _args
, _kwargs
)
202 def LeftUp(self
, *_args
, **_kwargs
):
203 val
= apply(eventsc
.wxMouseEvent_LeftUp
,(self
,) + _args
, _kwargs
)
205 def MiddleUp(self
, *_args
, **_kwargs
):
206 val
= apply(eventsc
.wxMouseEvent_MiddleUp
,(self
,) + _args
, _kwargs
)
208 def RightUp(self
, *_args
, **_kwargs
):
209 val
= apply(eventsc
.wxMouseEvent_RightUp
,(self
,) + _args
, _kwargs
)
211 def LeftDClick(self
, *_args
, **_kwargs
):
212 val
= apply(eventsc
.wxMouseEvent_LeftDClick
,(self
,) + _args
, _kwargs
)
214 def MiddleDClick(self
, *_args
, **_kwargs
):
215 val
= apply(eventsc
.wxMouseEvent_MiddleDClick
,(self
,) + _args
, _kwargs
)
217 def RightDClick(self
, *_args
, **_kwargs
):
218 val
= apply(eventsc
.wxMouseEvent_RightDClick
,(self
,) + _args
, _kwargs
)
220 def LeftIsDown(self
, *_args
, **_kwargs
):
221 val
= apply(eventsc
.wxMouseEvent_LeftIsDown
,(self
,) + _args
, _kwargs
)
223 def MiddleIsDown(self
, *_args
, **_kwargs
):
224 val
= apply(eventsc
.wxMouseEvent_MiddleIsDown
,(self
,) + _args
, _kwargs
)
226 def RightIsDown(self
, *_args
, **_kwargs
):
227 val
= apply(eventsc
.wxMouseEvent_RightIsDown
,(self
,) + _args
, _kwargs
)
229 def Dragging(self
, *_args
, **_kwargs
):
230 val
= apply(eventsc
.wxMouseEvent_Dragging
,(self
,) + _args
, _kwargs
)
232 def Moving(self
, *_args
, **_kwargs
):
233 val
= apply(eventsc
.wxMouseEvent_Moving
,(self
,) + _args
, _kwargs
)
235 def Entering(self
, *_args
, **_kwargs
):
236 val
= apply(eventsc
.wxMouseEvent_Entering
,(self
,) + _args
, _kwargs
)
238 def Leaving(self
, *_args
, **_kwargs
):
239 val
= apply(eventsc
.wxMouseEvent_Leaving
,(self
,) + _args
, _kwargs
)
241 def Position(self
, *_args
, **_kwargs
):
242 val
= apply(eventsc
.wxMouseEvent_Position
,(self
,) + _args
, _kwargs
)
244 def GetPosition(self
, *_args
, **_kwargs
):
245 val
= apply(eventsc
.wxMouseEvent_GetPosition
,(self
,) + _args
, _kwargs
)
246 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
248 def GetLogicalPosition(self
, *_args
, **_kwargs
):
249 val
= apply(eventsc
.wxMouseEvent_GetLogicalPosition
,(self
,) + _args
, _kwargs
)
250 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
252 def GetX(self
, *_args
, **_kwargs
):
253 val
= apply(eventsc
.wxMouseEvent_GetX
,(self
,) + _args
, _kwargs
)
255 def GetY(self
, *_args
, **_kwargs
):
256 val
= apply(eventsc
.wxMouseEvent_GetY
,(self
,) + _args
, _kwargs
)
259 return "<C wxMouseEvent instance at %s>" % (self
.this
,)
260 class wxMouseEvent(wxMouseEventPtr
):
261 def __init__(self
,this
):
267 class wxKeyEventPtr(wxEventPtr
):
268 def __init__(self
,this
):
271 def ControlDown(self
, *_args
, **_kwargs
):
272 val
= apply(eventsc
.wxKeyEvent_ControlDown
,(self
,) + _args
, _kwargs
)
274 def MetaDown(self
, *_args
, **_kwargs
):
275 val
= apply(eventsc
.wxKeyEvent_MetaDown
,(self
,) + _args
, _kwargs
)
277 def AltDown(self
, *_args
, **_kwargs
):
278 val
= apply(eventsc
.wxKeyEvent_AltDown
,(self
,) + _args
, _kwargs
)
280 def ShiftDown(self
, *_args
, **_kwargs
):
281 val
= apply(eventsc
.wxKeyEvent_ShiftDown
,(self
,) + _args
, _kwargs
)
283 def KeyCode(self
, *_args
, **_kwargs
):
284 val
= apply(eventsc
.wxKeyEvent_KeyCode
,(self
,) + _args
, _kwargs
)
287 return "<C wxKeyEvent instance at %s>" % (self
.this
,)
288 class wxKeyEvent(wxKeyEventPtr
):
289 def __init__(self
,this
):
295 class wxMoveEventPtr(wxEventPtr
):
296 def __init__(self
,this
):
299 def GetPosition(self
, *_args
, **_kwargs
):
300 val
= apply(eventsc
.wxMoveEvent_GetPosition
,(self
,) + _args
, _kwargs
)
301 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
304 return "<C wxMoveEvent instance at %s>" % (self
.this
,)
305 class wxMoveEvent(wxMoveEventPtr
):
306 def __init__(self
,this
):
312 class wxPaintEventPtr(wxEventPtr
):
313 def __init__(self
,this
):
317 return "<C wxPaintEvent instance at %s>" % (self
.this
,)
318 class wxPaintEvent(wxPaintEventPtr
):
319 def __init__(self
,this
):
325 class wxEraseEventPtr(wxEventPtr
):
326 def __init__(self
,this
):
329 def GetDC(self
, *_args
, **_kwargs
):
330 val
= apply(eventsc
.wxEraseEvent_GetDC
,(self
,) + _args
, _kwargs
)
331 if val
: val
= wxDCPtr(val
)
334 return "<C wxEraseEvent instance at %s>" % (self
.this
,)
335 class wxEraseEvent(wxEraseEventPtr
):
336 def __init__(self
,this
):
342 class wxFocusEventPtr(wxEventPtr
):
343 def __init__(self
,this
):
347 return "<C wxFocusEvent instance at %s>" % (self
.this
,)
348 class wxFocusEvent(wxFocusEventPtr
):
349 def __init__(self
,this
):
355 class wxActivateEventPtr(wxEventPtr
):
356 def __init__(self
,this
):
359 def GetActive(self
, *_args
, **_kwargs
):
360 val
= apply(eventsc
.wxActivateEvent_GetActive
,(self
,) + _args
, _kwargs
)
363 return "<C wxActivateEvent instance at %s>" % (self
.this
,)
364 class wxActivateEvent(wxActivateEventPtr
):
365 def __init__(self
,this
):
371 class wxInitDialogEventPtr(wxEventPtr
):
372 def __init__(self
,this
):
376 return "<C wxInitDialogEvent instance at %s>" % (self
.this
,)
377 class wxInitDialogEvent(wxInitDialogEventPtr
):
378 def __init__(self
,this
):
384 class wxMenuEventPtr(wxEventPtr
):
385 def __init__(self
,this
):
388 def GetMenuId(self
, *_args
, **_kwargs
):
389 val
= apply(eventsc
.wxMenuEvent_GetMenuId
,(self
,) + _args
, _kwargs
)
392 return "<C wxMenuEvent instance at %s>" % (self
.this
,)
393 class wxMenuEvent(wxMenuEventPtr
):
394 def __init__(self
,this
):
400 class wxShowEventPtr(wxEventPtr
):
401 def __init__(self
,this
):
404 def SetShow(self
, *_args
, **_kwargs
):
405 val
= apply(eventsc
.wxShowEvent_SetShow
,(self
,) + _args
, _kwargs
)
407 def GetShow(self
, *_args
, **_kwargs
):
408 val
= apply(eventsc
.wxShowEvent_GetShow
,(self
,) + _args
, _kwargs
)
411 return "<C wxShowEvent instance at %s>" % (self
.this
,)
412 class wxShowEvent(wxShowEventPtr
):
413 def __init__(self
,this
):
419 class wxIconizeEventPtr(wxEventPtr
):
420 def __init__(self
,this
):
424 return "<C wxIconizeEvent instance at %s>" % (self
.this
,)
425 class wxIconizeEvent(wxIconizeEventPtr
):
426 def __init__(self
,this
):
432 class wxMaximizeEventPtr(wxEventPtr
):
433 def __init__(self
,this
):
437 return "<C wxMaximizeEvent instance at %s>" % (self
.this
,)
438 class wxMaximizeEvent(wxMaximizeEventPtr
):
439 def __init__(self
,this
):
445 class wxJoystickEventPtr(wxEventPtr
):
446 def __init__(self
,this
):
449 def GetPosition(self
, *_args
, **_kwargs
):
450 val
= apply(eventsc
.wxJoystickEvent_GetPosition
,(self
,) + _args
, _kwargs
)
451 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
453 def GetZPosition(self
, *_args
, **_kwargs
):
454 val
= apply(eventsc
.wxJoystickEvent_GetZPosition
,(self
,) + _args
, _kwargs
)
456 def GetButtonState(self
, *_args
, **_kwargs
):
457 val
= apply(eventsc
.wxJoystickEvent_GetButtonState
,(self
,) + _args
, _kwargs
)
459 def GetButtonChange(self
, *_args
, **_kwargs
):
460 val
= apply(eventsc
.wxJoystickEvent_GetButtonChange
,(self
,) + _args
, _kwargs
)
462 def GetJoystick(self
, *_args
, **_kwargs
):
463 val
= apply(eventsc
.wxJoystickEvent_GetJoystick
,(self
,) + _args
, _kwargs
)
465 def SetJoystick(self
, *_args
, **_kwargs
):
466 val
= apply(eventsc
.wxJoystickEvent_SetJoystick
,(self
,) + _args
, _kwargs
)
468 def SetButtonState(self
, *_args
, **_kwargs
):
469 val
= apply(eventsc
.wxJoystickEvent_SetButtonState
,(self
,) + _args
, _kwargs
)
471 def SetButtonChange(self
, *_args
, **_kwargs
):
472 val
= apply(eventsc
.wxJoystickEvent_SetButtonChange
,(self
,) + _args
, _kwargs
)
474 def SetPosition(self
, *_args
, **_kwargs
):
475 val
= apply(eventsc
.wxJoystickEvent_SetPosition
,(self
,) + _args
, _kwargs
)
477 def SetZPosition(self
, *_args
, **_kwargs
):
478 val
= apply(eventsc
.wxJoystickEvent_SetZPosition
,(self
,) + _args
, _kwargs
)
480 def IsButton(self
, *_args
, **_kwargs
):
481 val
= apply(eventsc
.wxJoystickEvent_IsButton
,(self
,) + _args
, _kwargs
)
483 def IsMove(self
, *_args
, **_kwargs
):
484 val
= apply(eventsc
.wxJoystickEvent_IsMove
,(self
,) + _args
, _kwargs
)
486 def IsZMove(self
, *_args
, **_kwargs
):
487 val
= apply(eventsc
.wxJoystickEvent_IsZMove
,(self
,) + _args
, _kwargs
)
489 def ButtonDown(self
, *_args
, **_kwargs
):
490 val
= apply(eventsc
.wxJoystickEvent_ButtonDown
,(self
,) + _args
, _kwargs
)
492 def ButtonUp(self
, *_args
, **_kwargs
):
493 val
= apply(eventsc
.wxJoystickEvent_ButtonUp
,(self
,) + _args
, _kwargs
)
495 def ButtonIsDown(self
, *_args
, **_kwargs
):
496 val
= apply(eventsc
.wxJoystickEvent_ButtonIsDown
,(self
,) + _args
, _kwargs
)
499 return "<C wxJoystickEvent instance at %s>" % (self
.this
,)
500 class wxJoystickEvent(wxJoystickEventPtr
):
501 def __init__(self
,this
):
507 class wxDropFilesEventPtr(wxEventPtr
):
508 def __init__(self
,this
):
511 def GetPosition(self
, *_args
, **_kwargs
):
512 val
= apply(eventsc
.wxDropFilesEvent_GetPosition
,(self
,) + _args
, _kwargs
)
513 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
515 def GetNumberOfFiles(self
, *_args
, **_kwargs
):
516 val
= apply(eventsc
.wxDropFilesEvent_GetNumberOfFiles
,(self
,) + _args
, _kwargs
)
518 def GetFiles(self
, *_args
, **_kwargs
):
519 val
= apply(eventsc
.wxDropFilesEvent_GetFiles
,(self
,) + _args
, _kwargs
)
522 return "<C wxDropFilesEvent instance at %s>" % (self
.this
,)
523 class wxDropFilesEvent(wxDropFilesEventPtr
):
524 def __init__(self
,this
):
530 class wxIdleEventPtr(wxEventPtr
):
531 def __init__(self
,this
):
534 def RequestMore(self
, *_args
, **_kwargs
):
535 val
= apply(eventsc
.wxIdleEvent_RequestMore
,(self
,) + _args
, _kwargs
)
537 def MoreRequested(self
, *_args
, **_kwargs
):
538 val
= apply(eventsc
.wxIdleEvent_MoreRequested
,(self
,) + _args
, _kwargs
)
541 return "<C wxIdleEvent instance at %s>" % (self
.this
,)
542 class wxIdleEvent(wxIdleEventPtr
):
543 def __init__(self
,this
):
549 class wxUpdateUIEventPtr(wxEventPtr
):
550 def __init__(self
,this
):
553 def GetChecked(self
, *_args
, **_kwargs
):
554 val
= apply(eventsc
.wxUpdateUIEvent_GetChecked
,(self
,) + _args
, _kwargs
)
556 def GetEnabled(self
, *_args
, **_kwargs
):
557 val
= apply(eventsc
.wxUpdateUIEvent_GetEnabled
,(self
,) + _args
, _kwargs
)
559 def GetText(self
, *_args
, **_kwargs
):
560 val
= apply(eventsc
.wxUpdateUIEvent_GetText
,(self
,) + _args
, _kwargs
)
562 def GetSetText(self
, *_args
, **_kwargs
):
563 val
= apply(eventsc
.wxUpdateUIEvent_GetSetText
,(self
,) + _args
, _kwargs
)
565 def GetSetChecked(self
, *_args
, **_kwargs
):
566 val
= apply(eventsc
.wxUpdateUIEvent_GetSetChecked
,(self
,) + _args
, _kwargs
)
568 def GetSetEnabled(self
, *_args
, **_kwargs
):
569 val
= apply(eventsc
.wxUpdateUIEvent_GetSetEnabled
,(self
,) + _args
, _kwargs
)
571 def Check(self
, *_args
, **_kwargs
):
572 val
= apply(eventsc
.wxUpdateUIEvent_Check
,(self
,) + _args
, _kwargs
)
574 def Enable(self
, *_args
, **_kwargs
):
575 val
= apply(eventsc
.wxUpdateUIEvent_Enable
,(self
,) + _args
, _kwargs
)
577 def SetText(self
, *_args
, **_kwargs
):
578 val
= apply(eventsc
.wxUpdateUIEvent_SetText
,(self
,) + _args
, _kwargs
)
581 return "<C wxUpdateUIEvent instance at %s>" % (self
.this
,)
582 class wxUpdateUIEvent(wxUpdateUIEventPtr
):
583 def __init__(self
,this
):
589 class wxSysColourChangedEventPtr(wxEventPtr
):
590 def __init__(self
,this
):
594 return "<C wxSysColourChangedEvent instance at %s>" % (self
.this
,)
595 class wxSysColourChangedEvent(wxSysColourChangedEventPtr
):
596 def __init__(self
,this
):
602 class wxPyEventPtr(wxCommandEventPtr
):
603 def __init__(self
,this
):
606 def __del__(self
,eventsc
=eventsc
):
607 if self
.thisown
== 1 :
608 eventsc
.delete_wxPyEvent(self
)
609 def SetUserData(self
, *_args
, **_kwargs
):
610 val
= apply(eventsc
.wxPyEvent_SetUserData
,(self
,) + _args
, _kwargs
)
612 def GetUserData(self
, *_args
, **_kwargs
):
613 val
= apply(eventsc
.wxPyEvent_GetUserData
,(self
,) + _args
, _kwargs
)
616 return "<C wxPyEvent instance at %s>" % (self
.this
,)
617 class wxPyEvent(wxPyEventPtr
):
618 def __init__(self
,*_args
,**_kwargs
):
619 self
.this
= apply(eventsc
.new_wxPyEvent
,_args
,_kwargs
)
625 class wxNotifyEventPtr(wxCommandEventPtr
):
626 def __init__(self
,this
):
629 def IsAllowed(self
, *_args
, **_kwargs
):
630 val
= apply(eventsc
.wxNotifyEvent_IsAllowed
,(self
,) + _args
, _kwargs
)
632 def Veto(self
, *_args
, **_kwargs
):
633 val
= apply(eventsc
.wxNotifyEvent_Veto
,(self
,) + _args
, _kwargs
)
636 return "<C wxNotifyEvent instance at %s>" % (self
.this
,)
637 class wxNotifyEvent(wxNotifyEventPtr
):
638 def __init__(self
,this
):
646 #-------------- FUNCTION WRAPPERS ------------------
650 #-------------- VARIABLE WRAPPERS ------------------