Hi list.
I feel like I should be able to figure this out but Googling for it
and looking through the Demo's code has somehow just confused me
further. I want to be able to bind a click event (such as left double
click) on a tab of a notebook--preferably AUINotebook or, probably
better, AGW.AUINotebook--and thereby get a reference to the notebook
page, so I can do something to it.
With wx.Notebook this can be done with HitTest() and I see there is a
TabHitTest for AUITabManager, though I couldn't find an example for
either and don't understand how to use it...(how do you know what x
and y ought to be?).
Thanks,
Che