On Fri, 13 Jun 2008 22:10:51 +0100, Ognjen Bezanov wrote:
> I am building an application using WxWidgets, and its job is to manage
> HTML data in a database. Now I need essentially a HTML editor that I can
> embed into my program, that will parse the HTML and allow the user to
> edit it.

How about wx.richtext.RichTextCtrl , along with the 
wx.richtext.RichTextHTMLHandler ?

http://www.wxpython.org/docs/api/wx.richtext.RichTextCtrl-class.html
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to