clone

(#<widget> 'clone newPathname ?cloneType?)
Makes a clone of the current menu named newPathName.

This clone is a menu in its own right, but any changes to the clone are propogated to the original menu and vice versa. cloneType can be

  • normal,
  • menubar, or
  • tearoff.

Should not normally be called outside of the Tk library. See the clones section for more information.


© Author | Home | Sitemap