]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/demo/wxTreeCtrl.py
*** empty log message ***
[wxWidgets.git] / utils / wxPython / demo / wxTreeCtrl.py
index 1facf191a26933594205dd4ca396449821ef711f..1535f6543be7bc1ed80096e030633b0993b90f0d 100644 (file)
@@ -13,7 +13,7 @@ class TestTreeCtrlPanel(wxPanel):
         tID = NewId()
 
         self.tree = wxTreeCtrl(self, tID, wxDefaultPosition, wxDefaultSize,
-                               wxTR_HAS_BUTTONS | wxTR_EDIT_LABELS)
+                               wxTR_HAS_BUTTONS | wxTR_EDIT_LABELS) #| wxTR_MULTIPLE)
 
         self.root = self.tree.AddRoot("The Root Item")
         for x in range(15):