Fix pywxrc's generation of menu and menubar classes and aldo fix how

it generates attributes for menus, menubars and menuitems comtained in
other objects.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-05-11 18:56:25 +00:00
parent d9f0e96051
commit cf151d7e00
2 changed files with 126 additions and 24 deletions

View File

@@ -3,7 +3,7 @@ Recent Changes for wxPython
2.8.4.0
-------
*
* 14-May-2007
wxGTK: Make wx.NO_BORDER style work with wx.RadioBox (patch 1525406)
@@ -80,6 +80,9 @@ Updates to MaskedEdit controls from Will Sadkin:
Update to latest FloatCanvas from Chris Barker.
The pywxrc tool now properly supports generating classes for menus and
menubars, and also creating attributes for menus, menubars and menu
items.