Re: Can GtkTreeView appends a column group?

2010-07-31 Thread 吴小虎
GtkTreeViewColumn implement GtkCellLayout interface, so you can use GtkCellLayout methods to packing more than one GtkCellRenderer. 2010/7/31, c-aries : > Hi everyone. > > As the attachment picture shows, I wanna append a column group "Position" to > the GtkTreeView. > The column group "Position

Can GtkTreeView appends a column group?

2010-07-31 Thread c-aries
Hi everyone. As the attachment picture shows, I wanna append a column group "Position" to the GtkTreeView. The column group "Position" has 3 GtkTreeViewColumn members: "Pan", "Tilt" and "Time". Under the big header button "Position", there is 3 little header buttons "Pan", "Tilt" and "Time". So t