Implement wxWindow::ShowWithEffect() for wxOSX/Cocoa.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 5 Oct 2009 22:57:59 +0000 (22:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 5 Oct 2009 22:57:59 +0000 (22:57 +0000)
commitab9a0b84de5207cb26048ed3c237aaffb7a1356c
tree618e53dbb598272733bf9819a9d7faca1e75666d
parentff6893d2c2c05cf0c4e81f00cfdd6466b15b9c93
Implement wxWindow::ShowWithEffect() for wxOSX/Cocoa.

This version animates the window asynchronously and is being checked in just
to preserve it in svn if we later decide to return to this semantics. It will
be replaced by synchronous animation in the next commit.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62304 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/osx/cocoa/private.h
include/wx/osx/core/private.h
include/wx/osx/nonownedwnd.h
include/wx/osx/window.h
interface/wx/window.h
src/osx/cocoa/nonownedwnd.mm
src/osx/cocoa/window.mm
src/osx/nonownedwnd_osx.cpp
src/osx/window_osx.cpp