X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/299647acac7960652aadb008775429c1f8ea9b8d..3eb1aad7ec1331a5331f03a1913156fdbed9fcc4:/wxPython/demo/TreeListCtrl.py diff --git a/wxPython/demo/TreeListCtrl.py b/wxPython/demo/TreeListCtrl.py index 4015c0665f..de7fe1b11d 100644 --- a/wxPython/demo/TreeListCtrl.py +++ b/wxPython/demo/TreeListCtrl.py @@ -1,7 +1,3 @@ -# 11/22/2003 - Jeff Grimmett (grimmtooth@softhome.net) -# -# o Updated for wx namespace -# import wx import wx.gizmos as gizmos @@ -104,9 +100,9 @@ def runTest(frame, nb, log): overview = """ -

wxTreeListCtrl

+

TreeListCtrl

-The wx.TreeListCtrl is essentially a wx.TreeCtrl with extra columns, +The TreeListCtrl is essentially a wx.TreeCtrl with extra columns, such that the look is similar to a wx.ListCtrl. @@ -117,5 +113,5 @@ if __name__ == '__main__': #raw_input("Press enter...") import sys,os import run - run.main(['', os.path.basename(sys.argv[0])]) + run.main(['', os.path.basename(sys.argv[0])] + sys.argv[1:])