On Mon, 2007-06-25 at 15:04 +0200, Felipe wrote:
> Hi,
> 
> I want to remove the horizontal separators of a tree view, but the 
> corresponding property is read only[1]. I assume that this style 
> property can be changed in some way, but how?

you can change the style properties only by parsing a new resource
file/buffer. you don't want to do that, though, because it's the user's
theme that should decide whether tree views should or should not have
separators between rows.

you can ship your own theme with your application, if that's what you
want, but your app will always look out of place with the rest of gtk+
applications running.

ciao,
 Emmanuele.

-- 
Emmanuele Bassi,
W: http://www.emmanuelebassi.net
B: http://log.emmanuelebassi.net

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to