]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/toplevel.h
bug fixes for using wxTransientPopupWindow and wxDP_ALLOWNONE support from Andreas...
[wxWidgets.git] / include / wx / palmos / toplevel.h
index f53a646cff2b78ef5a2714cf8a68acf2129ef538..85630b6943caed3d35df395106a0982cfdcc00e6 100644 (file)
@@ -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);