add_cascade name onval offval
This adds a cascading menu item within an existing menu. The name should
be the menu name followed by a full stop followed by the cascading menu name.
So to add a Save To
cascading menu to the File
menu the name
should be set to "{File.Save To}
".
Onval and offval operate in the same fashion as the add_menu
command.