Changeset 391 for python/trunk/Doc/library/tk.rst
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/library/tk.rst
r2 r391 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` module, and its extension, the :mod:`Tix` module. 15 using the :mod:`Tkinter` module, and its extensions, the :mod:`Tix` and 16 the :mod:`ttk` modules. 16 17 17 18 The :mod:`Tkinter` module is a thin object-oriented layer on top of Tcl/Tk. To … … 33 34 34 35 tkinter.rst 36 ttk.rst 35 37 tix.rst 36 38 scrolledtext.rst
Note:
See TracChangeset
for help on using the changeset viewer.