Added wx.RendererNative class

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-06-09 20:11:14 +00:00
parent f78d506b88
commit c95499b9be
6 changed files with 296 additions and 0 deletions

View File

@@ -1,6 +1,22 @@
Recent Changes for wxPython
=====================================================================
2.6.1.1
-------
wxMSW: Fix for bug #1211907, popup menu indenting inconsistent with
bitmaps.
wxMac: Don't send an event for wx.RadioButton deselections, just the
selections. This was done to make it consistent with the other
platforms.
Added wx.RendererNative class.
2.6.1.0
-------
* 4-June-2005
@@ -41,6 +57,7 @@ change will get written at the next flush.
2.6.0.1
-------
* 30-May-2005