glade2cs

What

Glade2cs is a utility that generates gtk-sharp source code from a glade xml file. It can:

Where

Project Download Area.

Why

Why bother generating code from a glade file when glade-sharp can load the file directly?

How

Glade2cs is written in C, and depends on gtk2 and libxml2.
To use the code generated by glade2cs, a C# compiler (like Mono's mcs) and gtk-sharp is required.