On Wed, 27 Apr 2022 06:40:29 -0400 (EDT)
"Luke Davis" <luke@...> wrote:
Does anyone know what I'm missing that makes similar code work in gui.settingsPanels, but not work here?
The description is associated with the panel using accessibility support
present in WX - see class SettingsPanelAccessible.
To determine what description to use this class uses a instance variable
panelDescription, so adding that variable to the panel and assigning
your text to it should do the trick.
--
Regards
Lukasz