Lines Matching full:prompt
4 AskString(prompt, default) -- ask for a string, display OK and Cancel buttons.
5 AskPassword(prompt, default) -- like AskString(), but shows text as bullets.
97 def AskString(prompt, default = "", id=261, ok=None, cancel=None):
98 """Display a PROMPT string and a text entry field with a DEFAULT string.
106 The PROMPT and DEFAULT strings, as well as the return value,
117 SetDialogItemText(h, lf2cr(prompt))
139 def AskPassword(prompt, default='', id=264, ok=None, cancel=None):
140 """Display a PROMPT string and a text entry field with a DEFAULT string.
149 The PROMPT and DEFAULT strings, as well as the return value,
159 SetDialogItemText(h, lf2cr(prompt))
438 # SetDialogItemText(h, lf2cr(prompt))