Make wxWindow::ShowWithEffect() synchronous under wxOSX/Cocoa.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 5 Oct 2009 22:58:05 +0000 (22:58 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 5 Oct 2009 22:58:05 +0000 (22:58 +0000)
commitf2be067844e48f6e821dae604fe94e687fb454c7
tree2ba46156db8140750d1ef6a2c625e96bf1a6dcfa
parentab9a0b84de5207cb26048ed3c237aaffb7a1356c
Make wxWindow::ShowWithEffect() synchronous under wxOSX/Cocoa.

As explained in the previous commit, while Cocoa support asynchronous
animation, wx API doesn't really, so block in Cocoa implementation of
ShowWithEffect() until the animation terminates for compatibility with
wxMSW and hence expectations of the existing code.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62305 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/osx/cocoa/window.mm