diff options
author | Nikhil <12703092+patel-nikhil@users.noreply.github.com> | 2019-09-10 08:55:34 (GMT) |
---|---|---|
committer | Julien Palard <julien@palard.fr> | 2019-09-10 08:55:34 (GMT) |
commit | 80428ed4e19b31071433806b4d89465c88e084c6 (patch) | |
tree | 048a14ba9005d567c2a2e73f1003a056cf9642ec /Doc/library/tk.rst | |
parent | 0711642eec58d00f31031279df799fbddaf6f2c1 (diff) | |
download | cpython-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.rst | 11 |
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 |