X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a152561c76dbed50d23f28d6e5761b4ece968156..8c9f8f91cd62335261ee29762747218f28d129de:/include/wx/palmos/toplevel.h?ds=sidebyside diff --git a/include/wx/palmos/toplevel.h b/include/wx/palmos/toplevel.h index 3db01b1fcd..9d2faa7655 100644 --- a/include/wx/palmos/toplevel.h +++ b/include/wx/palmos/toplevel.h @@ -84,8 +84,12 @@ public: // interface to native frame structure FormType *GetForm() const; - // handle controls + // 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 @@ -100,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;