]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/CHANGES.txt
added CentreOnScreen(), updated the docs to clear this mess a bit
[wxWidgets.git] / utils / wxPython / CHANGES.txt
index 584db3b1adad5b29801475b571af1febd5e73b72..172cdaa93859897dd14ca092504f21fe322a4099 100644 (file)
@@ -66,7 +66,16 @@ Added a wrapper for the PCX and TIFF ImageHandlers.
 
 wxRect now simulates attributes named left, right, top and bottom.
 
+Removed all non wx stuff from the glcanvas module since DA's PyOpenGL
+is better and compatible with the wxGLCanvas.  You can get it at
+http://starship.python.net:9673/crew/da/Code/PyOpenGL.
 
+Added some missing EVT_ functions.
+
+Added Dirk Holtwic's editor classes to the wxPython.lib.editor
+package.
+
+Changed all the "LIST" parameter names to "choices" to match the docs.