Lines Matching refs:tkinter
15 using the :mod:`tkinter` package, and its extension, the :mod:`tkinter.tix` and
16 the :mod:`tkinter.ttk` modules.
18 The :mod:`tkinter` package is a thin object-oriented layer on top of Tcl/Tk. To
19 use :mod:`tkinter`, you don't need to write Tcl code, but you will need to
21 :mod:`tkinter` is a set of wrappers that implement the Tk widgets as Python
25 :mod:`tkinter`'s chief virtues are that it is fast, and that it usually comes
28 others. :mod:`tkinter` is also famous for having an outdated look and feel,
35 tkinter.rst
36 tkinter.colorchooser.rst
37 tkinter.font.rst
39 tkinter.messagebox.rst
40 tkinter.scrolledtext.rst
41 tkinter.dnd.rst
42 tkinter.ttk.rst
43 tkinter.tix.rst