Re: Synchronization of gtk_tree_store add/remove events

2012-09-19 Thread Olivier Sessink
On 09/19/2012 09:44 PM, Arne Pagel wrote: > Dear all, > > I have an application where I use a tree-view to display some data from > an external hardware. > Different Objects can be added or removed to the treestore, each > existing object in the treestore has a specific > id which is used to get d

Re: Synchronization of gtk_tree_store add/remove events

2012-09-19 Thread Arne Pagel
> Anyway, I think GtkTreeRowReference is what you need – a thing that > points to a specific row that may not exist anymore and it had a method > to tell whether the row still exists. Thanks, I didn't know this functions, I will try it. > Did you mean deletes instead of deselects here? The rest

Re: Synchronization of gtk_tree_store add/remove events

2012-09-19 Thread David Nečas
On Wed, Sep 19, 2012 at 09:44:28PM +0200, Arne Pagel wrote: > I have an application where I use a tree-view to display some data > from an external hardware. Different Objects can be added or removed > to the treestore, each existing object in the treestore has a specific > id which is used to get

Synchronization of gtk_tree_store add/remove events

2012-09-19 Thread Arne Pagel
Dear all, I have an application where I use a tree-view to display some data from an external hardware. Different Objects can be added or removed to the treestore, each existing object in the treestore has a specific id which is used to get data over some communication interface. It can easily