Lines Matching refs:menubar
120 self.menubar = Menu(root)
121 self.top = top = window.ListedToplevel(root, menu=self.menubar)
451 * self.menubar - the always visible horizontal menu bar.
452 * mainmenu.menudefs - a list of tuples, one for each menubar item.
457 * cls.menu_specs - menubar name, titlecase display form pairs
482 Each option on the menubar is itself a cascade-type Menu widget
483 with the menubar as the parent. The names, labels, and menu
484 shortcuts for the menubar items are stored in menu_specs. Each
489 menubar: Menu widget containing first level menu items.
495 mbar = self.menubar
509 self.recent_files_menu = Menu(self.menubar, tearoff=0)