Missing help classes?

Roger Binns wrote:

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!

Currently the only help controller that is wrapped is wxHtmlHelpController.

wxWinHelpController is as well.

Could you please make the following available in the next release?

  - wxBestHelpController
  - wxCHMHelpController
  - wxHelpControllerHelpProvider

Roger

Roger Binns wrote:

Currently the only help controller that is wrapped is wxHtmlHelpController.

wxWinHelpController is as well.

Could you please make the following available in the next release?

  - wxBestHelpController
  - wxCHMHelpController
  - wxHelpControllerHelpProvider

It's on my list but I don' tknow if I will be able to get to it before
the next release.

···

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