improved sizing of wxBusyInfo window and updated the docs a bit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12197 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-10-29 14:32:42 +00:00
parent a62b0bcc14
commit 21977bac1a
5 changed files with 73 additions and 20 deletions

View File

@@ -641,7 +641,9 @@ void MyFrame::ShowProgress( wxCommandEvent& WXUNUSED(event) )
void MyFrame::ShowBusyInfo(wxCommandEvent& WXUNUSED(event))
{
wxBusyInfo info("Sleep^H^H^H^H^HWorkiing, please wait...\n... a bit more");
wxWindowDisabler disableAll;
wxBusyInfo info("Sleep^H^H^H^H^HWorkiing, please wait...", this);
for ( int i = 0; i < 30; i++ )
{