GtkTree and GtkThread: update and refresh

2011-09-21 Thread Paolo
Hi! I have a problem about the update and refresh of a tree. This is the situation: I have a populated tree and a button that update the tree. The button's event calls a function that permorfs the following things: 1) Reset the treemodel appending a single text row "Loading" 2) Execute a db query 3

Re: GtkTree and GtkThread: update and refresh

2011-09-21 Thread Chris Vine
On Wed, 21 Sep 2011 22:53:01 +0200 Paolo wrote: > Hi! I have a problem about the update and refresh of a tree. This is > the situation: I have a populated tree and a button that update the > tree. The button's event calls a function that permorfs the following > things: 1) Reset the treemodel appe

Re: GtkTree and GtkThread: update and refresh

2011-09-23 Thread Olivier Sessink
On 09/21/2011 10:53 PM, Paolo wrote: Hi! I have a problem about the update and refresh of a tree. This is the situation: I have a populated tree and a button that update the tree. The button's event calls a function that permorfs the following things: 1) Reset the treemodel appending a single tex