On Wed, Dec 2, 2009 at 10:52 PM, Alex Ignácio da Silva <[email protected]> wrote: > It seems like the recent GTK 2.18 implementation of table widgets draws > a dotted line separating the table columns, as I noticed when trying my > application in Ubuntu Karmic. Unfortunately this makes my widget render > incorrectly. Is there a way to tailor GTK and configure it not to draw > such lines (perhaps setting a magical environment variable)?
See gtk_tree_view_set_grid_lines(). This is disabled by default, but for some reason Ubuntu (or the Ubuntu theme, even though the grid lines setting is not a style property) enables it by default. regards, -kris. _______________________________________________ gtk-app-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
