Imported modules
|
|
from Tkinter import *
import string
from tkFileDialog import _Dialog
from tkSimpleDialog import _QueryString
from twisted import copyright
from twisted.internet import tcp
from twisted.spread import pb
|
Functions
|
|
askdirectory
askpassword
grid_setexpand
|
|
askdirectory
|
askdirectory ( **options )
Ask for a directory to save to.
|
|
askpassword
|
askpassword (
title,
prompt,
**kw,
)
get a password from the user
Arguments:
- title
- the dialog title
prompt -- the label text
**kw -- see SimpleDialog class
Return value is a string
|
|
grid_setexpand
|
grid_setexpand ( widget )
|
Classes
|
|
|