wxMac changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35553 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2005-09-18 05:19:26 +00:00
parent c74b77ed51
commit 19c46ab5f3

View File

@ -65,6 +65,10 @@ wxGTK:
wxMac:
- First implementation of native HIToolbar support
- Added textCntl context menu (ported from wxMSW)
- More CoreGraphics implementation improvements
- Various textCntl bug fixes
- Automatic menu management improved.
- Fixed crash when wxRadioButton is deleted from a group of radio buttons,
due to dangling cycle pointers.