I want to make a simple editor using wxPython. Complete code is already available in wxPython tutorial page (http://wiki.wxpython.org/WxHowtoSmallEditor). However, in addition I want to add "print" menu which will print the contents of editor (i.e., whatever written in editor). I will appreciate if someone please show me.
Thanks,
Akand