twisted.spread.ui.tkutil
module documentationtwisted.spread.ui
View Source
Utilities for building PB
clients with
Tkinter
.
Function | askpassword | get a password from the user |
Function | grid_setexpand | Undocumented |
Class | CList | Undocumented |
Class | ProgressBar | Undocumented |
Class | DirectoryBrowser | Undocumented |
Function | askdirectory | Ask for a directory to save to. |
Class | GenericLogin | Undocumented |
Class | Login | Undocumented |
Class | _QueryPassword | Undocumented |
get a password from the user
Parameters | title | the dialog title |
prompt | the label text | |
**kw | see SimpleDialog class | |
Returns | a string |