Branch: refs/heads/gtkbuilder Home: https://github.com/geany/geany
Commit: 72e856947e9d6183b2d04cffd65805fa7426caeb https://github.com/geany/geany/commit/72e856947e9d6183b2d04cffd65805fa7426ca... Author: Matthew Brush mbrush@codebrainz.ca Date: 2011-10-19 (Wed, 19 Oct 2011)
Changed paths: M plugins/geanyfunctions.h M src/main.c M src/plugindata.h M src/plugins.c M src/prefs.c M src/project.c M src/stash.c M src/ui_utils.c M src/ui_utils.h M src/vte.c
Log Message: ----------- Rework GtkBuilder code to behave more like old Glade 2 code
* Put back ui_hookup_widget and ui_lookup_widget functions * Put back lookup_widget code in stash.c * Emulate old create_*() functions from interface.[ch]. * Hookup all the GtkBuilder widget's to their top widgets like Glade 2 generated code would've done. * Misc changes to accomodate the above.