Added wx.Window.GetScreenPosition and GetScreenRect

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-03-15 22:46:55 +00:00
parent f8dda225b3
commit 5756f98678
2 changed files with 26 additions and 4 deletions

View File

@@ -109,6 +109,10 @@ Bumped up to SWIG 1.3.29. This provides some more runtime performance
boosts, gets rid of the dreaded Ptr classes, and some other nice new
things.
Added wx.Window.GetScreenPosition and GetScreenRect which returns the
position of the window in screen coordinates, even if the window is
not a top-level window.