Re: How to find CSS style syntax changes between Gtk 3.12 and Gtk 3.22

2017-05-07 Thread Richard Shann
On Sun, 2017-05-07 at 19:52 +, Emmanuele Bassi wrote: > > On Sun, 7 May 2017 at 19:53, Richard Shann > wrote: > > On Sun, 2017-05-07 at 17:54 +0100, Emmanuele Bassi wrote: > > On 7 May 2017 at 16:52, Richard Shann >

Re: How to find CSS style syntax changes between Gtk 3.12 and Gtk 3.22

2017-05-07 Thread Emmanuele Bassi
On Sun, 7 May 2017 at 19:53, Richard Shann wrote: > On Sun, 2017-05-07 at 17:54 +0100, Emmanuele Bassi wrote: > > On 7 May 2017 at 16:52, Richard Shann wrote: > > > I have a test program that pops up a label with a customized > > background > >

Re: How to find CSS style syntax changes between Gtk 3.12 and Gtk 3.22

2017-05-07 Thread Richard Shann
On Sun, 2017-05-07 at 17:54 +0100, Emmanuele Bassi wrote: > On 7 May 2017 at 16:52, Richard Shann wrote: > > I have a test program that pops up a label with a customized > background > > and foreground color. This works in 3.12 using the syntax > > > > "GtkLabel

Re: How to find CSS style syntax changes between Gtk 3.12 and Gtk 3.22

2017-05-07 Thread Emmanuele Bassi
On 7 May 2017 at 16:52, Richard Shann wrote: > I have a test program that pops up a label with a customized background > and foreground color. This works in 3.12 using the syntax > > "GtkLabel {background-color: #00;}" > > and > > "GtkLabel {color: #FF00FF;}" > > but

How to find CSS style syntax changes between Gtk 3.12 and Gtk 3.22

2017-05-07 Thread Richard Shann
I have a test program that pops up a label with a customized background and foreground color. This works in 3.12 using the syntax "GtkLabel {background-color: #00;}" and "GtkLabel {color: #FF00FF;}" but fails in 3.22 How can I track changes needed to CSS syntax from one version to