X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4e67f28fb7c5f0b96577e2cca3196804caecc150..30e24d9dd5a5abf1c9a375ea259eb239b122b7f7:/wxPython/src/_power.i?ds=inline 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,