安裝中文字典英文字典辭典工具!
安裝中文字典英文字典辭典工具!
|
- tkinter — Python interface to Tcl Tk — Python 3. 13. 5 documentation
The tkinter package (“Tk interface”) is the standard Python interface to the Tcl Tk GUI toolkit Both Tk and tkinter are available on most Unix platforms, including macOS, as well as on Windows systems
- Graphical User Interfaces with Tk — Python 3. 13. 5 documentation
Tk Tcl has long been an integral part of Python It provides a robust and platform independent windowing toolkit, that is available to Python programmers using the tkinter package, and its extension, the tkinter ttk module The tkinter package is a thin object-oriented layer on top of Tcl Tk
- tkinter. ttk — Tk themed widgets — Python 3. 13. 5 documentation
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 transparency (requiring a composition window manager on X11)
- tkinter. font — Tkinter font wrapper — Python 3. 13. 5 documentation
The tkinter font module provides the Font class for creating and using named fonts The different font weights and slants are: tkinter font NORMAL ¶ tkinter font BOLD ¶ tkinter font ITALIC ¶ tkinter font ROMAN ¶ class tkinter font Font (root = None, font = None, name = None, exists = False, ** options) ¶ The Font class represents a
- tkinter. colorchooser — Color choosing dialog - Python
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 The Chooser class inherits from the Dialog class
- tkinter. dnd — Drag and drop support — Python 3. 13. 5 documentation
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, you must create an event binding for it that starts the drag-and-drop process
- tkinter. scrolledtext — Scrolled Text Widget - Python
The tkinter scrolledtext module provides a class of the same name which implements a basic text widget which has a vertical scroll bar configured to do the “right thing ” Using the ScrolledText class is a lot easier than setting up a text widget and scroll bar directly
- tkinter. messagebox --- Tkinter 消息提示 — Python 3. 13. 5 文档
The tkinter messagebox 模块提供了一个模板基类以及多个常用配置的便捷方法。 消息框为模式窗口并将基于用户的选择返回 ( True , False , None , OK , CANCEL , YES , NO ) 的一个子集。
|
|
|