Set up and manage a menu bar.
campy.private.backends.tk.menu.
setup_menubar
Create a menu bar and attach it to a tk.Tk() or tk.Toplevel().
This menu bar looks like:
MENU |-- File/ | |-- Save/ | |-- Exit/ .-- Help/ .-- About