Creating a Tk app results in a menu item "Run Widget Demo" (File > Run Widget Demo). I can't seem to find docs on how to remove this menu item. Any help is appreciated.
Thanks!
Creating a Tk app results in a menu item "Run Widget Demo" (File > Run Widget Demo). I can't seem to find docs on how to remove this menu item. Any help is appreciated.
Thanks!
Accordingly to the documentation you can use:
my_menu_object.delete(index1, index2=None)