Home | History | Annotate | Download | only in idlelib

Lines Matching refs:scrollHelpList

386         scrollHelpList=Scrollbar(frameHelpList)
389 scrollHelpList.config(command=self.listHelp.yview)
390 self.listHelp.config(yscrollcommand=scrollHelpList.set)
431 scrollHelpList.pack(side=RIGHT,anchor=W,fill=Y)