Added wx.lib.combotreebox from Frank Niessink

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40731 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-08-21 18:32:48 +00:00
parent b58d5e2d95
commit 4f708f05dc
4 changed files with 901 additions and 0 deletions

View File

@@ -182,6 +182,16 @@ Added CanSetTransparent and SetTransparent methods to the
wx.TopLevelWindow class, with implementations (so far) for wxMSW and
wxMac.
SetDefaultItem() and GetDefaultItem() are now members of
wx.TopLevelWindow, not wx.Panel.
wxGTK: Stock items (icons) will be used for menu items with stock
IDs.
Added wx.lib.combotreebox from Frank Niessink