]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/brush.h
adding 10.4 build compatibility for osx cocoa, see #10361
[wxWidgets.git] / include / wx / palmos / brush.h
index 4d65402d4910b8cf8d32a639e8554668327b0676..3625ad9fd592b8106bc37f68316dea93163ba2e1 100644 (file)
@@ -42,9 +42,14 @@ public:
     bool operator!=(const wxBrush& brush) const { return !(*this == brush); }
 
     wxColour GetColour() const;
-    virtual wxBrushStyle GetStyle() const;
+    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;