Getting the Correct Notebook Tab Across Platforms in wxPython
I was recently working on a GUI application that had a wx.Notebook in it. When the user changed tabs in the notebook, I wanted the application to do an update based on the newly shown (i.e. selected) tab. I quickly discovered that while it is easy to catch the tab change event, getting the right […]
Getting the Correct Notebook Tab Across Platforms in wxPython Read More »