formatting change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -800,9 +800,9 @@ void wxWakeUpIdle();
|
|||||||
bool wxYield();
|
bool wxYield();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
This function is similar to wxYield, except that it disables the user input to
|
This function is similar to wxYield(), except that it disables the user
|
||||||
all program windows before calling wxYield and re-enables it again
|
input to all program windows before calling wxYield() and re-enables it
|
||||||
afterwards. If @a win is not @NULL, this window will remain enabled,
|
again afterwards. If @a win is not @NULL, this window will remain enabled,
|
||||||
allowing the implementation of some limited user interaction.
|
allowing the implementation of some limited user interaction.
|
||||||
Returns the result of the call to ::wxYield.
|
Returns the result of the call to ::wxYield.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user