X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bdb5436554c910fe850db1470514ee83ded76db3..1721a8c028d3b6a553634c632117fbfac102a30e:/include/wx/palmos/toplevel.h diff --git a/include/wx/palmos/toplevel.h b/include/wx/palmos/toplevel.h index f53a646cff..85630b6943 100644 --- a/include/wx/palmos/toplevel.h +++ b/include/wx/palmos/toplevel.h @@ -82,12 +82,20 @@ public: wxWindow *GetLastFocus() const { return m_winLastFocused; } // interface to native frame structure - FormType *GetForm(); + FormType *GetForm() const; + + // handle native events + bool HandleControlSelect(EventType* event); + bool HandleControlRepeat(EventType* event); + bool HandleSize(EventType* event); protected: // common part of all ctors void Init(); + // getting and setting sizes + virtual void DoGetSize( int *width, int *height ) const; + // common part of Iconize(), Maximize() and Restore() void DoShowWindow(int nShowCmd);