Re: Gtk{Tree,List} replacement proposal



Guy Harris <gharris@flashcom.net> writes:

> Is there an equivalent to the "freeze"/"thaw" notion in CLists, to
> arrange that if multiple changes are being made to the model, the
> application can arrange that the view be redrawn only after all changes
> are made?  Or is it expected that updating the view on every change to
> the model won't cause the display to be too "busy" as the model is being
> changed?

No need.  I queue a redraw, so it only draws when you are done adding
and back in the main loop.  You should be able to make changes without
any visible flicker.

-Jonathan




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