]> git.saurik.com Git - wxWidgets.git/commit - src/os2/brush.cpp
make the Pen/Brush code backward compatible as discussed on wx-dev; marked the blocks...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Thu, 20 Mar 2008 15:08:51 +0000 (15:08 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Thu, 20 Mar 2008 15:08:51 +0000 (15:08 +0000)
commitac3688c0d8a39d200f0556ad4b401d89b45ff04a
tree4e7ab8fac56652bc92416d8f5642c920fb24a0b9
parent7c08b47173a8dfcdc8af7349bd708c9b84b1d636
make the Pen/Brush code backward compatible as discussed on wx-dev; marked the blocks of code to deprecate in future with FUTURE_WXWIN_COMPATIBILITY_3_0; add wxCHECK_MSG in all ports to block Get*() calls on invalid objects (as already is for all other refcounted objects and for most ports)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
39 files changed:
build/msw/wx_vc7.sln
include/wx/brush.h
include/wx/cocoa/brush.h
include/wx/cocoa/pen.h
include/wx/defs.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/mac/carbon/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/palmos/brush.h
include/wx/palmos/pen.h
include/wx/pen.h
include/wx/x11/brush.h
include/wx/x11/pen.h
src/dfb/brush.cpp
src/dfb/pen.cpp
src/gtk/brush.cpp
src/gtk/pen.cpp
src/gtk1/brush.cpp
src/gtk1/pen.cpp
src/mac/carbon/brush.cpp
src/mac/carbon/pen.cpp
src/mgl/brush.cpp
src/mgl/pen.cpp
src/msw/brush.cpp
src/msw/pen.cpp
src/os2/brush.cpp
src/os2/pen.cpp
src/x11/brush.cpp
src/x11/pen.cpp