AGW Logo

svn SVN Revision 69627 For customtreectrl

This file contains the SVN revision history for customtreectrl, at revision 69627.

Available information include commit date, the name of the committer, the file size, the SVN log messages and a diff from the previous version (if available).


file_info File Information

  • Commit Date: 29-May-2009 08:06:58 UTC
  • Committer: AG
  • File Size: 284990 byte(s)

svn_log Log Messages

The following log message was entered by the committer:

  • AuiManager: fix the assertion error in the demo;
  • Others: minor fixes to the docstrings.

svn_diff Diff To Previous Version (68955)

Version SVN diff:

--- wxPython/3rdParty/AGW/agw/customtreectrl.py     2011/08/29 19:08:33     68955
+++ wxPython/3rdParty/AGW/agw/customtreectrl.py     2011/11/01 19:42:21     69627
@@ -2832,7 +2832,9 @@

:return: An instance of L{GenericTreeItem}.

-        :note: This method is valid only with the style ``TR_SINGLE`` set. Use
+        :note:
+
+         This method is valid only with the style ``TR_SINGLE`` set. Use
L{GetSelections} for multiple-selections trees.
"""
Tree