How do I do that? It's probably very simple, but the solution continues to escape me. I suspect I'll slap my forehead when you all clue me in ...
I have a splitter with two notebooks, one notebook on each side of the sash.
For =one= type of right-notebook page (not for other right-notebook page types), the code that responds to a click there should perform its particular task =and= set the focus to a panel on the corresponding left-notebook page.
I have no trouble making this happen in response to a click anywhere =within= the right-notebook page. THE PROBLEM occurs when the =tab= of the right-notebook page is clicked.
MY QUESTION: How do I capture a click on the =tab= of an already selected notebook page?
(wx.EVT_NOTEBOOK_PAGE_CHANGED (or wx.EVT_NOTEBOOK_PAGE_CHANGING) events are of course not triggered.)
Bob