added another DoEraseBackground overload (no real changes)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-11-19 20:50:25 +00:00
parent 65546961ea
commit 9b7d2b81cc
2 changed files with 11 additions and 4 deletions

View File

@@ -165,6 +165,9 @@ public:
// handler for child pages erase background event
void DoEraseBackground(wxEraseEvent& event);
// real implementation of the above method
void DoEraseBackground(wxWindow *win, WXHDC hDC);
// get the brush to be used for painting the background for the controls
// which need it in their MSWControlColor()
//