On Fri, 24 Nov 2000, Derek A. Neighbors wrote:

> James,
> 
> > Well, I am not going to refuse contributions :)  At the moment, dia
> > doesn't use GtkObject's for much of the model, so your code generators may
> > not be usable, which could make the job a little more difficult (I plan on
> > moving a lot of the stuff to GObject at some point though).
> 
> It shouldnt matter.  I am not looking to generate C code directly.  In
> GNU Enterprise our application server builds objects off its own class
> definition file so I am only looking to build a class definition file
> from a UML diagram. 

I was refering to the difficulty in writing the binding, not in the
difficulty of using the binding :)  Most of the people who write gtk/gnome
language bindings (including me an Ariel) have written some form of code
generator that makes it really easy to bind GtkObjects (or for gtk 2.0,
GObjects).  Unfortunately, Dia doesn't currently use GtkObjects, so it is
a little more difficult to wrap.

James.

Reply via email to