simplify the code for extended flags handling fixing a rare bug with wxSTAY_ON_TOP being ignored in some situations

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49086 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-10-07 22:11:55 +00:00
parent f73eddd2a5
commit 8e5dbcdd50
3 changed files with 16 additions and 18 deletions

View File

@@ -268,6 +268,7 @@ public:
void DlgCenteredScreen(wxCommandEvent& event);
void DlgCenteredParent(wxCommandEvent& event);
void MiniFrame(wxCommandEvent& event);
void DlgOnTop(wxCommandEvent& event);
#if wxUSE_PROGRESSDLG
void ShowProgress(wxCommandEvent& event);
@@ -366,6 +367,7 @@ enum
DIALOGS_CENTRE_SCREEN,
DIALOGS_CENTRE_PARENT,
DIALOGS_MINIFRAME,
DIALOGS_ONTOP,
DIALOGS_MODELESS_BTN,
DIALOGS_PROGRESS,
DIALOGS_ABOUTDLG_SIMPLE,