X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/299647acac7960652aadb008775429c1f8ea9b8d..ded0b5ce6585b96cc62abe559b43ac80838cca76:/wxPython/demo/TreeCtrl.py diff --git a/wxPython/demo/TreeCtrl.py b/wxPython/demo/TreeCtrl.py index 547d05c87c..78cb5231e6 100644 --- a/wxPython/demo/TreeCtrl.py +++ b/wxPython/demo/TreeCtrl.py @@ -1,7 +1,3 @@ -# 11/21/2003 - Jeff Grimmett (grimmtooth@softhome.net) -# -# o Updated for wx namespace -# import string import wx @@ -191,9 +187,9 @@ def runTest(frame, nb, log): overview = """\ -A tree control presents information as a hierarchy, with items that may be +A TreeCtrl presents information as a hierarchy, with items that may be expanded to show further items. Items in a tree control are referenced by -wxTreeItemId handles. +wx.TreeItemId handles. """