]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed the description of wxSafeYield()
authorKarsten Ballüder <ballueder@usa.net>
Mon, 22 Mar 1999 14:51:27 +0000 (14:51 +0000)
committerKarsten Ballüder <ballueder@usa.net>
Mon, 22 Mar 1999 14:51:27 +0000 (14:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/function.tex

index a3bc04a8319ea5802d51571cf3f6783e02215f66..00cabcc85b59e4f6d765bb5721f6c670fda48cc2 100644 (file)
@@ -1326,7 +1326,9 @@ Now obsolete: use \helpref{wxWindow::Close}{wxwindowclose} instead.
 \func{bool}{wxSafeYield}{\param{wxWindow*}{ win = NULL}}
 
 This function is similar to wxYield, except that it disables the user input to
-the given window {\it win} or to all program windows if {\it win} is NULL.
+all program windows before calling wxYield and re-enables it again
+afterwards. If {\it win} is not NULL, this window will remain enabled, 
+allowing the implementation of some limited user interaction.
 
 Returns the result of the call to \helpref{::wxYield}{wxyield}.