Re: Tricky treemodel question



>it goes. These events trigger a gtk_main_iteration_do() so that the gtk
>progressbar is updated, but GTK also tries to update the treeview which
>is not ready to be updated because its has called
>tree_store_iter_children() and is not in a state to be redrawn.

i haven't used the treeview code yet (i'm still at gtk+ 1.2) but some
of its equivalent in 1.2 had "freeze/thaw" methods to prevent this
from happening. you called them before and after the updating.

--p



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