Added support for the wxFRAME_FLOAT_ON_PARENT style

Also add a mode for the wxPOPUP_WINDOW style as a temporary hack to
make it easier using a wxFrame as a replacement for wxPopupWindow.
See how it is used in wxStyledTextCtrl.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44265 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-01-20 03:23:43 +00:00
parent 01ad5e43bf
commit a0232aa520
2 changed files with 22 additions and 1 deletions

View File

@@ -105,6 +105,10 @@ wxMSW
- Fix lack of spin control update event when control lost focus
- Corrected drawing of bitmaps for disabled menu items
wxMac
- Added support for the wxFRAME_FLOAT_ON_PARENT style
2.8.1
-----