HomeSort by relevance Sort by last modified time
    Searched refs:frameHelpListButtons (Results 1 - 4 of 4) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configDialog.py 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)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configDialog.py 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)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 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)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 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)
    [all...]

Completed in 104 milliseconds