X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cf694132f1c28509a9f84377ce8d374bae4177ad..0828c0875e1516e4bfc0aa5b0a84195a2ac92cca:/utils/wxPython/demo/wxGrid.py diff --git a/utils/wxPython/demo/wxGrid.py b/utils/wxPython/demo/wxGrid.py index 78431ca6c2..e61e30ee05 100644 --- a/utils/wxPython/demo/wxGrid.py +++ b/utils/wxPython/demo/wxGrid.py @@ -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):