Size: 160
Comment:
|
Size: 313
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
wxPython in Action | [[TableOfContents]] |
Line 4: | Line 4: |
= 第2章 给你的wxPython程序一个牢固的基础 = | = 第2章 给你的wxPython程序一个坚固的基础 = |
Line 7: | Line 7: |
== 为了理解事件我需要哪些术语? == == 什么是事件驱动编程 == === 编写事件处理函数 == === 设计事件驱动程序 === |
第1章 欢迎来到wxPython
第2章 给你的wxPython程序一个坚固的基础
第3章 在事件驱动环境下工作
为了理解事件我需要哪些术语?
什么是事件驱动编程
=== 编写事件处理函数 ==