[wxPython] UpdateAttrRows

Hello,

grid.py contains the function "UpdateAttrRows". However, when I tried it out
I got the message: wxGrid instance has no attribute 'UpdateAttrRows'.
Am I doing something wrong (syntax error)? Or it really not there?

Thanks,

Kay

···

-----------------------------------------------------------------------
Downloads von kostenlosen Vollversionen und Vorstellung von Heft-CDROMs!
http://www.nexgo.de/c/pub/redir.php/voll1
-----------------------------------------------------------------------

grid.py contains the function "UpdateAttrRows". However, when I tried it

out

I got the message: wxGrid instance has no attribute 'UpdateAttrRows'.
Am I doing something wrong (syntax error)? Or it really not there?

It's a member of wxGridCellAttrProvider, not wxGrid.

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!