Glade provides C source output to a set of monolithic files. All widgets are placed into one file, which can be difficult to manage on large projects. This project aims to provide an alternative source code output mechanism.
Be the first to post a text review of Glade To C Translator. Rate and review a project by clicking thumbs up or thumbs down in the right column.
A few improvements for your consumption: 1. g2c now uses the ctags that comes with just about every emacs distro out there. No more strange dependencies! 2. g2c will now generate a main program file, using .c for the file name. Entries will be added/commented out based on the top-level widget's visibility (in glade). 3. Automatically updates po/POTFILES.in and 4. Modifications to the automake/autoconfig stuff. 5. Other minor updates/fixes. Enjoy!
See ChangeLog
Changed g2c.c:main() to call gtk_init (&argc, &argv) instead of gtk_type_init ().
Changed g2c.c:main() to call gtk_init (&argc, &argv) instead of gtk_type_init ().
All Gnome and GTK+ widgets are now supported. Popup menus are not supported, as there is no modular way to do so.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?