X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..c6ea1fdaf924be4ee49a19d12f76e4fcd257bb0a:/include/wx/palmos/brush.h?ds=sidebyside diff --git a/include/wx/palmos/brush.h b/include/wx/palmos/brush.h index 4d65402d49..3625ad9fd5 100644 --- a/include/wx/palmos/brush.h +++ b/include/wx/palmos/brush.h @@ -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;