Re: substitute for GtkCList ???



On Tue, Aug 19, 2003 at 11:41:34PM +0200, Diego Zuccato wrote:
> I still can't see any way to set out-of-model, tree-view-specific row
> data (like the old set_row_data, IIRC).

set_row_data just stored a pointer on the row. This is equivalent to
adding a pointer to your model. You can make a not-displayed column in
the model for this, or just have a separate set_row_data feature on 
your model implementation.

Havoc



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