Re: [gtk-list] Virtual table using model?




Manuel Bahr <Manuel.Bahr@materna.de> writes:
> In GTK is there a support for "virtual" tables (lists) that
> get their data from a model rather than storing it themselves
> (like gtk_clist_append() or gtk_clist_set_text() do).
> What I need is a callback that is called at display time to
> ask for the text (or whatever) to show.
> A Win32::ListView can have the LVS_OWNERDATA style which
> causes a LVN_GETDISPINFO notification message to be sent
> for every cell currently visible.
>

There isn't such a widget but there really, really should be.
It's on the wishlist.
 
Havoc



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