AGW Logo

svn SVN Revision 69315 For hypertreelist

This file contains the SVN revision history for hypertreelist, at revision 69315.

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: 17-Oct-2008 20:51:43 UTC
  • Committer: AG
  • File Size: 185486 byte(s)

svn_log Log Messages

The following log message was entered by the committer:

  • HyperTreeList: fixed missing GetPrev method and associated TypeError;
  • AuiToolBar: don’t draw the gripper if the AuiToolBar style doesn’t contain the AUI_TB_GRIPPER bit.

svn_diff Diff To Previous Version (68955)

Version SVN diff:

--- wxPython/3rdParty/AGW/agw/hypertreelist.py      2011/08/29 19:08:33     68955
+++ wxPython/3rdParty/AGW/agw/hypertreelist.py      2011/10/05 19:01:34     69315
@@ -2329,7 +2329,7 @@
while i:
if self.IsItemVisible(i):
return i
-            i = self.GetPrev(i, False)
+            i = self.GetPrev(i)

return None

@@ -4052,7 +4052,7 @@
"IsDescendantOf", "SetItemHyperText", "IsItemHyperText", "SetItemBold", "SetItemDropHighlight", "SetItemItalic",
"GetEditControl", "ShouldInheritColours", "GetItemWindow", "SetItemWindow", "SetItemTextColour", "HideItem",
"DeleteAllItems", "ItemHasChildren", "ToggleItemSelection", "SetItemType", "GetCurrentItem",
-            "SetItem3State", "SetItem3StateValue", "GetItem3StateValue", "IsItem3State"]
+            "SetItem3State", "SetItem3StateValue", "GetItem3StateValue", "IsItem3State", "GetPrev"]


class HyperTreeList(wx.PyControl):
Tree