青菜肉丝's Blog

Programming and More

自己写的文学编程编辑器

基于wxpython 2.8,

svn download:

svn checkout http://noweb-file-editor-chinese.googlecode.com/svn/trunk/ noweb-file-editor-chinese-read-only

源码是nw文件。win32下的使用方式:notangle -Raction literal_editor.nw>action.bat&action.bat

会生成nweditor.py这个脚本.

wxpython的拖放(Drag and Drop)初探

被wxpython的拖放(DnD,Drag and Drop)操作困扰了很久,因此有了这篇blog。

wxpython的DnD机制在网上的资料很少,往往只有语焉不详的例子。

那么,在这些范例背后所隐藏的,是怎样的DnD机制呢?

继续阅读