~ubuntu-branches/ubuntu/karmic/python3.0/karmic

« back to all changes in this revision

Viewing changes to Doc/library/tk.rst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-02-16 17:18:23 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090216171823-1d5cm5qnnjvmnzzm
Tags: 3.0.1-0ubuntu1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
Tk/Tcl has long been an integral part of Python.  It provides a robust and
14
14
platform independent windowing toolkit, that is available to Python programmers
15
 
using the :mod:`tkinter` package, and its extension, the :mod:`tkinter.tix` 
 
15
using the :mod:`tkinter` package, and its extension, the :mod:`tkinter.tix`
16
16
module.
17
17
 
18
18
The :mod:`tkinter` package is a thin object-oriented layer on top of Tcl/Tk. To
23
23
mechanism which allows Python and Tcl to interact.
24
24
 
25
25
:mod:`tkinter`'s chief virtues are that it is fast, and that it usually comes
26
 
bundled with Python. Although its standard documentation is weak, good 
27
 
material is available, which includes: references, tutorials, a book and 
28
 
others. :mod:`tkinter` is also famous for having an outdated look and feel, 
29
 
which has been vastly improved in Tk 8.5. Nevertheless, there are many other 
30
 
GUI libraries that you could be interested in. For more information about 
 
26
bundled with Python. Although its standard documentation is weak, good
 
27
material is available, which includes: references, tutorials, a book and
 
28
others. :mod:`tkinter` is also famous for having an outdated look and feel,
 
29
which has been vastly improved in Tk 8.5. Nevertheless, there are many other
 
30
GUI libraries that you could be interested in. For more information about
31
31
alternatives, see the :ref:`other-gui-packages` section.
32
32
 
33
33
.. toctree::
34
 
   
 
34
 
35
35
   tkinter.rst
36
36
   tkinter.tix.rst
37
37
   tkinter.scrolledtext.rst