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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user