fix typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58504 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -27,13 +27,12 @@
|
|||||||
It works by creating a window in the constructor, and deleting it
|
It works by creating a window in the constructor, and deleting it
|
||||||
in the destructor.
|
in the destructor.
|
||||||
|
|
||||||
You may also want to call wxTheApp-Yield() to refresh the window
|
You may also want to call wxTheApp->Yield() to refresh the window
|
||||||
periodically (in case it had been obscured by other windows, for
|
periodically (in case it had been obscured by other windows, for
|
||||||
example) like this:
|
example) like this:
|
||||||
|
|
||||||
@code
|
@code
|
||||||
wxWindowDisabler disableAll;
|
wxWindowDisabler disableAll;
|
||||||
|
|
||||||
wxBusyInfo wait("Please wait, working...");
|
wxBusyInfo wait("Please wait, working...");
|
||||||
|
|
||||||
for (int i = 0; i < 100000; i++)
|
for (int i = 0; i < 100000; i++)
|
||||||
|
Reference in New Issue
Block a user