Re: substitute for GtkCList ???



Havoc Pennington wrote:

> set_row_data just stored a pointer on the row. This is equivalent to
> adding a pointer to your model.
Good. Then I'll do it. Tks. I'll add a column for each view that uses
the model and needs extra data.

Now I've only to find out a way to filter out some rows from the model
in a certain view... But I think it's not possible without writing a new
model (actually copying current stores, and using a balanced tree
instead of a list) or resorting to O(n^2) or worse.

BYtE,
 Diego.



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