I want to completely eliminate the menu bar from my PyGUI 2.0.5 application. the obvious thing,<br><br>app.menus = []<br><br>doesn't work. i want not only the menus but the menu bar to disappear. help? [ a quick look at the code makes me suspect that it cannot be done presently.... but maybe there is a sneaky way. ]<br>
<br><br>