wxBestHelpController() and wxCHMHelpController() don't appear
to be availabe on Windows in wxPython. Is there any particular
reason?
Also I can't figure out what package wxHelpControllerHelpProvider
is part of. I can see the symbol in the wxmsw24.dll, but can't
get to it via any of wxPython.{wx,help,helpc,htmlhelp}
Just because something is compiled into wxWindows doesn't mean that there are wrappers for it in wxPython.
Currently the only help controller that is wrapped is wxHtmlHelpController.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!