]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/CHANGES.txt
fix text scrolling in GTK2 (patch 703988)
[wxWidgets.git] / wxPython / CHANGES.txt
index cda0d587cdb388a97df6ac9a40a7cde31944d9a6..156b77310fde2674e1a8d6753e3fb506167c2114 100644 (file)
@@ -32,6 +32,11 @@ wxPython's setup.py script now expects to use existing libraries for
 the contribs (gizmos, stc, xrc, etc.) rather than building local
 copies of them.
 
+Added Python wrappers for the new wxVScrolledWindow, wxVListBox, and
+wxHtmlListBox classes.
+
+Added wrappers for wxBookCtrl and wxListbook.  wxNotebook now derives
+from wxBookCtrl.