X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/808e3bce622d9ec7ae8c43581472ae699ed47221..f499ca450c3863cea52f7b7f77aa7eecc942b552:/include/wx/palmos/toplevel.h diff --git a/include/wx/palmos/toplevel.h b/include/wx/palmos/toplevel.h index 143863c62a..cb2680acfd 100644 --- a/include/wx/palmos/toplevel.h +++ b/include/wx/palmos/toplevel.h @@ -12,10 +12,6 @@ #ifndef _WX_PALMOS_TOPLEVEL_H_ #define _WX_PALMOS_TOPLEVEL_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "toplevel.h" -#endif - // ---------------------------------------------------------------------------- // wxTopLevelWindowPalm // ---------------------------------------------------------------------------- @@ -82,7 +78,14 @@ public: wxWindow *GetLastFocus() const { return m_winLastFocused; } // interface to native frame structure - FormType *GetForm() const; + WXFORMPTR GetForm() const; + + // handle native events + bool HandleControlSelect(WXEVENTPTR event); + bool HandleControlRepeat(WXEVENTPTR event); + bool HandleSize(WXEVENTPTR event); + + virtual WXWINHANDLE GetWinHandle() const; protected: // common part of all ctors @@ -97,9 +100,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; @@ -121,7 +121,5 @@ protected: DECLARE_NO_COPY_CLASS(wxTopLevelWindowPalm) }; -static Boolean FrameFormHandleEvent(EventType* pEvent); - #endif // _WX_PALMOS_TOPLEVEL_H_