Re: gtkmm Treeview is slow. Any tips?



eric jrdn wrote:

[...] Does anyone know how to solve this and
avoid this stupid duplication of datas?

May be you should fill ListStore only with visible data, and refresh it (just
refill with data beginning one row before/after the current position ore one
page before/after). When you need to delete/insert a row just do it in vector
and then refill the ListStore with visible data.
I, myself, need a database-aware liststore and believe that this is the solution.
    Igor Gorbounov



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