-
Notifications
You must be signed in to change notification settings - Fork 515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add wxHelpController to wxPython #1536
Comments
That said, it's high time I add wrappers for |
Thanks a lot! And yes, I was hoping for CHMHelpController too... Note however that you cannot really use ExtHelpController with HelpControllerHelpProvider because this works by calling HelpController.DisplayContentPopup which does nothing useful there. I think that HtmlHelpController could work this way though... |
Uhm... on a second thought, this is not exactly what I was looking for... I didn't realize that wxHelpController was just an alias... Thank you anyways! |
What problems did you have trying to subclass
|
Yes but...
|
|
I knew it! Thanks again! Uhm, now I know this rabbit hole keeps getting deeper and deeper, but while you're at it could you please look at yet another small detail? |
No, they do have an implementation. For example, https://github.com/wxWidgets/wxWidgets/blob/master/src/html/helpctrl.cpp#L309, https://github.com/wxWidgets/wxWidgets/blob/master/src/msw/helpchm.cpp#L150, etc. |
Oops, you asked about |
Yeah, it looks like |
That's what I thought... thanks for confirming, sometimes I get lost in wxWidgets code... ...unless... well I guess a real Python programmer would solve the problem in no time by monkey-patching the missing methods right into the original classes... ;-) |
This issue has been mentioned on Discuss wxPython. There might be relevant details there: https://discuss.wxpython.org/t/wxpython-4-1-0-released/34564/1 |
Can we have wxHelpController please? It's quite a hole now, because wx.HelpControllerBase can't be istantiated/subclassed and therefore also wx.HelpControllerHelpProvider cannot be used... I know, I know... who needs those anyways? But still...
Thanks a lot!
The text was updated successfully, but these errors were encountered: