No changes, just implement Raise() in wxTopLevelWindow in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 5 Feb 2012 14:18:22 +0000 (14:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 5 Feb 2012 14:18:22 +0000 (14:18 +0000)
commit7cee4f76216597fafeddb725f93b1ac7fd7685f0
treed7b860c5c6744f4b5e8c768dbe80f6927cfffbb8
parentd4a762e30a64a2c2d023dfc88d97164a3e5b716e
No changes, just implement Raise() in wxTopLevelWindow in wxMSW.

Get rid of two identical implementations in wxFrame and wxDialog and only
override this function once in wxTopLevelWindow.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/dialog.h
include/wx/msw/frame.h
include/wx/msw/toplevel.h
src/msw/dialog.cpp
src/msw/frame.cpp
src/msw/toplevel.cpp