HomeSort by relevance Sort by last modified time
    Searched refs:frameHelpListButtons (Results 1 - 5 of 5) 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...]
  /external/python/cpython2/Lib/idlelib/
configDialog.py 429 frameHelpListButtons = Frame(frameHelpList)
438 frameHelpListButtons, text='Edit', state=DISABLED,
441 frameHelpListButtons, text='Add',
444 frameHelpListButtons, text='Remove', state=DISABLED,
474 frameHelpListButtons.pack(side=RIGHT, padx=5, pady=5, fill=Y)
    [all...]

Completed in 56 milliseconds