added a generic mechanism for registering global handlers for custom windows messages...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 1 Apr 2007 12:07:00 +0000 (12:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 1 Apr 2007 12:07:00 +0000 (12:07 +0000)
commit5acec1124566f6e3c16e29f1c29c4ff5e1b88d3a
treee4ac4864512a7d478de2d8230b55ec10e651d1ce
parent9cea4218b17744015304cad941f26baac8b9dd47
added a generic mechanism for registering global handlers for custom windows messages and use it in wxFindReplaceDialog instead of subclassing the parent window, this solves the problem with having 2 find dialogs with the same parent (replaces patch 1447739)

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