]> git.saurik.com Git - wxWidgets.git/commit - src/osx/toplevel_osx.cpp
Initial ShowWithoutActivating implementations for Mac and Windows, and attempt to...
authorKevin Ollivier <kevino@theolliviers.com>
Fri, 30 Oct 2009 05:04:47 +0000 (05:04 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Fri, 30 Oct 2009 05:04:47 +0000 (05:04 +0000)
commitdbc7ceb9250bcc2f856f87555f8f4273da31c148
tree774ffc3a4c4a0cceee94601585ff0a476cc76ab1
parentbc7879ec4c38d354bb66b0695016d5c41f8a37b3
Initial ShowWithoutActivating implementations for Mac and Windows, and attempt to improve IsActive behavior on Mac. Also adding ShowWithoutActivating() and Show/Hide tests,  but until the mainloop issues are resolved, not adding them to tests.bkl.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62508 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
include/wx/gtk/toplevel.h
include/wx/msw/toplevel.h
include/wx/osx/carbon/private.h
include/wx/osx/cocoa/private.h
include/wx/osx/core/private.h
include/wx/osx/iphone/private.h
include/wx/osx/toplevel.h
include/wx/toplevel.h
src/msw/toplevel.cpp
src/osx/carbon/nonownedwnd.cpp
src/osx/cocoa/nonownedwnd.mm
src/osx/toplevel_osx.cpp
tests/toplevel/toplevel.cpp [new file with mode: 0644]