X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8fa876ca9ec87e90605808bfcab4d4226965dbad..eecb33b0189a3804dead82317a575e0f1d52cd9f:/wxPython/demo/GridSimple.py diff --git a/wxPython/demo/GridSimple.py b/wxPython/demo/GridSimple.py index fca404d151..9a0d25bde2 100644 --- a/wxPython/demo/GridSimple.py +++ b/wxPython/demo/GridSimple.py @@ -1,14 +1,3 @@ -# 11/6/2003 - Jeff Grimmett (grimmtooth@softhome.net) -# -# o Updated for V2.5 -# o The mixin features were all commented out. Is it broke? Should it even -# be in the source? Or is it left as an exercise to the reader? -# -# 11/25/2003 - Jeff Grimmett (grimmtooth@softhome.net) -# -# o Robin confirms, this is tutorial code. But be warned! It has not been -# converted OR tested! -# import wx import wx.grid as gridlib @@ -25,7 +14,7 @@ class SimpleGrid(gridlib.Grid): ##, mixins.GridAutoEditMixin): self.Bind(wx.EVT_IDLE, self.OnIdle) - self.CreateGrid(25, 25) #, wxGrid.wxGridSelectRows) + self.CreateGrid(25, 25)#, gridlib.Grid.SelectRows) ##self.EnableEditing(False) # simple cell formatting