]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/frame.h
fixed bug with the caret positioning after SetValue() introduced by the last commit
[wxWidgets.git] / include / wx / os2 / frame.h
index 4cfbc3c33a07f992d1d235b28da3c21238276ad2..6f85949b9792a75a96e2fcf701afae7674ef3976 100644 (file)
@@ -66,6 +66,7 @@ public:
     // implementation only from now on
     // -------------------------------
 
+    void         AlterChildPos(void);
     // override some more virtuals
     virtual bool Show(bool bShow = TRUE);
 
@@ -214,6 +215,7 @@ protected:
     int                             m_nFsToolBarHeight;
     bool                            m_bFsIsMaximized;
     bool                            m_bFsIsShowing;
+    bool                            m_bWasMinimized;
     bool                            m_bIsShown;
     wxWindow*                       m_pWinLastFocused;