I am using Glade-3 to build a suite of Gtk applications.
The applications are supposed to have a common look-and-feel, and we have decided on a common "frame" that all apps will share, that includes a menu bar, toolbar, status-bar(s), a vertical panel - and a space in the middle that will be filled out by each application.
This common "frame" is designed using Glade-3 and saved in Gtkbuilder format.
What I would like to do is design the "middle part" for each application using Glade-3 as-well, then somehow load it into the parent frame.
Is such a thing possible? I don't mind rewriting the parent frame in Gtk as it is fairly simple - the main meat will be in the application specific details that we definitely want to design using Glade.
I have seen no way to somehow get the result of reading a Gtkbuilder file, and sticking it into a parent widget.
I am using Perl/Gtk2.