vote up 1 vote down star

I'm responsible for a number of legacy C based GTK applications which are starting to show their age. I'm toying with the idea of re-implementing some of them in a more modern framework. Are there any tools which can help migrate a hand-built C based GTK interface into a GTK Builder based XML interface description? My aim would be to separate the interface definition from the actual app implementation.

I suspect it might be possible to ltrace an app and re-build the interface from the GTK library calls but if someone has already solved the problem I'm happy not to re-invent the wheel.

flag

67% accept rate

1 Answer

vote up 3 vote down check

gtkparasite seems to support exporting "live" application UI to GtkBuilder UI files (see http://code.google.com/p/gtkparasite/issues/detail?id=9)

link|flag
Good find. Now all I need to do is convert the GtkBuilder XML into old style Glade XML as my Glade is a little too old. – stsquad Sep 8 at 10:23
As far as I remember, Glade-3 can load and save both formats: GtkBuilder and Glade XML. – dmitry-vk Sep 8 at 11:37
It seems the 3.5+ series can and not the version packaged on Ubuntu Hardy LTS. Anyway that's another problem to tackle later on :-) – stsquad Sep 8 at 13:01

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.