implement wxSpinCtrl::Reparent() to properly reparent both the spin button and the...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 15 Mar 2008 04:10:43 +0000 (04:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 15 Mar 2008 04:10:43 +0000 (04:10 +0000)
commit03d4194d6b4e2176a213c1fc8651454e3b9edcc8
tree3b72904924336e46964931449b6562e19df54ee9
parentbba35861478a26f5d8c756a9a7fa2bbd19a69cb1
implement wxSpinCtrl::Reparent() to properly reparent both the spin button and the text control part (slightly modified patch 1914190)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/generic/spinctlg.h
include/wx/msw/spinctrl.h
src/generic/spinctlg.cpp
src/msw/spinctrl.cpp