I'd like to be able to update the menu of a window and change the callback routine that will now process the newly set menu.
As the user tunnels in, the menus for the window should change to reflect the current operations, and the callback needed to process this new menu would have to be set.
I don't see any way to do this without closing the current window and redrawing a new window with a new enhanced menu callback specified.
But I think I'm missing something in the documentation that would show me the way.
Thanks in advance.