Border of GtkTreeView through CSS
- From: Mitko Haralanov <voidtrance gmail com>
- To: gtk-list gnome org
- Subject: Border of GtkTreeView through CSS
- Date: Thu, 24 Aug 2017 13:00:15 -0700
Hi all,
I am trying to change the border style of a GtkTreeView widget through CSS and I am running into some very strange results. When I set the CSS for the GtkTreeView widgets with:
treeview {
border-color: yellow;
border-style: solid;
border-width: 2px;
border-radius: 10px;
}
what I end up with is a yellow border around every row in the treeview but the treeview itself does not have a border. What I want is to set a border around the entire widget (header, view, etc), not the rows or the "view" subnode.
How can that be accomplished? I was very surprised by the fact that the rows' borders were changed.
Thanks you.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]