]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/demo/Main.py
suppres some warnings, suppress assert failure for fonts
[wxWidgets.git] / utils / wxPython / demo / Main.py
index fea3339ceb8cffc59e0eab2b525628907f8d869c..c9d1c047c9f41a3fb15a6fe5b62ae8d7265e029e 100644 (file)
@@ -137,6 +137,7 @@ class wxPythonDemo(wxFrame):
             tID = wxNewId()
             self.treeMap = {}
             self.tree = wxTreeCtrl(splitter, tID)
             tID = wxNewId()
             self.treeMap = {}
             self.tree = wxTreeCtrl(splitter, tID)
+            #self.tree.SetBackgroundColour(wxNamedColour("Pink"))
             root = self.tree.AddRoot("Overview")
             firstChild = None
             for item in _treeList:
             root = self.tree.AddRoot("Overview")
             firstChild = None
             for item in _treeList: