-2
First of all, two concepts must be clear:
Glade is a GUI builder for GTK+. 1
GTK+ is a multiplatform Toolkit for creating graphical interfaces. 2
Basically Glade creates an XML file, which should be read by Gtkbuilder.
GTK+ is implemented in C, with connections/links to other languages, are maintained by other projects, such as Gtk#/Mono.
So if your goal is to create a Gtk interface, using the C#programming language, this is the one you should turn to.
Thank you, that’s what I wanted to know.
– Luiz Nascimento