Re: ListStore and cell rendering



On Thu, Mar 04, 2004 at 04:57:40PM -0800, Ron Lockwood-Childs wrote:

Is it possible to pack a variable number of widgets into a ListStore 
cell?  

Yes, just use gtk_tree_view_column_pack_start/pack_end.  The terminology
here is a bit confusing, because the arguments are renderers, which aren't
widgets (in brief, the renderer "paints" widgets into the view column based
on the current state (properties) of the renderer), but the analogy with
packing widgets into an hbox holds.

Dave Cook




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