liudezhi / wxPython_Action

学习wxPython

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wxPython 从入门到放肆

pass e61 获取鼠标位置较pdf有改动

event.GetPositionTuple()

改为

(x,y) = (event.GetX(), event.GetY())
newPos = (x,y)

因为,貌似现在没有GetPositionTuple这个函数了

issues

  1. wxPython.png 图片不能正确显示
  2. part1 chapter2 toolbar.py 里images不能用
  3. e35 运行后报错

wxPython in Action pdf

About

学习wxPython


Languages

Language:Python 100.0%