On Dom, 2007-02-18 at 13:46 -0500, Lee Connell wrote:
>       I was using wxPython which has an HtmlWindow widget that allows me to
> append html to the current document.  Is there something out there for
> pygtk that does similar or even a richtext widget?  is there a stable
> wrapper around gecko or gtkhtml that I can use?  Any tutorials?

  In addition to the suggestions other people have made, I once made a
thin wrapper on top of gtk.TextView to allow it to render a very small
subset of HTML:

        http://www.gnome.org/~gjc/htmltextview.py

-- 
Gustavo J. A. M. Carneiro
<[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
The universe is always one step beyond logic

_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to