Lines Matching refs:tkinter
4 :mod:`tkinter.simpledialog` --- Standard Tkinter input dialogs
7 .. module:: tkinter.simpledialog
11 **Source code:** :source:`Lib/tkinter/simpledialog.py`
15 The :mod:`tkinter.simpledialog` module contains convenience classes and
42 :mod:`tkinter.filedialog` --- File selection dialogs
45 .. module:: tkinter.filedialog
49 **Source code:** :source:`Lib/tkinter/filedialog.py`
53 The :mod:`tkinter.filedialog` module provides classes and factory functions for
207 :mod:`tkinter.commondialog` --- Dialog window templates
210 .. module:: tkinter.commondialog
214 **Source code:** :source:`Lib/tkinter/commondialog.py`
218 The :mod:`tkinter.commondialog` module provides the :class:`Dialog` class that
230 Modules :mod:`tkinter.messagebox`, :ref:`tut-files`