An Introduction To Tkinter ::-- ZoomQuiet [2006-09-29 02:53:05]
Contents
1. Tk之初
简述
This is an incomplete draft version, last updated in November 2005.
You can find an earlier but more complete version in the PythonWare library.
Note: This is the source document used to generate the effbot.org version of An Introduction To Tkinter, available from http://effbot.org/books/tkinterbook. Note that the links below point to documents that are being edited; in other words, they may be incomplete, broken, or otherwise messed up.
1.1. Part I. Introduction
Note: Some images and sample scripts are missing from this section. Some links may be broken.
- What's Tkinter?
- Hello, Tkinter
- Hello, Again
- Tkinter Classes
- Widget Configuration
- Widget Styling
- Events and Bindings
- Application Windows
- Standard Dialogs
- Dialog Windows
1.2. Part II. Class Reference
- The Button Widget
- The Canvas Widget
- The Checkbutton Widget
- The Entry Widget
- The Frame Widget
- The Label Widget
The LabelFrame Widget
- The Listbox Widget
- The Menu Widget
- The Menubutton Widget
- The Message Widget
The OptionMenu Widget
The PanedWindow Widget
- The Radiobutton Widget
- The Scale Widget
- The Scrollbar Widget
- The Spinbox Widget
- The Text Widget
- The Toplevel Widget
- Basic Widget Methods
- Toplevel Window Methods
- The Grid Geometry Manager
- The Pack Geometry Manager
- The Place Geometry Manager
The BitmapImage Class
The PhotoImage Class
Variable Wrappers (BooleanVar, DoubleVar, IntVar, StringVar)
1.3. Part III. The BWidget Extension Library
Note: Incomplete.
- The BWidget Button Widget
- The BWidget Entry Widget
- The BWidget Label Widget
- The BWidget Tree Widget
1.4. Part IV. The Widget Construction Kit
Note: Incomplete.
- The Widget Construction Kit
2. 反馈
不妨先参考99年旧版的译文 Tkinter 入门
- {{{Tkinter 入门
Fredrik Lundh Copyright © 1999 by Fredrik Lundh 本书中文译本由 Stone 翻译 2001/11/07 version 1.0 }}}