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