Michael Schultz wrote: > Hello everyone. I'm looking to build a cross-platform "writer's > assistant", and I figured my first step would be to re-invent the wheel, > er I mean built a simple rich-text editor as a base. > > I'm trying to figure out the simplest way to do so, and figured I'd ask > if anyone knew some good resources that give examples I can study?
wxPython includes a rich text control, see the wx demos. Kent _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
