[Gtk-sharp-list] More excitement.

Mike Kestner mkestner@speakeasy.net
20 Jun 2002 23:12:33 -0500


On Thu, 2002-06-20 at 19:41, Miguel de Icaza wrote:
> Hey guys,
> 
>    I am even more excited now.  As a follow up to my previous question:
> I would like to know if it would be possible to easily wrap also
> GtkHTML, because that could be used for some severe cool demos.

I wrote the source parser with an effort to make it general for GObject
based APIs.  If memory serves, GtkHTML is still on Gtk1.2, so it
probably uses GtkObject.  It wouldn't take much to tweak the parser to
generate XML, and the code generator should handle the new XML without
much rework, if any.

I'd be happy to work with someone if they wanted to try it.

Mike