From: Robin Dunn Date: Mon, 14 Jun 2004 21:59:21 +0000 (+0000) Subject: test full row highlight X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4c51584544f463f0f0b08fc0cb25a8d00238950e?ds=inline test full row highlight git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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])