I need to be able to programmatically add and remove tabs on a wxNotebook by the text/label that is displayed on each tab.
In windows, using a tab control and tab pages, I would be able to reference each tab by a key. The tab control has a map of tab pages keyed on the text of each tab. I'm trying to write some helper methods to recreate this feature, but am having difficulty.