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