added wxDialog::GetParentForModalDialog() and use it to try to always create modal...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Apr 2007 20:34:41 +0000 (20:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Apr 2007 20:34:41 +0000 (20:34 +0000)
commit2229243bdf17485b33c15786124ab99366b83975
treea59637378eb19e8e410d7c9ec88e6882c5dcb744
parenta2979ead8d5f5f2023d30d05a3c2d55f7804e24a
added wxDialog::GetParentForModalDialog() and use it to try to always create modal dialogs with a parent (slightly modified patch 1702962)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
20 files changed:
include/wx/dialog.h
src/common/dlgcmn.cpp
src/generic/aboutdlgg.cpp
src/generic/colrdlgg.cpp
src/generic/dirdlgg.cpp
src/generic/fdrepdlg.cpp
src/generic/filedlgg.cpp
src/generic/fontdlgg.cpp
src/generic/msgdlgg.cpp
src/generic/numdlgg.cpp
src/generic/prntdlgg.cpp
src/generic/progdlgg.cpp
src/generic/propdlg.cpp
src/generic/textdlgg.cpp
src/generic/tipdlg.cpp
src/gtk/colordlg.cpp
src/gtk/dirdlg.cpp
src/gtk/filedlg.cpp
src/gtk/fontdlg.cpp
src/gtk/msgdlg.cpp