]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/docs/CHANGES.txt
Separated creation and initialisation of a document via its doc template.
[wxWidgets.git] / wxPython / docs / CHANGES.txt
index cc94500d6287caef9821956f224b3c38fe3a604f..66b74c75ef75b951236ab4c077d06fe4b630e8a9 100644 (file)
@@ -95,6 +95,16 @@ MigrationGuide_ file for details.
 EVT_STC_POSCHANGED has been removed as it has been deprecated in
 Scintilla for several releases now.
 
 EVT_STC_POSCHANGED has been removed as it has been deprecated in
 Scintilla for several releases now.
 
+All the Window and GDI (pen, bitmap, etc.) class constructors and also
+many toplevel functions and static methods will now check that a
+wx.App object has already been created and will raise a
+wx.PyNoAppError exception if not.
+
+Added more default args as needed to allow most window types to be
+constructed with only the parent window arg.  In some cases other args
+may be required for normal operation, but they can usually be set
+after construction.
+