I hope I am not missing something somewhere, but
although it's possible to ADD a filter to
wxHTMLWindow by using: wxHtmlWindow_AddFilter,
you can't actually create a class that inherits from
wxHtmlFilter since there is no Python interface to it,
at least as far as I can tell; having searched through all the
source.
BTW, I'm using a CVS version from about a week ago.
···
#--------------------------------
Jeff Sasmor jeff@sasmor.com
I hope I am not missing something somewhere, but
although it's possible to ADD a filter to
wxHTMLWindow by using: wxHtmlWindow_AddFilter,
you can't actually create a class that inherits from
wxHtmlFilter since there is no Python interface to it,
at least as far as I can tell; having searched through all the
source.
Nope, you're not missing something as it's not there yet. I'll add it to
the TODO list.
···
--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters? http://wxPython.org Relax with wxPython!