projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added GetKind getter
[wxWidgets.git]
/
include
/
wx
/
palmos
/
pen.h
diff --git
a/include/wx/palmos/pen.h
b/include/wx/palmos/pen.h
index aa8e6443141dae19f78f44e4278218111e35bfb1..4dd60758b91b798a62ffc8197e96f0a9a226cba7 100644
(file)
--- a/
include/wx/palmos/pen.h
+++ b/
include/wx/palmos/pen.h
@@
-125,6
+125,11
@@
public:
WXHANDLE GetResourceHandle() const;
bool IsFree() const;
WXHANDLE GetResourceHandle() const;
bool IsFree() const;
+#if FUTURE_WXWIN_COMPATIBILITY_3_0
+ wxDEPRECATED_FUTURE( void SetStyle(int style) )
+ { SetStyle((wxPenStyle)style); }
+#endif
+
protected:
virtual wxGDIRefData* CreateGDIRefData() const;
virtual wxGDIRefData* CloneGDIRefData(const wxGDIRefData* data) const;
protected:
virtual wxGDIRefData* CreateGDIRefData() const;
virtual wxGDIRefData* CloneGDIRefData(const wxGDIRefData* data) const;