[Rd] Bug or feature in winMenuDel?

Duncan Murdoch murdoch at stats.uwo.ca
Fri Aug 13 21:37:28 CEST 2004


I just noticed the following in Rgui:

> winMenuAdd('test')       # adds a menu
> winMenuAddItem('test', 'item', 'x')  # adds an item to it
> winMenuDel('test')        # deletes the menu...
> winMenuItems('test')        # but leaves the item behind.
item 
 "x" 

Would anyone object if I changed winMenuDel so that it deleted the
menu and any items or submenus in it as well?  

Duncan Murdoch



More information about the R-devel mailing list