Re: Nested Tree View

2007-11-30 Thread Micah Carrick
Typically, you would use two cell renderers for this task. For example, in a file browser, you might not have 1 column for the icon and another for the filename, but instead you could pack the icon renderer AND filename renderer into the column for a single column so that the alignment works.

Nested Tree View

2007-11-30 Thread Alejandro Serrano
Hi, I'm trying to write a custom widget to represent some data in a way similar to this image: http://www.threatofchaos.com/imagenes/hsl2.PNG What I need is to "nest" items in a TreeView, but changing the set of columns that are represented. I mean, I need to have - Item 1 - Item 2 * SubItem 2.