Re: How to hidden the Tree View Title bar

2006-09-18 Thread Enrico Tröger
On Mon, 18 Sep 2006 11:44:40 +0800, "stny stny" <[EMAIL PROTECTED]> wrote: > Hi > > I'm using the Gtk Tree View with Gtk List Store to present list of > data(gchar). But the size of Tree view can't display all details. So > i want to hidden the title bar, get more area to present the data. > > I

How to hidden the Tree View Title bar

2006-09-17 Thread stny stny
Hi I'm using the Gtk Tree View with Gtk List Store to present list of data(gchar). But the size of Tree view can't display all details. So i want to hidden the title bar, get more area to present the data. I tried to find how to set the visible of title bar to false, but i can't find the method..