Hello, On Fri, Feb 08, 2008 at 06:09:22PM +0100, Johannes Lorenz wrote: > I have a List Store. In the most right column shall EITHER be a text, OR be a combo box, OR be a button etc. My programme shall read a file which shall tell it which type (text, combo, button etc.) to use for this column in the current row. > > However, I do not know how I can realize such a dynamic row. Is there a solution? You can try to use the "visible" property on the cell renderers. For example, you would pack all cell renderers that can possibly appear in the column and then set the visible properties from a CellDataFunc accordingly. regards, -kris. _______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list