Re: Infinite List

2012-09-14 Thread jcupitt
There was a useful thread last December about gtktreeview performance with large data sets: https://mail.gnome.org/archives/gtk-app-devel-list/2011-December/msg00092.html It included this very nice example of making a treeview with a custom model: http://pastebin.com/45br5X3Z You need to add

Re: runtime accel changes

2012-09-14 Thread Philip Chimento
On Thu, Sep 13, 2012 at 11:01 PM, Paul Davis p...@linuxaudiosystems.com wrote: On Thu, Sep 13, 2012 at 4:43 PM, Juan Pablo Ugarte juanpablouga...@gmail.com wrote: On Thu, 2012-09-13 at 06:22 +, Tristan Van Berkom wrote: From what I see... all one should *need* to do is specify the

Re: Infinite List

2012-09-14 Thread Nick Glynn
I'm happy to do it in memory - yes, there's an overhead if the user starts to view hundreds of patterns but it's unlikely and also the reason for loading on demand - they'll get bored before resource exhaustion. I'll have a play with what you and John have suggested (I'll be developing in Vala