简介
wxWidgets 的 Python 绑定
资源和参考
在线资源
- home
- http://www.wxpython.org/
- onlinedocs
- http://www.wxpython.org/onlinedocs.php
- api
- http://www.wxpython.org/docs/api/
Localhost
$ python Python 2.6.4 (r264:75706, Nov 2 2009, 14:38:03) [GCC 4.4.1] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import wx >>> help(wx.App)
库结构

