X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be7c2a2033f57f92c23f0db8220cb53ad47eabde..75ce4cb180dfbe5f6ee1ad6927929b43d04edcd1:/include/wx/palmos/frame.h diff --git a/include/wx/palmos/frame.h b/include/wx/palmos/frame.h index 76f5bd804f..9f1d190bf4 100644 --- a/include/wx/palmos/frame.h +++ b/include/wx/palmos/frame.h @@ -12,10 +12,6 @@ #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 { public: @@ -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: