added wxWS_EX_TRANSIENT, added code for handling it and fixed wxLogGeneric
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 30 Nov 2001 23:40:12 +0000 (23:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 30 Nov 2001 23:40:12 +0000 (23:40 +0000)
commit39cc7a0bae66d5b82ce9a9cc71a51f4efda52166
tree9585e3a0df331dc0ae9d99b38b18face7c23b8d7
parentff69a290d6752557193611642ee2c1f810fc6415
added wxWS_EX_TRANSIENT, added code for handling it and fixed wxLogGeneric
to avoid crashes related to creating the log dialog as child of a window which
is destroyed before it is

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/window.tex
include/wx/defs.h
src/generic/logg.cpp
src/generic/progdlgg.cpp
src/gtk/dialog.cpp
src/gtk1/dialog.cpp
src/msw/toplevel.cpp