]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/docs/CHANGES.txt
allow entering font description string interactively
[wxWidgets.git] / wxPython / docs / CHANGES.txt
index b96a9bfbf195ca86dc246cdb45677d0107bab9fb..991c9a76b83f9ddf966f01fa21036a0b32b5600d 100644 (file)
@@ -179,7 +179,17 @@ 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.
+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
+