In Tkinter you can bind an event (such as "ButtonRelease") to a callback function using widget method bind(). You would do something similar in wxPython.
Thanks bvdet, but it's not the binding of an event I'm interested in. I am hoping I can put a hyperlink in a grid cell and have it "just work". This certainly seems like something that should be doable, but I can't seem to find out how.