declare future-deprecated SetStyle(int) in wxPen/Brush and not wxPen/BrushBase as...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 17 Jun 2008 17:28:26 +0000 (17:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 17 Jun 2008 17:28:26 +0000 (17:28 +0000)
commitbc735a68b18cddb825197dca55eb51ca8c72928d
tree61e8bec6e7995462891e1871b062c76f7918a373
parentbb573115a93862b9d0c1054222c14ca7e61f8b69
declare future-deprecated SetStyle(int) in wxPen/Brush and not wxPen/BrushBase as it's useless there (compilation of user code doing pen.SetStyle(wxDOT) still fails)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54273 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
22 files changed:
include/wx/brush.h
include/wx/cocoa/brush.h
include/wx/cocoa/pen.h
include/wx/dfb/brush.h
include/wx/dfb/pen.h
include/wx/gtk/brush.h
include/wx/gtk/pen.h
include/wx/gtk1/brush.h
include/wx/gtk1/pen.h
include/wx/mgl/brush.h
include/wx/mgl/pen.h
include/wx/msw/brush.h
include/wx/msw/pen.h
include/wx/os2/brush.h
include/wx/os2/pen.h
include/wx/osx/carbon/brush.h
include/wx/osx/carbon/pen.h
include/wx/palmos/brush.h
include/wx/palmos/pen.h
include/wx/pen.h
include/wx/x11/brush.h
include/wx/x11/pen.h