16.1.2.1 How To Use This Section

This section is designed in two parts: the first half (roughly) covers background material, while the second half can be taken to the keyboard as a handy reference.

When trying to answer questions of the form ``how do I do blah'', it is often best to find out how to do``blah'' in straight Tk, and then convert this back into the corresponding Tkinter call. Python programmers can often guess at the correct Python command by looking at the Tk documentation. This means that in order to use Tkinter, you will have to know a little bit about Tk. This document can't fulfill that role, so the best we can do is point you to the best documentation that exists. Here are some hints:

See Also:

ActiveState Tcl Home Page
The Tk/Tcl development is largely taking place at ActiveState.
Tcl and the Tk Toolkit
The book by John Ousterhout, the inventor of Tcl .
Practical Programming in Tcl and Tk
Brent Welch's encyclopedic book.

See About this document... for information on suggesting changes.