It should be possible for source code views to use hyperlinks for known wxWidgets controls. This would generate a wxEVT_STC_HOTSPOT_CLICK event. On Windows, this would switch to the Docs panel and display a URL for that control in the current Panel's language. For Unix, until webview is working, this would mean passing the URL to the default browser.
Description:
It should be possible for source code views to use hyperlinks for known wxWidgets controls. This would generate a wxEVT_STC_HOTSPOT_CLICK event. On Windows, this would switch to the Docs panel and display a URL for that control in the current Panel's language. For Unix, until webview is working, this would mean passing the URL to the default browser.