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

  /external/python/cpython2/Lib/idlelib/
keybindingDialog.py 9 class GetKeysDialog(Toplevel):
266 run(GetKeysDialog)
configDialog.py 17 from idlelib.keybindingDialog import GetKeysDialog
677 newKeys = GetKeysDialog(self, 'Get New Keys', bindName,
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
keybindingDialog.py 8 class GetKeysDialog(Toplevel):
265 dlg=GetKeysDialog(root,'Get Keys','find-again',[])
configDialog.py 19 from idlelib.keybindingDialog import GetKeysDialog
617 newKeys=GetKeysDialog(self,'Get New Keys',bindName,
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
keybindingDialog.py 8 class GetKeysDialog(Toplevel):
265 dlg=GetKeysDialog(root,'Get Keys','find-again',[])
configDialog.py 19 from idlelib.keybindingDialog import GetKeysDialog
617 newKeys=GetKeysDialog(self,'Get New Keys',bindName,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
keybindingDialog.py 8 class GetKeysDialog(Toplevel):
265 dlg=GetKeysDialog(root,'Get Keys','find-again',[])
configDialog.py 19 from idlelib.keybindingDialog import GetKeysDialog
617 newKeys=GetKeysDialog(self,'Get New Keys',bindName,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
keybindingDialog.py 8 class GetKeysDialog(Toplevel):
265 dlg=GetKeysDialog(root,'Get Keys','find-again',[])
configDialog.py 19 from idlelib.keybindingDialog import GetKeysDialog
617 newKeys=GetKeysDialog(self,'Get New Keys',bindName,
    [all...]

Completed in 122 milliseconds