Re: Link Gtk.ListStore to the real data

2018-06-05 Thread Lucky B.C
Well, what you want is a way to catch/handle the data that always changes and you want to show it on screen in anytime, right? There's no good solutions for that, I mean you must make an algorithm to do that by yourself. Why? Don't always lets Gtk or QT or something else stores our data because the

Re: This takes 30 secs to render

2018-06-05 Thread Lucky B.C
Hi, Another way to render the image better than cairo did, using OpenGL Area. You could find an example about it in gtk-demo. On Fri, Jun 1, 2018 at 6:45 AM, Tarie Nosworthy via gtk-app-devel-list < gtk-app-devel-list@gnome.org> wrote: > > > Is there any way to make this better? The image loaded