An Introduction to Tkinter.chm
【Python】
浏览数:218 下载数:241
This is yet another snapshot of my continously growing Tkinter documentation.
If you like this book, you might be interested in hearing that O'Reilly & Associates will be publishing a Tkinter book (tentatively called Programming Tkinter in Python) in a not too distant future. This book features lots of brand new material written by yours truly, giving you a more thorough description of Tkinter (and many other things) than you can find anywhere else.
The Tkinter module ("Tk interface") is the standard Python interface to the Tk GUI toolkit from Scriptics (formerly developed by Sun Labs).Both Tk and Tkinter are available on most Unix platforms, as well as on Windows and Macintosh systems. Starting with the 8.0 release, Tk offers native look and feel on all platforms.
Tkinter模块("Tk 接口")是Python的标准Tk GUI工具包的接口.Tk和Tkinter可以在大多数的Unix平台下使用,同样可以应用在Windows和Macintosh系统里.,Tk8.0的 后续版本可以实现本地窗口风格,并良好地运行在绝大多数平台中.
Tkinter consists of a number of modules. The Tk interface is located in a binary module named _tkinter (this was tkinter in earlier versions). This module contains the low-level interface to Tk, and should never be used directly by application programmers. It is usually a shared library (or DLL), but might in some cases be statically linked with the Python interpreter.
Tkinter包含了若干模块. Tk接口被封装在一个名为 _tkinter 二进制模块里( tkinter 的早期版本). 这个模块包含了Tk的低级接口,因而它不会被程序员直接应用.它通常表现为一个共享库(或DLL文件),但在一些版本中它与Python解释器结合在一起.
注意:本站的资料全部来自网络,故只提供所在的网页或网盘文件的地址。网址打开后,请自行下载,如不会下载或有不明白的地方,
请点击这里获取帮助
。
下载地址1
Loading ...
网站链接
Power by David's PhpCms, Contact us, please mail to a@iou1314.com