]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/demo/wxGrid.py
gtk and msw build dirs
[wxWidgets.git] / utils / wxPython / demo / wxGrid.py
index 78431ca6c2bb30ed3dc67a1a469250c49097b5ce..e61e30ee054fba332fbbc3e7f8ee4ff5abc8f5f9 100644 (file)
@@ -25,6 +25,8 @@ class TestGrid(wxGrid):
         EVT_GRID_CELL_LCLICK(self, self.OnCellClick)
         EVT_GRID_LABEL_LCLICK(self, self.OnLabelClick)
 
+        self.SetEditInPlace(true)
+        #print self.GetCells()
 
 
     def OnSelectCell(self, event):