prevent the parent window from losing activation when a popup is shown

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15662 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-05-25 13:02:58 +00:00
parent d45bc43695
commit 7e25f59e48
7 changed files with 119 additions and 25 deletions

View File

@@ -86,8 +86,10 @@ public:
// hide the window
virtual void Dismiss();
// can the window be dismissed now?
//
// VZ: where is this used??
virtual bool CanDismiss()
{ return TRUE; }