Where is wxHtmlWindow::OnOpeningURL

I look in the docs to see how this function works in wxPython,
since it has a parameter passed by reference, and I don't
see any python-specific notes. So, I look in the python
source, and I don't see it at all. Does it exist?
If not, any way I can do what it is I want to do -- load
an image from someplace else besides the url that's
in the href in the html page?

TIA

Al

achrist@easystreet.com wrote:

I look in the docs to see how this function works in wxPython,
since it has a parameter passed by reference, and I don't
see any python-specific notes. So, I look in the python source, and I don't see it at all. Does it exist?

Yes. You should expect the type and url as parameters and if you return
a string then it will be used for the redirect value and wxHTML_REDIRECT
will be returned from the real OnOpeningURL.

ยทยทยท

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