projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
provide generic implementation for ShowScrollbars() too
[wxWidgets.git]
/
include
/
wx
/
palmos
/
brush.h
diff --git
a/include/wx/palmos/brush.h
b/include/wx/palmos/brush.h
index ba55d5bad7de96364a0e4235c890c3636adc8cba..3625ad9fd592b8106bc37f68316dea93163ba2e1 100644
(file)
--- a/
include/wx/palmos/brush.h
+++ b/
include/wx/palmos/brush.h
@@
-45,6
+45,11
@@
public:
wxBrushStyle GetStyle() const;
wxBitmap *GetStipple() 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;
// return the HBRUSH for this brush
virtual WXHANDLE GetResourceHandle() const;