X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4e67f28fb7c5f0b96577e2cca3196804caecc150..6caa0f5cd18fe9fb39c207d5f31fa5633479a822:/wxPython/src/_power.i?ds=sidebyside diff --git a/wxPython/src/_power.i b/wxPython/src/_power.i index cbc3bcfa4f..cb8deace69 100644 --- a/wxPython/src/_power.i +++ b/wxPython/src/_power.i @@ -15,20 +15,13 @@ //--------------------------------------------------------------------------- %newgroup + %{ #ifndef wxHAS_POWER_EVENTS // Dummy class and other definitions for platforms that don't have them -class wxPowerEvent : public wxEvent -{ -public: - wxPowerEvent(wxEventType evtType) : wxEvent(wxID_NONE, evtType) {} - void Veto() {} - bool IsVetoed() const { return false; } - - virtual wxEvent *Clone() const { return new wxPowerEvent(*this); } -}; - +// See wxPython_int.h for wxPowerEvent + enum { wxEVT_POWER_SUSPENDING, wxEVT_POWER_SUSPENDED,