]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/notebook.h
A little documentation about custom events as
[wxWidgets.git] / include / wx / msw / notebook.h
index f732ce9da516468bfb139ab6abe00d743f6b2082..c08588371470347ddea081832557a67317f300f2 100644 (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()
   //