how to implement my own window decoration

2010-07-28 Thread c-aries
Hi all. Can someone show me how to implement my own window decoration? Such as removing the title and resize buttons, adding background picture in the window decoration. I read the whole gtkwidget.c, but can't find the solution. Thanks. -- Gmail签名:喜欢是淡淡的

Re: how to implement my own window decoration

2010-07-28 Thread c-aries
i read the whole gtkwindow.c ... 在 2010年7月28日 下午5:22,c-aries 写道: > Hi all. Can someone show me how to implement my own window decoration? > Such as removing the title and resize buttons, adding background picture in > the window decoration. > > I read the whole gtkwidget.c, but

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