No real changes, just use clearer names for wxMSW wxToolTip methods.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 5 Apr 2012 13:55:51 +0000 (13:55 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 5 Apr 2012 13:55:51 +0000 (13:55 +0000)
commitf7dd07f64d344e5b84c8dbe278ce4ad9da2a3c67
tree7df9124e76e0ac4635bd4e7d2122fe136b2e3b04
parent3caee5cfaad2d6262ad6114c688877abbef4b74e
No real changes, just use clearer names for wxMSW wxToolTip methods.

Rename wxToolTip::DoAddOtherWindow() to DoAddHWND() as it should be used for
adding any window associated with the tooltip, either the main or an auxiliary
one. And rename wxToolTip::Add() to AddOtherWindow() because it shouldn't be
used for the main window.

See #14184.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71096 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/tooltip.h
src/msw/combobox.cpp
src/msw/radiobox.cpp
src/msw/spinctrl.cpp
src/msw/tooltip.cpp