约 44,300 个结果
在新选项卡中打开链接
  1. tkinter — Python interface to Tcl/Tk — Python 3.13.7 documentation

    3 天之前 · Tkinter is not a thin wrapper, but adds a fair amount of its own logic to make the experience more pythonic. This documentation will concentrate on these additions and …

  2. Graphical user interfaces with Tk — Python 3.13.7 documentation

    2 天之前 · The tkinter package is a thin object-oriented layer on top of Tcl/Tk. To use tkinter, you don’t need to write Tcl code, but you will need to consult the Tk documentation, and …

  3. Graphic User Interface FAQ — Python 3.13.7 documentation

    3 天之前 · Standard builds of Python include an object-oriented interface to the Tcl/Tk widget set, called tkinter. This is probably the easiest to install (since it comes included with most binary …

  4. tkinter.ttk — Tk themed widgets — Python 3.13.7 documentation

    3 天之前 · The tkinter.ttk module provides access to the Tk themed widget set, introduced in Tk 8.5. It provides additional benefits including anti-aliased font rendering under X11 and window …

  5. tkinter.colorchooser — Color choosing dialog — Python 3.13.7 …

    3 天之前 · The tkinter.colorchooser module provides the Chooser class as an interface to the native color picker dialog. Chooser implements a modal color choosing dialog window.

  6. Tkinter Dialogs — Python 3.13.7 documentation

    5 天之前 · tkinter.simpledialog — Standard Tkinter input dialogs: Source code: Lib/tkinter/simpledialog.py The tkinter.simpledialog module contains convenience classes and …

  7. tkinter.messagebox — Tkinter message prompts — Python 3.13.7 …

    5 天之前 · The tkinter.messagebox module provides a template base class as well as a variety of convenience methods for commonly used configurations. The message boxes are modal and …

  8. tkinter.dnd — Drag and drop support — Python 3.13.7 …

    3 天之前 · The tkinter.dnd module provides drag-and-drop support for objects within a single application, within the same window or between windows. To enable an object to be dragged, …

  9. tkinter.font — Tkinter font wrapper — Python 3.13.7 documentation

    5 天之前 · Source code: Lib/tkinter/font.py The tkinter.font module provides the Font class for creating and using named fonts. The different font weights and slants are:

  10. Python Documentation contents — Python 3.13.7 documentation

    Architecture Tkinter Modules Tkinter Life Preserver A Hello World Program Important Tk Concepts Understanding How Tkinter Wraps Tcl/Tk How do I…? What option does…? …