]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/docs/CHANGES.txt
No animate contrib anymore
[wxWidgets.git] / wxPython / docs / CHANGES.txt
index 7e3aeff69a1f7c552d3995f453ede9b9ee56eda1..2c959dfad8d072bfb531cc0fb30a61bc4b271b18 100644 (file)
@@ -31,6 +31,12 @@ just a few lines of code.
 
 Added wx.SearchCtrl.[Get|Set]DescriptiveText
 
+wxMac: Added support for the wx.FRAME_FLOAT_ON_PARENT style.
+
+wxMac: the popups used for call tips and autocomplete lists in
+StyledTextCtrl (such as in PyShell) are now top-level float-on-parent
+windows so they are no longer clipped by the bounds of the stc window.
+