]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/CHANGES.txt
Demo update
[wxWidgets.git] / wxPython / CHANGES.txt
index 5719f0cb11023ec0ac23f1df608799f65277fbe6..99aa9001cb7e72364b5a6cdbe7458f23132a0dd2 100644 (file)
@@ -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
 
@@ -72,6 +73,8 @@ Added wxListCtrlAutoWidthMixin from Erik Westra.
 
 Added wxIconBundle and wxTopLevelWindow.SetIcons.
 
+Added wxLocale and wxEncodingConverter.
+