X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/15030c51b82f20647699ee704b9c170651b43ae8..abefd7eebac853dfc6a9b8939fa6fb8bc5dafcf6:/wxPython/CHANGES.txt diff --git a/wxPython/CHANGES.txt b/wxPython/CHANGES.txt index 8246e66d34..99aa9001cb 100644 --- a/wxPython/CHANGES.txt +++ b/wxPython/CHANGES.txt @@ -22,11 +22,12 @@ Changed the img2py tool to use PNG instead of XPM for embedding image data in Python source code, and the generated code now uses streams to convert the image data to wxImage, wxBitmap, or wxIcon. -Added wxPython.lib.rcsizer which contains RowColSizer. This sizer is -based on code from Niki Spahiev and lets you specify a row and column -for each item, as well as optional column or row spanning. Cells with -no item assigned to it are just left blank. Stretchable rows or -columns are specified and work the same as in wxFlexGridSizer. +Added the wxPython.lib.rcsizer module which contains RowColSizer. +This sizer is based on code from Niki Spahiev and lets you specify a +row and column for each item, as well as optional column or row +spanning. Cells with no item assigned to it are just left blank. +Stretchable rows or columns are specified and work the same as in +wxFlexGridSizer. Updated XRCed from Roman Rolinsky @@ -68,6 +69,12 @@ UNICODE! codecs first and then pass the unicode string to the wxPython method. +Added wxListCtrlAutoWidthMixin from Erik Westra. + +Added wxIconBundle and wxTopLevelWindow.SetIcons. + +Added wxLocale and wxEncodingConverter. +