WYSIWYG text Editor in python?

Mark Hammond mhammond at skippinet.com.au
Tue Dec 18 00:39:52 EST 2001


Neil Hodgson wrote:

 
>    In a quick search I couldn't find a Python demonstration of RichEdit.


The closest in Pythonwin is probably pywin\framework\sgrepmdi - this is 
the "find in files" function of Pythonwin.  The:

class GrepView(docview.RichEditView):

class is probably the best intro to how it is used.

Mark.




More information about the Python-list mailing list