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

  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
tkSimpleDialog.py 25 askstring -- get a string from the user
302 def askstring(title, prompt, **kw): function
323 print askstring("Spam", "Egg label")
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
tkSimpleDialog.py 25 askstring -- get a string from the user
302 def askstring(title, prompt, **kw): function
323 print askstring("Spam", "Egg label")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkSimpleDialog.py 25 askstring -- get a string from the user
302 def askstring(title, prompt, **kw): function
323 print askstring("Spam", "Egg label")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkSimpleDialog.py 25 askstring -- get a string from the user
302 def askstring(title, prompt, **kw): function
323 print askstring("Spam", "Egg label")
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
EasyDialogs.py 4 AskString(prompt, default) -- ask for a string, display OK and Cancel buttons.
5 AskPassword(prompt, default) -- like AskString(), but shows text as bullets.
43 __all__ = ['Message', 'AskString', 'AskPassword', 'AskYesNoCancel',
97 def AskString(prompt, default = "", id=261, ok=None, cancel=None):
801 s = AskString("Enter your first name", "Joe")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
EasyDialogs.py 4 AskString(prompt, default) -- ask for a string, display OK and Cancel buttons.
5 AskPassword(prompt, default) -- like AskString(), but shows text as bullets.
43 __all__ = ['Message', 'AskString', 'AskPassword', 'AskYesNoCancel',
97 def AskString(prompt, default = "", id=261, ok=None, cancel=None):
801 s = AskString("Enter your first name", "Joe")
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
EditorWindow.py 652 name = tkSimpleDialog.askstring("Module",
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
EditorWindow.py 652 name = tkSimpleDialog.askstring("Module",
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 652 name = tkSimpleDialog.askstring("Module",
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 652 name = tkSimpleDialog.askstring("Module",
    [all...]

Completed in 631 milliseconds