X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5c836c463a8ece980b66ebc9920f1b045d9a8f33..265accbe551ec481a3270b220933a0e99596fb7c:/include/wx/msw/notebook.h diff --git a/include/wx/msw/notebook.h b/include/wx/msw/notebook.h index f732ce9da5..c085883714 100644 --- a/include/wx/msw/notebook.h +++ b/include/wx/msw/notebook.h @@ -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() //