PDA

View Full Version : Best Gtk+ GUI designer



orestisp
June 6th, 2007, 08:57 AM
What is the best GTK+ GUI designer for ubuntu linux?

I search something in between the easy qt designer (not GTK+) and raw C code for GTK+.

Since GTK+ C coding can produce LARGE masses of code lines and after some time the code cannot easily be debugged, I am searching for something that uses GTK+ C code but makes things somewhat easier producing the code for the GtkWidgets I choose...
If thats impossible I would like to avoid # versions...

I've heard of Gideon and Glade but I don't know yet what is really better...

Keep in mind that I need the program to produce good code, not some full of errors C functions that hinder the non-visual part of the program and is just easy...

Thnx in advance :)

kallepersson
June 6th, 2007, 09:37 AM
Hi there!
I'm using Glade for creating GTK+ apps, and for me it works really well. Creating widgets and conneting signals are really easy to do. However, I use Python for the backend, so I'm not sure if there's a C library for Glade to be honest.

Good luck with your development!