From: Robin Dunn Date: Mon, 18 Sep 2006 15:26:09 +0000 (+0000) Subject: minor demo tweak X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f1460f5b232aeeb26bb0255ce53a502dcc21d2b6 minor demo tweak git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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