On Fri, 2009-12-11 at 10:53 -0200, Paulo Flabiano Smorigo wrote: > Hello, > > I found a topic in the pygtk list that it's my doubt too. Is it > possible to merge columns in treeview like the guy said bellow? > > --- > Hi, > > is it possible to merge 2 or more columns in a treeview row? > > I have a treeview with a treemodel and I want each parent row to span > over all columns (resulting in a 1 column parent row), and have the > contents of each child row in seperated columns. > > | v Parent row | > | Child Row 1 | Column 2 | Column 3 | > | Child Row 2 | Column 2 | Column 3 | > > Is that possible? > Thanks in advance, > Carsten. > > --- > http://www.daa.com.au/pipermail/pygtk/2007-April/013699.html
As far as I know, that is not really possible with the current Gtk TreeView. _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
