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: Keybindings

2011-10-17 Thread Neil Munro
On 17 October 2011 15:54, Dong Luo wrote: > Hi, > > I did not use gtk recently. But I figure you can just let the toplevel > widget response to the signal of key-press-event and do what ever > Keybindings you want there. > > Dong > Could you show me an example as I have figured out the key-press

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