Hi,
I have a group of tools in a wx.ToolBar that have one or more separators in the middle of the group. I would like to programmatically have this group be hidden or not. I’ve had success at doing this, alternately using wx.Toolbar.Delete(), AddSimpleTool(), and AddSeparator()…except for the separators. I have not yet found a way to delete or hide them.
Is there a way to delete or remove a separator from a toolbar?
Regards,
Chris Botos