From 6bf7626a0c24eed2117aed0562c3fae6142c5a79 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 13 Jun 2003 01:08:44 +0000 Subject: [PATCH] some other tests git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@21091 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/wxTreeListCtrl.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wxPython/demo/wxTreeListCtrl.py b/wxPython/demo/wxTreeListCtrl.py index b3da5ea405..e5b05a9106 100644 --- a/wxPython/demo/wxTreeListCtrl.py +++ b/wxPython/demo/wxTreeListCtrl.py @@ -13,7 +13,8 @@ class TestPanel(wxPanel): EVT_SIZE(self, self.OnSize) self.tree = wxTreeListCtrl(self, -1, style = wxTR_DEFAULT_STYLE - #wxTR_TWIST_BUTTONS + #| wxTR_ROW_LINES + #| wxTR_NO_LINES | wxTR_TWIST_BUTTONS ) isz = (16,16) il = wxImageList(isz[0], isz[1])