]> git.saurik.com Git - wxWidgets.git/commit
Implement transformation between the wxDisplay coordinate system and the Cocoa screen...
authorDavid Elliott <dfe@tgwbd.org>
Fri, 10 Aug 2007 04:40:33 +0000 (04:40 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Fri, 10 Aug 2007 04:40:33 +0000 (04:40 +0000)
commit15f37147958a61adb54e0d64c82dc7b93c1f1cbe
tree3f97449825098d5003a7aaae1a37cb2af9681cda
parente82b00a76d14e0c8717cce0ed7523047e6359352
Implement transformation between the wxDisplay coordinate system and the Cocoa screen coordinate system.
Use this to fix TLW initial positioning/sizing (including wxTopLevelWindow, wxFrame, and wxDialog)
Use this to implement wxWindow::DoScreenToClient and DoClientToScreen
Copyright 2007 Software 2000 Ltd.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/cocoa/toplevel.h
include/wx/cocoa/window.h
src/cocoa/dialog.mm
src/cocoa/toplevel.mm
src/cocoa/window.mm