]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/docs/CHANGES.txt
allow entering font description string interactively
[wxWidgets.git] / wxPython / docs / CHANGES.txt
index 47135629a62a3ba8f89121b955af37a25b0aafd7..991c9a76b83f9ddf966f01fa21036a0b32b5600d 100644 (file)
@@ -178,6 +178,20 @@ record operations on a DC and then play them back later.
 
 Upgraded to Scintilla 1.70 for wx.stc.StyledTextCtrl.
 
+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
+
+
+