Implementing some more controls and an MDI child frame fix for wxFrame.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12452 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2001-11-16 18:40:45 +00:00
parent f6c2a6f418
commit fb49f3b32e
4 changed files with 159 additions and 75 deletions

View File

@@ -215,6 +215,7 @@ protected:
int m_nFsToolBarHeight;
bool m_bFsIsMaximized;
bool m_bFsIsShowing;
bool m_bWasMinimized;
bool m_bIsShown;
wxWindow* m_pWinLastFocused;