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?

theone
  • 101
  • 2

1 Answers1

5

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

nos
  • 223,662
  • 58
  • 417
  • 506
  • 1
    This works great, thanks a bunch! The following tutorial explains the basics quite well: http://codefez.com/mono-net-gtk-sharp-and-glade/ – theone Jul 18 '10 at 12:44