KeyWorksRW / wxUiEditor

RAD tool used to create and maintain wxWidgets UI elements.
Apache License 2.0
63 stars 7 forks source link

Add support for wxContextHelpButton #1339

Closed KeyWorksRW closed 8 months ago

KeyWorksRW commented 8 months ago

Description:

wxContextHelpButton is supported in wxPython and wxRuby3, though not in XRC. DialogBlocks supports it though wxFormBuilder does not. It's mostly replaced by the more common context help button in standard dialog buttons but should probably still be supported by wxUiEditor.

This is related to #1134 -- the issue should not be closed until it is both implemented, and can be imported from DialogBlocks.