Make wxDragImage ctors taking hot spot point really deprecated in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 Feb 2012 00:35:25 +0000 (00:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 Feb 2012 00:35:25 +0000 (00:35 +0000)
commit82b30473f935d7ffe21a165aa8ef63e16599c3fc
tree7c15289101f3ed0c76e26702092093417b5a4725
parentc3a0b0d8768e60caf4e52e6f7c45c2909dd2ecc9
Make wxDragImage ctors taking hot spot point really deprecated in wxMSW.

They were documented as deprecated and deprecated in the generic version (and
actually not even available there any more without WXWIN_COMPATIBILITY_2_6)
but not in wxMSW, where we just had the weird wxLogDebug() statements that
were inconsistent with our handling of deprecation everywhere else.

Do deprecate them now, remove wxLogDebug() and also remove the deprecated
ctors and Create() overloads from the documentation.

Finally, remove the documentation of deprecated and available in the generic
version only ctor taking only wxCursor (closes #13967).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/dragimag.h
interface/wx/dragimag.h
src/msw/dragimag.cpp