]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/docs/CHANGES.txt
fixed GetBitmap() to respect the "param" argument if !wxUSE_FILESYSTEM
[wxWidgets.git] / wxPython / docs / CHANGES.txt
index f441350fc1d81ae83bdbc0acac886ff3a518f0fe..0fe14ef08b9e02111ae77dfb438023ec659315b1 100644 (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.
+