Re: CList glitch (some kind o off-topic response)



>  In my opinion it is a mistake that GLib doesn't keep track of tails.
>  I don't think it is possible to fix it, though, since lists are not
>  opaque and a lot of code depends on the structure of list items.

The standard idiom here is to keep track of the end of the list
yourself if you need a constant time append operation.  This is what
GtkCList does.

  Federico



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