An Introduction to Tkinter

An Introduction to Tkinter

Describes Tkinter module (Tk interface), the standard Python interface to the Tk GUI toolkit.

Tag(s): Python

Publication date: 01 Nov 2005

ISBN-10: n/a

ISBN-13: n/a

Paperback: n/a

Views: 25,378

Type: N/A

Publisher: n/a

License: n/a

Post time: 29 Oct 2004 12:25:23

An Introduction to Tkinter

An Introduction to Tkinter Describes Tkinter module (Tk interface), the standard Python interface to the Tk GUI toolkit.
Tag(s): Python
Publication date: 01 Nov 2005
ISBN-10: n/a
ISBN-13: n/a
Paperback: n/a
Views: 25,378
Document Type: N/A
Publisher: n/a
License: n/a
Post time: 29 Oct 2004 12:25:23
Book excerpts:

This book describes Tkinter module (Tk interface), the standard Python interface to the Tk GUI toolkit from Scriptics (formerly developed by Sun Labs).

Both Tk and Tkinter are available on most Unix platforms, as well as on Windows and Macintosh systems. Starting with the 8.0 release, Tk offers native look and feel on all platforms.

Tkinter consists of a number of modules. The Tk interface is located in a binary module named _tkinter (this was tkinter in earlier versions). This module contains the low-level interface to Tk, and should never be used directly by application programmers. It is usually a shared library (or DLL), but might in some cases be statically linked with the Python interpreter.

In addition to the Tk interface module, Tkinter includes a number of Python modules. The two most important modules are the Tkinter module itself, and a module called Tkconstants. The former automatically imports the latter.
 




About The Author(s)


No information is available for this author.

Fredrik Lundh

No information is available for this author.


Book Categories
Sponsors