If I add a Tk::Menu popup to a Tk:Notebook, then how do I figure out in which tab the user clicked to initiate the menu popup? Notebook->Info( "focus" ) appears to just return the active tab. I could find out where the cursor is in the routine spawned by the popup menu, but that would return the location of the cursor after the menu item is clicked on, perhaps differing from the original tab.