Which is the best GUI designer for GTK apps?
Asked Answered
E

3

12

I want a visual GUI designer that will produce XML output in the format used by GtkBuilder. Glade seems to be the most powerful, although Gazpacho is more lightweight. Stetic (included with MonoDevelop) seems to be good but I don't believe it supports GtkBuilder yet.

Erudition answered 5/5, 2009 at 23:32 Comment(0)
E
7

The last time I tried to use Gazpacho -- admittedly, a few months ago, so it might have improved -- it was nearly unusable. Constant crashes[1], couldn't set some important widget attributes, and to top it off, its final output couldn't be loaded. I ended up just using Glade, saving to a .glade file, and converting to GtkBuilder manually. I've heard that Glade's GtkBuilder output is better in recent versions, so you might be able to skip the second and third steps.

If you decide on Glade, make sure to use Glade 3 -- it's much, much better than the older version.

[1] Yes, I know it's written in Python. No, I can't figure out how they managed to pull off such an unstable Python app.

Exponible answered 5/5, 2009 at 23:40 Comment(3)
Glade 3.6 seems to have GtkBuilder support and I've been using it with pretty good results, although it can't handle a couple of widgets (i.e. GtkComboBoxText and GtkComboBoxEntryText). I gave up on Gazpacho entirely because it doesn't handle labelled tabs in notebooks properly.Erudition
In 2013, Glade works seamlessly w/ GtkBuilder, if anyone is curious.Nemathelminth
As a newcomer to GTK+, and from reading this answer: Was Glade ever meant for something other than designing GTK+ interfaces?Flaunch
V
3

Ive always used Glade, nice XML output. Though I haven't done a lot recently so perhaps there's something better now.

Versatile answered 5/5, 2009 at 23:40 Comment(0)
D
0

You can try Glade + kiwi-gtk. It's very fast! If you have doubts about gtk and kiwi send me a inbox on twitter.

Dykstra answered 28/1, 2014 at 20:36 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.