X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/299647acac7960652aadb008775429c1f8ea9b8d..8a07b43cf67138183c2a17becdc557efcbd64ddf:/wxPython/demo/TreeListCtrl.py?ds=sidebyside diff --git a/wxPython/demo/TreeListCtrl.py b/wxPython/demo/TreeListCtrl.py index 4015c0665f..36c1a2f1bc 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 @@ -20,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]) @@ -104,9 +101,9 @@ def runTest(frame, nb, log): overview = """
-