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
> 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
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
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