X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/324eeecb3cdc9522e136af6670443148772b412a..ad0ac642d5764497804bee2caad4fc1f20fc6cea:/include/wx/palmos/toplevel.h diff --git a/include/wx/palmos/toplevel.h b/include/wx/palmos/toplevel.h index 9d2faa7655..f87488145d 100644 --- a/include/wx/palmos/toplevel.h +++ b/include/wx/palmos/toplevel.h @@ -82,12 +82,12 @@ public: wxWindow *GetLastFocus() const { return m_winLastFocused; } // interface to native frame structure - FormType *GetForm() const; + WXFORMPTR GetForm() const; // handle native events - bool HandleControlSelect(EventType* event); - bool HandleControlRepeat(EventType* event); - bool HandleSize(EventType* event); + bool HandleControlSelect(WXEVENTPTR event); + bool HandleControlRepeat(WXEVENTPTR event); + bool HandleSize(WXEVENTPTR event); virtual WXWINHANDLE GetWinHandle() const; @@ -125,7 +125,5 @@ protected: DECLARE_NO_COPY_CLASS(wxTopLevelWindowPalm) }; -static Boolean FrameFormHandleEvent(EventType* pEvent); - #endif // _WX_PALMOS_TOPLEVEL_H_