AGW Logo

svn SVN Revision 69627 For persist_handlers

This file contains the SVN revision history for persist_handlers, 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: 26-Oct-2011 18:51:45 UTC
  • Committer: AG
  • File Size: 74140 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 (69550)

Version SVN diff:

--- wxPython/3rdParty/AGW/agw/persist/persist_handlers.py   2011/10/26 18:51:45     69550
+++ wxPython/3rdParty/AGW/agw/persist/persist_handlers.py   2011/11/01 19:42:21     69627
@@ -1344,7 +1344,9 @@
Returns a list of checked items. Checked items are coded as determined by
the result of L{TreeCtrlHandler.GetItemIdentity}.

-        :note: This is meaningful only for L{customtreectrl.CustomTreeCtrl} and
+        :note:
+
+         This is meaningful only for L{customtreectrl.CustomTreeCtrl} and
L{hypertreelist.HyperTreeList}.
"""

@@ -1364,7 +1366,9 @@

:param `listOfCheckedItems`: a list of checked L{customtreectrl.CustomTreeCtrl} items.

-        :note: This is meaningful only for L{customtreectrl.CustomTreeCtrl} and
+        :note:
+
+         This is meaningful only for L{customtreectrl.CustomTreeCtrl} and
L{hypertreelist.HyperTreeList}.
"""
Tree