http://www.perlmonks.org?node_id=883389


in reply to Re: Adding items to default Text widget <button-2> menus?
in thread Adding items to default Text widget <button-3> menus?

Thanks for the pointer here. This helps me with how to add/delete a menu item from an existing menu.

However, my first problem is how to I get access to the default Text menu? I can't seem to find that anywhere!

Update: Ah, found it $text->menu()

This should give me all the pieces I need. Thanks monks!