Re: dotted line separating table columns in GTK 2.18
- From: Michael Cronenworth <mike cchtml com>
- To: gtk-app-devel-list gnome org
- Subject: Re: dotted line separating table columns in GTK 2.18
- Date: Wed, 02 Dec 2009 17:38:01 -0600
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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]