Alex Ignácio da Silva wrote:

Isn't there a way to change this behavior via an environment variable or
some other mechanism not involving touching the C code?



Create a ~/.gtkrc-2.0 and add

style "no-grid-lines"
{
        GtkTreeView::enable-grid-lines = GTK_TREE_VIEW_GRID_LINES_NONE
}

class "GtkTreeView" style "no-grid-lines"

It isn't working for me though. Something is missing.
_______________________________________________
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