splitting an App between Glade files?

2015-03-10 Thread Patrick
Hi Everyone I have tinkered with Glade in the past and I "felt" that this wasn't going to be easier for me. It "seemed" like a single Glade file would grow too cumbersome so I never gave it a real try. So of course this is "felt" and "seemed" not fact. I haven't personally found examples of

Re: splitting an App between Glade files?

2015-03-10 Thread Emmanuele Bassi
Hi; instead of creating a huge GtkBuilder UI definition file with the whole of your application, why not break it up into composite widgets, each with its own class and its own template file, like this: https://developer.gnome.org/gtk3/stable/GtkWidget.html#id-1.3.19.2.13.6 Using templates and co

Re: splitting an App between Glade files?

2015-03-10 Thread Patrick
Hi Emmanuele Thanks for your excellent suggestion. I am still reading through the reference manual on this and don't fully understand it but I may have hit an issue. I need to deploy on Windows as well and I believe this means I have to stick with 2.24, I don't know if i can build composite