Wx.Grid events

Hi,

There was a question about wx.Grid events on comp.lang.python. I gave the
guy some pointers using my copy of The Book. See the post here:
http://groups.google.com/group/comp.lang.python/browse_thread/thread/6c59b
9addfb413c7/6186fda3070f1bce#6186fda3070f1bce

I thought it should be on the wiki, but when I looked I discovered that
while there's a manual (http://wiki.wxpython.org/wxGrid_Manual), the
wxGrid*Event page is not yet created. Can I just stick in the events
listed in the book on pages 455-456? I assume the methods would also go in
there, but what about the "grid cursor move methods" on page 457?

I don't mind nabbing the info from WIA and sticking it on there, but I'd
have to let someone else come up with good examples.

Mike Driscoll
Applications Specialist
MCIS - Technology Center

Mike Driscoll wrote:

Hi,

There was a question about wx.Grid events on comp.lang.python. I gave the
guy some pointers using my copy of The Book. See the post here:
http://groups.google.com/group/comp.lang.python/browse_thread/thread/6c59b
9addfb413c7/6186fda3070f1bce#6186fda3070f1bce

I thought it should be on the wiki, but when I looked I discovered that
while there's a manual (wxGrid Manual - wxPyWiki), the
wxGrid*Event page is not yet created. Can I just stick in the events
listed in the book on pages 455-456? I assume the methods would also go in
there, but what about the "grid cursor move methods" on page 457?

The wiki is there for the community so feel free to write whatever you feel is useful to others.

ยทยทยท

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