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:
@@ -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()
|
||||
//
|
||||
|
Reference in New Issue
Block a user