Home | History | Annotate | Download | only in idlelib

Lines Matching refs:helpmenu

831         helpmenu = self.menudict['help']
833 helpmenu_length = helpmenu.index(END)
835 helpmenu.delete((self.base_helpmenu_length + 1), helpmenu_length)
838 helpmenu.add_separator()
841 helpmenu.add_command(label=entry[0], command=cmd)
843 self.menudict['help'] = helpmenu