X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/33328cd8828baafa97e8623e005b471486b61cc7..b4eecebd423df0c6efe86d7658cd3df818d67ed8:/wxPython/demo/TreeListCtrl.py?ds=sidebyside 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