X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cf694132f1c28509a9f84377ce8d374bae4177ad..107e4716f21f554f9b2f9bfe90b8ab96c12a4cd6:/utils/wxPython/demo/wxGrid.py?ds=inline 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):