X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/721a9626991bd21815663a52ed6543647127fabf..58161defc3d91ed3bdb4e098325dad40c334697a:/include/wx/palmos/toplevel.h?ds=inline diff --git a/include/wx/palmos/toplevel.h b/include/wx/palmos/toplevel.h index 85630b6943..f87488145d 100644 --- a/include/wx/palmos/toplevel.h +++ b/include/wx/palmos/toplevel.h @@ -82,12 +82,14 @@ 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; protected: // common part of all ctors @@ -102,9 +104,6 @@ protected: // translate wxWidgets flags to Windows ones virtual WXDWORD PalmGetStyle(long flags, WXDWORD *exstyle) const; - // choose the right parent to use with CreateWindow() - virtual WXHWND PalmGetParent() const; - // is the window currently iconized? bool m_iconized; @@ -126,7 +125,5 @@ protected: DECLARE_NO_COPY_CLASS(wxTopLevelWindowPalm) }; -static Boolean FrameFormHandleEvent(EventType* pEvent); - #endif // _WX_PALMOS_TOPLEVEL_H_