Re: A better way to use GtkTreeView: Proxy classes and lazy instantiation

2006-01-12 Thread Philip Van Hoof
And a full example: https://svn.cronos.be/svn/custom-treemodel-demo/trunk/ -- Philip Van Hoof, software developer at x-tend home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org work: vanhoof at x-tend dot be http://www.pvanhoof.be - http://www.x-tend.be ___

A better way to use GtkTreeView: Proxy classes and lazy instantiation

2006-01-11 Thread Philip Van Hoof
>From the far far corners of the maemo development list, I bring you . . . A technique to use the GtkTreeView with a Proxy design pattern for the items in a list model. This technique (this pattern) gives you the possibility to use rich real subjects in enormous amounts in a Model View Controlle