[Gtk-sharp-list] C# code generator - is one started?
Mathias Hasselmann
mathias.hasselmann@gmx.de
Thu, 7 Nov 2002 16:41:14 +0100 (CET)
On 7 Nov 2002, Martin Willemoes Hansen wrote:
> On Thu, 2002-11-07 at 15:08, Nick Drochak wrote:
> > Hi.
> >
> > I've started to get interested in GTK#, and naturally I've discovered
> > Glade. I was wondering if anyone is working on a C# code generator?
> > One that will process the .glade files and make .cs files containing the
> > skeleton code for the signals that are being used, as well as perhaps a
> > small Main class with the standard GTK# bits filled in for you.
> >
> > Is there already such a beast?
>
> There is Glade# which funtioncs like libglade, that is it builds the gui
> on runtime.
>
> But if you want to get the c# code well, then I think nobody has written
> what you want.
That wrong.
I have such a thing on http://taschenorakel.de/mathias/toys.info.
I hesitate to anounce this yet for two reasons: To make I slick I'd like
to get a patch into Gtk# extending GtkSharp.TypeManagers interface which I
sent to the list but wasn't discussed yet. And my implementation uses the
interfaces of mcs.exe for C# parsing in a way not liked my Miguel...
Ciao,
Mathias