[Gtk-sharp-list] More excitement.
   
    Mike Kestner
     
    mkestner@speakeasy.net
       
    20 Jun 2002 23:41:16 -0500
    
    
  
On Thu, 2002-06-20 at 23:12, Mike Kestner wrote:
> 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.
Thinking about this a bit more, if GtkHtml links to gtk-x11-1.2, there's
probably a lot of issues to overcome from an inheritance standpoint. The
Gtk# code generator derives all object classes from GLib.Object.
Mike