]> 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 92636c139b5f2e231379d2b992d46865baa1b24b..66b74c75ef75b951236ab4c077d06fe4b630e8a9 100644 (file)
@@ -100,6 +100,11 @@ 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.
+