Re: dotted line separating table columns in GTK 2.18



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]