Differences between revisions 15 and 16
Revision 15 as of 2006-09-02 05:39:19
Size: 441
Editor: zhwang
Comment:
Revision 16 as of 2006-09-02 05:43:50
Size: 625
Editor: zhwang
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
=== ===
== 事件是如何被wxPython处理的? ==
== 应用程序对象中还包含了哪些其他的事件属性? ==
== 如何创建自定义事件? ==
== 本章小结 ==

TableOfContents

第1章 欢迎来到wxPython

第2章 给你的wxPython程序一个坚固的基础

第3章 在事件驱动环境下工作

为了理解事件需要哪些术语?

什么是事件驱动(event-driven)编程

编写事件处理函数(event handlers)

设计事件驱动程序

事件触发器(event triggers)

如何将事件绑定(bind)到事件处理函数?

=== ===

事件是如何被wxPython处理的?

应用程序对象中还包含了哪些其他的事件属性?

如何创建自定义事件?

本章小结

zhwang/wxPython_in_Action (last edited 2009-12-25 07:14:03 by localhost)