Mailing List Archive

tkwait
Hi!

I know, that is a very simple question, but I didn't find a solution.
Please help me with the syntax of Tk's tkwait window. I found the Tk
Manual page and Deja-news entries, but no solution for my problem.

Thanks
Sven
tkwait [ In reply to ]
Sven Drescher <Sven.Drescher@dlr.de> wrote:
> I know, that is a very simple question, but I didn't find a solution.
> Please help me with the syntax of Tk's tkwait window. I found the Tk
> Manual page and Deja-news entries, but no solution for my problem.

http://www.pythonware.com/library/tkinter/introduction/basic-widget-methods.htm
(look under event processing).

btw, a PDF version of the current tkinter introduction
draft is now available from:

http://www.pythonware.com/library.htm

</F>