Re: substitute for GtkCList ???
- From: Diego Zuccato <diego otello alma unibo it>
- To: Havoc Pennington <hp redhat com>, GtkList <gtk-list gnome org>
- Subject: Re: substitute for GtkCList ???
- Date: Wed, 20 Aug 2003 13:14:35 +0200
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]