[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: GtkTreeView DND



I wrote:
> I installed a callback to a GtkTreeModel's (GtkListStore)
> `row-inserted' signal.  It gets called and tree path and
> iterator both seem fine, but I cannot get values from
> the inserted row---it just returns NULL's.

I should have used `row-changed' signal.  Insertion and value
setup are separate steps.  Now it works just fine.

Paul



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]