X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3ef86e32ddee8d77078b1e18affa3cadcdc420d2..71aba8333cc915afff9e740c944f7fa7247abacb:/wxPython/CHANGES.txt diff --git a/wxPython/CHANGES.txt b/wxPython/CHANGES.txt index cda0d587cd..156b77310f 100644 --- a/wxPython/CHANGES.txt +++ b/wxPython/CHANGES.txt @@ -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.