From: Robin Dunn Date: Sat, 20 Jan 2007 03:28:09 +0000 (+0000) Subject: wx.FRAME_FLOAT_ON_PARENT notes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9030e779184ec56c8d06f98d6fe5d4002c3c18ba wx.FRAME_FLOAT_ON_PARENT notes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44267 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index 7e3aeff69a..2c959dfad8 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -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. +