X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d1679124ae303fb78561ee2b0c56b5831fd0fafe..70541533c8e108249a82fbe2bc05ccfb73bf028d:/wxPython/src/events.i diff --git a/wxPython/src/events.i b/wxPython/src/events.i index 3cf5673359..03c1a0d1bb 100644 --- a/wxPython/src/events.i +++ b/wxPython/src/events.i @@ -33,7 +33,7 @@ int wxNewEventType(); -class wxEvent { +class wxEvent : public wxObject { public: wxEvent(int id = 0); ~wxEvent(); @@ -291,7 +291,8 @@ public: class wxIconizeEvent: public wxEvent { public: - wxIconizeEvent(int id = 0); + wxIconizeEvent(int id = 0, bool iconized = TRUE); + bool Iconized(); }; //---------------------------------------------------------------------------