I am trying to put a menubutton on a menubar that will exit the program when clicked (as opposed to having a dropdown menu). I have the menbar created, added the manubutton, but I can't figure out how to bind an exit to the menubutton itself. Right now, I have a single item drop down menu that the user has to click to exit. Is there a way to simply click the menubutton and have the program exit?