projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add size parameter to the generic wxFileDialog ctor
[wxWidgets.git]
/
include
/
wx
/
mgl
/
pen.h
diff --git
a/include/wx/mgl/pen.h
b/include/wx/mgl/pen.h
index cd7188c4650a20bc1b62cffd165e046f26f470b7..6454bee1b251bf2ad75396fa9d9cce4d3d2c7124 100644
(file)
--- a/
include/wx/mgl/pen.h
+++ b/
include/wx/mgl/pen.h
@@
-60,6
+60,11
@@
public:
wxDash* GetDash() const;
wxBitmap *GetStipple() const;
+#if FUTURE_WXWIN_COMPATIBILITY_3_0
+ wxDEPRECATED_FUTURE( void SetStyle(int style) )
+ { SetStyle((wxPenStyle)style); }
+#endif
+
// implementation:
void* GetPixPattern() const;