1 / 120
文档名称:

Tkinter 8.4 Reference - A GUI for Python(20101212).pdf

格式:pdf   页数:120页
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

Tkinter 8.4 Reference - A GUI for Python(20101212).pdf

上传人:yixingmaob 2016/4/11 文件大小:0 KB

下载得到文件列表

Tkinter 8.4 Reference - A GUI for Python(20101212).pdf

相关文档

文档介绍

文档介绍:Tkinter reference: a GUI for Python John W. Shipman 2010-12-12 14:13 Abstract Describes the Tkinter widget set for constructing graphical user interfaces (GUIs) in the Python programming language. This publication is available in Web form 1 and also as a PDF document 2. Please forward ments to tcc-******@. Table of Contents 1. What is Tkinter?.......................................................................................................................3 2. A minimal application..............................................................................................................3 3. Definitions..............................................................................................................................4 4. Layout management.................................................................................................................5 . The .grid() method....................................................................................................5 . Other grid management methods...................................................................................6 . Configuring column and row sizes.................................................................................7 . Making the root window resizeable................................................................................8 5. Standard attributes...................................................................................................................8 . Dimensions...................................................................................................................9 . The coordinate system...................................................................................................9 . Colors...........................................................................................................................9 . Type fonts................................................................................