]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/brush.h
define {first,second}_type in the struct declared by _WX_DECLARE_PAIR too for compati...
[wxWidgets.git] / include / wx / palmos / brush.h
index ba55d5bad7de96364a0e4235c890c3636adc8cba..3625ad9fd592b8106bc37f68316dea93163ba2e1 100644 (file)
@@ -45,6 +45,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;