]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/notebook.h
Added wxComboCtrl::SetTextCtrlStyle()
[wxWidgets.git] / include / wx / msw / notebook.h
index 969e7321452c8e16145d0800824316fa39d06336..2dfa4337e8951320875c752864bba3072c47360c 100644 (file)
@@ -183,7 +183,7 @@ public:
   }
 
   // return the themed brush for painting our children
-  virtual WXHBRUSH MSWGetBgBrushForChild(WXHDC hDC, WXHWND hWnd);
+  virtual WXHBRUSH MSWGetBgBrushForChild(WXHDC hDC, wxWindow *child);
 
   // draw child background
   virtual bool MSWPrintChild(WXHDC hDC, wxWindow *win);