git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57282 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-12-12 15:41:22 +00:00
parent a0a4c5aa14
commit ea53cb4abf
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@
DoACalculation();
if ( !(i % 1000) )
wxTheApp-Yield();
wxTheApp->Yield();
}
@endcode

View File

@@ -407,7 +407,7 @@ public:
default controls provided by the toolkit. The function takes a
wxMediaCtrlPlayerControls enumeration, please see available show modes there.
For more see @ref mediactrl_player_controls.
For more info see @ref mediactrl_player_controls.
Currently only implemented on the QuickTime and DirectShow backends.
The function returns @true on success.