finished wxWindow for MGL

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2001-08-16 22:53:43 +00:00
parent 5e08014381
commit 2b260bc3e2
2 changed files with 202 additions and 17 deletions

View File

@@ -113,6 +113,7 @@ protected:
// (see wxWindow::Refresh)
bool m_frozen;
bool m_refreshAfterThaw;
int m_eraseBackground;
// implement the base class pure virtuals
virtual void DoClientToScreen( int *x, int *y ) const;