]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/brush.h
moving themeing include to private.h
[wxWidgets.git] / include / wx / msw / brush.h
index 3d1c7e3ae15f53d14dda634f03acb08adea968a7..d4ddc8d813ee591276331d3683c7139e2ea2e3d6 100644 (file)
@@ -43,6 +43,11 @@ public:
     wxBrushStyle GetStyle() const;
     wxBitmap *GetStipple() const;
 
+#if FUTURE_WXWIN_COMPATIBILITY_3_0
+    wxDEPRECATED_FUTURE( void SetStyle(int style) )
+        { SetStyle((wxBrushStyle)style); }
+#endif
+
     // return the HBRUSH for this brush
     virtual WXHANDLE GetResourceHandle() const;