views:

36

answers:

2

I'm looking for a good GUI Designer for GTK#. I know there's Stetic, but it seems to be an inseparable part of MonoDevelop. I don't want to use MonoDevelop, I want to use my editor of choice. Is there any decent standalone GTK# GUI Designer?

A: 

not yet i think, but since mono develop is open source, you could create one easily to give back to the community.

Pierre 303
+2  A: 

You can use Glade, and load it's generated XML files in C#

nos
This works great, thanks a bunch!The following tutorial explains the basics quite well: http://codefez.com/mono-net-gtk-sharp-and-glade/
theone