summaryrefslogtreecommitdiffstats
path: root/Doc/library/tk.rst
diff options
context:
space:
mode:
authorNikhil <12703092+patel-nikhil@users.noreply.github.com>2019-09-10 08:55:34 (GMT)
committerJulien Palard <julien@palard.fr>2019-09-10 08:55:34 (GMT)
commit80428ed4e19b31071433806b4d89465c88e084c6 (patch)
tree048a14ba9005d567c2a2e73f1003a056cf9642ec /Doc/library/tk.rst
parent0711642eec58d00f31031279df799fbddaf6f2c1 (diff)
downloadcpython-80428ed4e19b31071433806b4d89465c88e084c6.zip
cpython-80428ed4e19b31071433806b4d89465c88e084c6.tar.gz
cpython-80428ed4e19b31071433806b4d89465c88e084c6.tar.bz2
bpo-25237: Documentation for tkinter modules (GH-1870)
Diffstat (limited to 'Doc/library/tk.rst')
-rw-r--r--Doc/library/tk.rst11
1 files changed, 7 insertions, 4 deletions
diff --git a/Doc/library/tk.rst b/Doc/library/tk.rst
index 95cd1c7..c6c73f0 100644
--- a/Doc/library/tk.rst
+++ b/Doc/library/tk.rst
@@ -33,14 +33,17 @@ alternatives, see the :ref:`other-gui-packages` section.
.. toctree::
tkinter.rst
+ tkinter.colorchooser.rst
+ tkinter.font.rst
+ dialog.rst
+ tkinter.messagebox.rst
+ tkinter.scrolledtext.rst
+ tkinter.dnd.rst
tkinter.ttk.rst
tkinter.tix.rst
- tkinter.scrolledtext.rst
idle.rst
othergui.rst
.. Other sections I have in mind are
Tkinter internals
- Freezing Tkinter applications
-
-
+ Freezing Tkinter applications \ No newline at end of file