X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3b867149612d2146d5a781874f0e5ccf1b0dc43b..768f1af6a29f426b62aa14f854bf4847dc384a7e:/wxPython/CHANGES.txt diff --git a/wxPython/CHANGES.txt b/wxPython/CHANGES.txt index 11db24b6ce..3ac422e634 100644 --- a/wxPython/CHANGES.txt +++ b/wxPython/CHANGES.txt @@ -148,7 +148,7 @@ Fixed the ActiveXWrapper problem. Looks like when the win32com modules make a "callback" that they (incorrectly, IMHO) allocate a transient thread state structure. Since wxPython is now saving tstates for it's own callbacks it ended up using garbage after -win32com got rid of the tstate... +win32com got rid of the temporary tstate... Added a generic static text control to wxPython.lib.stattext. This is so things like Boa and PythonCard can have a static text that can @@ -164,6 +164,12 @@ tools in your own scripts or apps as needed. Added a sample to the demo that catches various key events and displays the details of the event. +Added wxWizard, wxWizardPage, wxWizardPageSimple and wxPyWizardPage. + +Added wxXmlResourceHandler which allows you to create custom handlers +for nonstandard class types in XRC resources. See the demo for an +example. +