]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/toplevel.h
fixed bug in Set() on DST days (patch 1097811)
[wxWidgets.git] / include / wx / palmos / toplevel.h
index 9783f91ad6e8486d9b621096ae0811e25e01d479..143863c62a56bbf1ecf06a26c7207810189d53cd 100644 (file)
@@ -81,10 +81,16 @@ public:
     void SetLastFocus(wxWindow *win) { m_winLastFocused = win; }
     wxWindow *GetLastFocus() const { return m_winLastFocused; }
 
+    // interface to native frame structure
+    FormType *GetForm() const;
+
 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);