Home | History | Annotate | Download | only in idlelib

Lines Matching refs:frameHelpListButtons

385         frameHelpListButtons=Frame(frameHelpList)
392 self.buttonHelpListEdit=Button(frameHelpListButtons,text='Edit',
394 self.buttonHelpListAdd=Button(frameHelpListButtons,text='Add',
396 self.buttonHelpListRemove=Button(frameHelpListButtons,text='Remove',
429 frameHelpListButtons.pack(side=RIGHT,padx=5,pady=5,fill=Y)