Home | History | Annotate | Download | only in idlelib

Lines Matching refs:menubarItem

805         for menubarItem in self.menudict.keys():
806 menu = self.menudict[menubarItem]
814 if menubarItem in menuEventDict:
815 if itemName in menuEventDict[menubarItem]:
816 event = menuEventDict[menubarItem][itemName]