X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8e1dac82746a49c2037bffadd0ea495471f4a2dd..eaa785079ca4234e6bb97983e24e54d7af21c257:/samples/dialogs/dialogs.h diff --git a/samples/dialogs/dialogs.h b/samples/dialogs/dialogs.h index 9aa4d1681b..f24154b8e9 100644 --- a/samples/dialogs/dialogs.h +++ b/samples/dialogs/dialogs.h @@ -263,10 +263,11 @@ public: #if USE_MODAL_PRESENTATION void ModalDlg(wxCommandEvent& event); +#endif // USE_MODAL_PRESENTATION void ModelessDlg(wxCommandEvent& event); void DlgCenteredScreen(wxCommandEvent& event); void DlgCenteredParent(wxCommandEvent& event); -#endif // USE_MODAL_PRESENTATION + void MiniFrame(wxCommandEvent& event); #if wxUSE_PROGRESSDLG void ShowProgress(wxCommandEvent& event); @@ -364,6 +365,7 @@ enum DIALOGS_MODELESS, DIALOGS_CENTRE_SCREEN, DIALOGS_CENTRE_PARENT, + DIALOGS_MINIFRAME, DIALOGS_MODELESS_BTN, DIALOGS_PROGRESS, DIALOGS_ABOUTDLG_SIMPLE,