[wxPython] help api

Is the help wxwindows help API available under wxPython?

What's the best way to implement a help browser? Is there one already
available?

Thanks
Matthew

Is the help wxwindows help API available under wxPython?

wxHtmlHelpController is available.

What's the best way to implement a help browser? Is there one already
available?

wxHtmlHelpController uses wxHtmlHelpFrame, which is pretty complete. You
can see it in use in Boa, and there is also a standalone help browser that
was just added to wxWindows utils CVS directory.

ยทยทยท

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