Re: GTK+ TreeView: Different CellRenderers on the same Column

2011-10-17 Thread Stefan Salewski
On Mon, 2011-10-17 at 15:11 +0200, Colomban Wendling wrote: > [...] > The other solution I know is to pack all CellRenderer that might be used > for editing, and only make one visible/sensitive, depending on the row's > value type. This is what we current use in the implementation of > Geany's st

Re: GTK+ TreeView: Different CellRenderers on the same Column

2011-10-17 Thread Colomban Wendling
Le 17/10/2011 13:53, Stefan Salewski a écrit : > I am working on a configuration file editor for an graphical > application. Configuration consists of strings, numbers and boolean > values. About 25 values total. > > I can use individual widgets for each property, but for larger > quantities a lis

GTK+ TreeView: Different CellRenderers on the same Column

2011-10-17 Thread Stefan Salewski
I am working on a configuration file editor for an graphical application. Configuration consists of strings, numbers and boolean values. About 25 values total. I can use individual widgets for each property, but for larger quantities a listview is a more compact form. It would we nice to have tex