Added reparenting helper classes to help apps to grab the windows

of other applications.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-03-09 21:51:10 +00:00
parent 39578f9cfc
commit c978d36124
7 changed files with 522 additions and 1 deletions

View File

@@ -403,7 +403,7 @@ bool wxApp::Initialized()
int wxApp::MainLoop()
{
int rt;
int rt;
m_mainLoop = new wxEventLoop;
rt = m_mainLoop->Run();