hi,
there is an application called wxglade wich exports xrc files
ok but this program use wxWidgets (is a wx designer but with glade2 front end)... and if i would use wx i use the built in gui designer...
i would a method to create a GTK GUI with a RAD because i'm lazy and i wouldn't write all code :lol:
Maybe it would help if you read something about glade and libglade.
And have a look at the gtk+ wizard of C::B, it does not use glade (only gtk) , but it's not so hard to find out how it works.
It took me less than 15 minutes to create a very simple program (without events) with just two buttons and an image.
And I never used glade before.