Refactor children traversal in wxWindow::TransferData{To,From}Window().
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 6 Feb 2013 12:48:09 +0000 (12:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 6 Feb 2013 12:48:09 +0000 (12:48 +0000)
commit5abc0d2197b49d0ede5aac71c08c2fd693e56498
tree4117d329b6b7554e9fbf51903460880f290801e4
parent72bd600b33c1c2c0970abf0131cc028a366bd74e
Refactor children traversal in wxWindow::TransferData{To,From}Window().

No real changes, just factor out the logic for children traversal into a
helper template class and reuse it in Validate() and both TransferData()
methods to avoid triplicating it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73481 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/wincmn.cpp