]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/README.txt
Committing in .
[wxWidgets.git] / utils / wxPython / README.txt
index c37720966bb37a6c5ac2acc4c36408a648a97e9e..668e3ac258a20783482549a010e1193d0e453927 100644 (file)
@@ -45,6 +45,20 @@ Or you can send mail directly to the list using this address:
 
 ----------------------------------------------------------------------
 
+What's new in 2.1.12
+--------------------
+Updated wxMVCTree and added a demo for it.
+
+Added a wrapper class for the Visualization ToolKit (or VTK) in the
+wxPython.lib.vtk module.  (http://www.kitware.com/)
+
+Fixed wxTreeCtrl.SetItemImage and GetItemImage to recognise the new
+"which" parameter.
+
+Added wxPython.lib.spashscreen from Mike Fletcher.
+
+
+
 
 What's new in 2.1.11
 --------------------
@@ -78,10 +92,7 @@ wxPoint.)
 
 Added wxPostEvent function that allows events to be posted and then
 processed later.  This is a thread-safe way to interact with the GUI
-thread from other threads.  (There is a known bug in wxMSW that
-prevents these events from being processed until a normal event
-happens, so if your GUI is idle nothing will happen until the mouse
-moves or something...  It should be fixed shortly.)
+thread from other threads.
 
 Added Clipboard and Drag-and-Drop classes.