Re: Border of GtkTreeView through CSS

2017-08-24 Thread Mitko Haralanov
I tried that and unfortunately it doesn't work. The reason why it doesn't work is that the widget stacking is in the wrong order. If I were to place the rounded border on the scrolledview widget, the treeview is placed on top of that and its square corners lay on top of the rounded corners,

Re: Border of GtkTreeView through CSS

2017-08-24 Thread infirit
Op 08/24/2017 om 10:00 PM schreef Mitko Haralanov: > 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 of GtkTreeView through CSS

2017-08-24 Thread Mitko Haralanov
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:

Re: Building glib-genmarshal (while building glib)

2017-08-24 Thread Emmanuele Bassi
Could you please open a bug? Ciao, Emmanuele. On 24 August 2017 at 18:37, John Emmas wrote: > On 19/08/2017 12:16, John Emmas wrote: > > > I still don't understand why this line (in commit #fe2a9887a8):- > > elif os.name == 'nt' > > got changed to this:- > >

Re: Building glib-genmarshal (while building glib)

2017-08-24 Thread John Emmas
On 19/08/2017 12:16, John Emmas wrote: I still don't understand why this line (in commit #fe2a9887a8):- elif os.name == 'nt' got changed to this:- elif os.basename(filedir) == 'bin' They clearly don't do the same thing... Any thoughts anyone? Was it maybe intended to be