]> git.saurik.com Git - wxWidgets.git/commit
Support delayed destruction in console applications too.\n\nThis only works if there...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 21 Jul 2009 14:16:44 +0000 (14:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 21 Jul 2009 14:16:44 +0000 (14:16 +0000)
commit3185abc27836dab3e27221ec60e52fddc984e76b
tree8197309f7d1e08d643698d335c7d03d0391acd8d
parent2388960a08b4247851f588f8d9f078ff7ae7ff21
Support delayed destruction in console applications too.\n\nThis only works if there is a running event loop but if there is one, we can have the same kind of problems with non-GUI objects such as sockets in console applications as we have with windows in GUI ones, so we must support this (see #10989).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/app.h
include/wx/apptrait.h
include/wx/window.h
interface/wx/app.h
src/common/appbase.cpp
src/common/appcmn.cpp
src/common/sckipc.cpp
src/common/socket.cpp