GNOME Bugzilla – Bug 655436
[gtk3] port mainwindow.py to GtkBuilder
Last modified: 2012-10-24 20:01:54 UTC
The main window of PiTiVi use a bunch of handmade Gtk code. Move Gtk actions/widgets into a builder file will greatly ease the transition process to GTK+3.
I spent quite some time evaluating this. With the dynamic nature of our window components, we do not actually gain any significant amount of clarity or freed code, it's mostly just a bunch of containers and two toolbars, that's it. However, I did cleanup/refactor the code a fair bit in commit e4ce50d2b25874090bb10 (and the ones that followed), so I'm confident that the core issue you've had with the code is solved.