X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8eca4fef106b8327e2e55636de3f68a511a4c392..cadfae2b761cac8dcdb4964977ff36d9183d1d8f:/wxPython/demo/TreeListCtrl.py?ds=inline diff --git a/wxPython/demo/TreeListCtrl.py b/wxPython/demo/TreeListCtrl.py index de7fe1b11d..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])