From f1460f5b232aeeb26bb0255ce53a502dcc21d2b6 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 18 Sep 2006 15:26:09 +0000 Subject: [PATCH] minor demo tweak git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/TreeListCtrl.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wxPython/demo/TreeListCtrl.py b/wxPython/demo/TreeListCtrl.py index f0de0e1e90..c5371334a2 100644 --- a/wxPython/demo/TreeListCtrl.py +++ b/wxPython/demo/TreeListCtrl.py @@ -14,7 +14,8 @@ class TestPanel(wx.Panel): self.tree = gizmos.TreeListCtrl(self, -1, style = wx.TR_DEFAULT_STYLE - #wx.TR_TWIST_BUTTONS + #| wx.TR_HAS_BUTTONS + #| wx.TR_TWIST_BUTTONS #| wx.TR_ROW_LINES #| wx.TR_COLUMN_LINES #| wx.TR_NO_LINES -- 2.45.2