[Gtk-sharp-list] gtkhtml namespace problem

Mike Kestner mkestner@ximian.com
Tue, 26 Aug 2003 16:27:59 -0500


BTW, no need to copy me on all your mails.  I subscribe to the list... 
;-)

On Tue, 2003-08-26 at 15:56, Martin Willemoes Hansen wrote:

> gtkhtml has some gnome stuff, but as it is now gtkhtml is mapped into
> the gtk namespace .. and if a reference to the gnome assembly is made
> there we have a circular dependency :(
> 
> I think we could put gtkhtml in its own namespace no solve the issue, is
> that okay?

Let's move Gtk.HTML into a separate assembly (gtkhtml-sharp.dll
probably) and leave the namespace as Gtk.  There's precedent for this
approach in the whole System split between System.dll and corlib.dll
strategy.

The problem will be with the generator.  Right now, it targets a
directory based on namespace.  We could easily enhance it to support an
assembly tag in the XML and add some parser magic to create the tag.

Let me know if I can clarify any of the above.

-- 
Mike Kestner <mkestner@ximian.com>