X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/808e3bce622d9ec7ae8c43581472ae699ed47221..4652511f90ff770a99195d1d0fe016684fcf03af:/include/wx/palmos/toplevel.h?ds=sidebyside diff --git a/include/wx/palmos/toplevel.h b/include/wx/palmos/toplevel.h index 143863c62a..9d2faa7655 100644 --- a/include/wx/palmos/toplevel.h +++ b/include/wx/palmos/toplevel.h @@ -84,6 +84,13 @@ public: // interface to native frame structure FormType *GetForm() const; + // handle native events + bool HandleControlSelect(EventType* event); + bool HandleControlRepeat(EventType* event); + bool HandleSize(EventType* event); + + virtual WXWINHANDLE GetWinHandle() const; + protected: // common part of all ctors void Init(); @@ -97,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;