Re: building a modular interface

2012-03-28 Thread Lachlan
I think there are some introspection annotations, so it should be possible get python bindings quite easily. I think i'll take this opportunity to teach myself C and use the libgdl libraries directly, i haven't been able to find any gobject packaged for python/vala so i'll put my efforts into

Re: building a modular interface

2012-03-27 Thread Sébastien Granjoux
Hi, Le 27/03/2012 10:03, Lachlan a écrit : libgdl is EXACTLY what i wanted to do. after looking at ajunta it's perfect. looks like gnome team is handling it now as well http://ftp.gnome.org/pub/GNOME/sources/gdl/3.4/ Yes, GDL is still used by Anjuta and is maintained by Anjuta's team. It

building a modular interface

2012-03-26 Thread Lachlan
hi, I've decided to hunker down and start developing my first gtk application. I have a few questions that google hasn't really been helpful with. I know how to create and load an interface built from glade but is it possible to take a more modular approach? For example I would like to be able to

Re: building a modular interface

2012-03-26 Thread Tristan Van Berkom
Hi. First, please dont bluntly use a single Glade file to define your entire interface. I'll attach here the same tarball which I attached a couple months ago here for demonstration: lists.ximian.com/pipermail/glade-users/2012-January/005469.html With the approach described in the attached

Re: building a modular interface

2012-03-26 Thread Lachlan
On 27 March 2012 14:39, Tristan Van Berkom t...@gnome.org wrote: Hi. First, please dont bluntly use a single Glade file to define your entire interface. I'll attach here the same tarball which I attached a couple months ago here for demonstration:    

Re: building a modular interface

2012-03-26 Thread Tristan Van Berkom
On Tue, Mar 27, 2012 at 2:10 PM, Lachlan lachlan...@gmail.com wrote: On 27 March 2012 14:39, Tristan Van Berkom t...@gnome.org wrote: Hi. First, please dont bluntly use a single Glade file to define your entire interface. I'll attach here the same tarball which I attached a couple months