Re: GtkTreeView and Threads



Hello Alberto!

ALBERTO MONTERO wrote:
The program fail and I obtain the message:
"There is a disparity between the internal view of the GtkTreeView, and the GtkTreeModel. This generally means that the model has changed without letting the view know. Any display from now on is likely to be incorrect"

http://developer.gnome.org/doc/API/2.0/gtk/gtk-question-index.html#id2505271

If you're using a custom TreeModel, there are additional situations that can cause this error. Basically, the model state needs to be consistent while the TreeView is probing it.

--
Christer



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