GtkTreeView doesn't refresh

2013-11-27 Thread Jarosław Sobieszek
Hello, I'm trying to dynamically modify list based on some action. Program below should add 3 rows at the top and 3 rows at the bottom of the list for every click of the button. For some reason it doesn't work - I'm seeing partial updates with random amount of data (only 2 top rows on first

Re: GtkTreeView doesn't refresh

2013-11-27 Thread Colomban Wendling
Le 27/11/2013 12:57, Jarosław Sobieszek a écrit : Hello, I'm trying to dynamically modify list based on some action. Program below should add 3 rows at the top and 3 rows at the bottom of the list for every click of the button. For some reason it doesn't work - I'm seeing partial updates

Re: GtkTreeView doesn't refresh

2013-11-27 Thread Jarosław Sobieszek
On Wed, 27 Nov 2013 14:19:37 +0100, Colomban Wendling lists@herbesfolles.org wrote: Le 27/11/2013 12:57, Jarosław Sobieszek a écrit : Hello, I'm trying to dynamically modify list based on some action. Program below should add 3 rows at the top and 3 rows at the bottom of the list for