
robin at alldunn
Jul 12, 2001, 10:09 AM
Post #1 of 1
(33 views)
Permalink
|
Hi All, I've finally gotten the 2.3.1 release of wxPython done and ready to go. You can download source and binaries from the website, or directly from Sourceforge. http://wxpython.org/download.php http://sourceforge.net/project/showfiles.php?group_id=10718 If you are using the Linux RPMs please be sure to read the notes on the download page right under the links to the RPMs. Changes in this release are: Added EVT_GRID_EDITOR_CREATED and wxGridEditorCreatedEvent so the user code can get access to the edit control when it is created, (to push on a custom event handler for example.) Added wxTextAttr class and SetStyle, SetDefaultStyle and GetDefaultStyle methods to wxTextCtrl. Added ability to use xml resource files. Still need to add ability to subclass wxXmlResourceHandler, etc... Added wxGridAutoEditMixin to the mixins library package. Made ColourSelect be derived from wxButton. Fixed img2py to work correctly with Python 2.1. Added enhanced wxVTKRenderWindow by Prabhu Ramachandran -- Robin Dunn Software Craftsman robin [at] AllDunn Java give you jitters? http://wxPython.org Relax with wxPython!
|