X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be7c2a2033f57f92c23f0db8220cb53ad47eabde..7737e2fd004685a23b18035545e3ed46515aab8a:/include/wx/palmos/frame.h diff --git a/include/wx/palmos/frame.h b/include/wx/palmos/frame.h index 76f5bd804f..ed9166a712 100644 --- a/include/wx/palmos/frame.h +++ b/include/wx/palmos/frame.h @@ -12,11 +12,7 @@ #ifndef _WX_FRAME_H_ #define _WX_FRAME_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "frame.h" -#endif - -class WXDLLEXPORT wxFrame : public wxFrameBase +class WXDLLIMPEXP_CORE wxFrame : public wxFrameBase { public: // construction @@ -52,7 +48,6 @@ public: // ------------------------------- // event handlers - void OnSysColourChanged(wxSysColourChangedEvent& event); void OnPaint(wxPaintEvent& event); // Toolbar @@ -65,15 +60,13 @@ public: #endif // wxUSE_TOOLBAR // event handlers - bool HandlePaint(); - bool HandleSize(int x, int y, WXUINT flag); bool HandleMenuLoop(const wxEventType& evtType, WXWORD isPopup); virtual wxPoint GetClientAreaOrigin() const; #if wxUSE_MENUS_NATIVE bool HandleMenuOpen(); - bool HandleMenuSelect(EventType* event); + bool HandleMenuSelect(WXEVENTPTR event); #endif // wxUSE_MENUS_NATIVE protected: