Hi,
While testing above I run into this exception.
Looks like this is missing as I don't see it in the documentation either.
File "d:\devTools\Phoenix\demo\agw\XLSGrid.py", line 237, in <module>
run.main(['', os.path.basename(sys.argv[0])] + sys.argv[1:])
File "d:\devTools\Phoenix\demo\agw\run.py", line 160, in main
app.MainLoop()
File "c:\Python33\Lib\site-packages\wx-3.0.1-msw-phoenix\wx\core.py", line 1878, in MainLoop
rv = wx.PyApp.MainLoop(self)
File "c:\Python33\Lib\site-packages\wx-3.0.1-msw-phoenix\wx\lib\agw\xlsgrid.py", line 1799, in GetAttr
return cell.GetAttr()
File "c:\Python33\Lib\site-packages\wx-3.0.1-msw-phoenix\wx\lib\agw\xlsgrid.py", line 1609, in GetAttr
attr.SetSize(*self.size)
builtins.AttributeError: 'GridCellAttr' object has no attribute 'SetSize'