]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/docs/CHANGES.txt
Committing in .
[wxWidgets.git] / wxPython / docs / CHANGES.txt
index 4f20b2b8882000be4a6694c764d85529bcd42a40..c1100cf78652c80101efc7ade9de30b18de2878d 100644 (file)
@@ -1,7 +1,18 @@
 Recent Changes for wxPython
 =====================================================================
 
-2.5.5.0
+2.6.0.0
+-------
+
+wxGTK: wx.StaticText can wrap text if the width is set to an explicit
+value. 
+
+
+
+
+
+
+2.5.5.1
 -------
 
 wxMSW: Fixed bug #1022383, 'several ComboBoxes appear selected'
@@ -79,6 +90,13 @@ affecting the label.
 wxMSW: Fixed missing EVT_RIGHT_DOWN and EVT_TREE_ITEM_RIGHT_CLICK
 events in a wx.TreeCtrl.
 
+Added wx.GetTopLevelWindows() function which returns a copy of the
+list of top-level windows that currently exist in the application.
+
+Updated docview library modules and sample apps from the ActiveGrid
+folks. 
+
+Added the ActiveGrid IDE as a sample application.