X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/95bfd958bda8955ac81277c78e5627c926154f39..8a07b43cf67138183c2a17becdc557efcbd64ddf:/wxPython/demo/TreeListCtrl.py diff --git a/wxPython/demo/TreeListCtrl.py b/wxPython/demo/TreeListCtrl.py index 9295a09e96..36c1a2f1bc 100644 --- a/wxPython/demo/TreeListCtrl.py +++ b/wxPython/demo/TreeListCtrl.py @@ -16,6 +16,7 @@ class TestPanel(wx.Panel): #| wx.TR_ROW_LINES #| wx.TR_NO_LINES #| wx.TR_TWIST_BUTTONS + #| wx.TR_FULL_ROW_HIGHLIGHT ) isz = (16,16) il = wx.ImageList(isz[0], isz[1]) @@ -113,5 +114,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:])