added wxBusyInfo test

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-10-29 13:21:29 +00:00
parent 8330166c65
commit a62b0bcc14
2 changed files with 29 additions and 0 deletions

View File

@@ -78,6 +78,9 @@ public:
#if wxUSE_PROGRESSDLG
void ShowProgress(wxCommandEvent& event);
#endif // wxUSE_PROGRESSDLG
#if wxUSE_BUSYINFO
void ShowBusyInfo(wxCommandEvent& event);
#endif // wxUSE_BUSYINFO
#if wxUSE_FINDREPLDLG
void ShowFindDialog(wxCommandEvent& event);
void ShowReplaceDialog(wxCommandEvent& event);
@@ -138,6 +141,7 @@ enum
DIALOGS_MODELESS,
DIALOGS_MODELESS_BTN,
DIALOGS_PROGRESS,
DIALOGS_BUSYINFO,
DIALOGS_FIND,
DIALOGS_REPLACE
};