W dniu 29.09.2010 17:18, Marco pisze:
> Hello, I have a browser that displays a list of key / value pairs. The values
> change quite fast but not all the values change on each update cycle.
> Currently I refresh the list by calling browser->clear() and then adding the
> pairs back to the list with the new values. For large lists this causes
> interference with the timing of our code. Is there a way to update only
> certain items on the list?
Try implement fltk::List and attach it to Browser.
There is example how to do this in documentation.
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev