in reply to Adding items to default Text widget <button-3> menus?

Deleting Menu Item from Menu
  • Comment on Re: Adding items to default Text widget <button-2> menus?

Replies are listed 'Best First'.
Re^2: Adding items to default Text widget <button-2> menus?
by cmv (Chaplain) on Jan 20, 2011 at 19:15 UTC
    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!