C code generation from glade



Hello,

You might be interested to know that I have developed a program to automatically generate C code from glade XML files.  It's in github: https://github.com/featurespoon/GladeToC

It is based on an earlier attempt g2c about 18 years ago which targetted gtk 2.0. This targets gtk 3.0.

I would say coverage of glade widgets is about 95% at present. The generated code is sufficiently complete on its own to be compiled, linked and run using cmake.  Naturally, code has to be added to the handler stubs.

If you're interested please let me know.

Regards,

Barry Bird





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]