Re: How to style a GtkLabel with CSS

2015-06-12 Thread Jasper St. Pierre
ps://stackoverflow.com/questions/30791670/how-to-style-a-gtklabel-with-css/30813433#30813433 > > That link is StackOverflow, not GNOME! > > Fine that it works for you now. My feeling was, that > gtk_style_context_add_provider_for_screen() affects not only your > application, but a

Re: How to style a GtkLabel with CSS

2015-06-12 Thread Gulshan Singh
lly asked in #gtk+ on Freenode, but didn't get any response. I > > asked > > again on the GNOME server, and I got an answer that worked: > > > https://stackoverflow.com/questions/30791670/how-to-style-a-gtklabel-with-css/30813433#30813433 > > That link is StackOverf

Re: How to style a GtkLabel with CSS

2015-06-12 Thread Stefan Salewski
On Fri, 2015-06-12 at 23:13 +, Gulshan Singh wrote: > I actually asked in #gtk+ on Freenode, but didn't get any response. I > asked > again on the GNOME server, and I got an answer that worked: > https://stackoverflow.com/questions/30791670/how-to-style-a-gtklabel-with-css/

Re: How to style a GtkLabel with CSS

2015-06-12 Thread Gulshan Singh
I actually asked in #gtk+ on Freenode, but didn't get any response. I asked again on the GNOME server, and I got an answer that worked: https://stackoverflow.com/questions/30791670/how-to-style-a-gtklabel-with-css/30813433#30813433 On Fri, Jun 12, 2015 at 6:04 PM Stefan Salewski wrote: >

Re: How to style a GtkLabel with CSS

2015-06-12 Thread Stefan Salewski
On Fri, 2015-06-12 at 16:50 +, Gulshan Singh wrote: > I need some help with this question: > https://stackoverflow.com/questions/30791670/how-to-style-a-gtklabel-with-css > > A commentor mentioned that I should attach the provider directly to the > GtkLabel instead of the w

How to style a GtkLabel with CSS

2015-06-12 Thread Gulshan Singh
I need some help with this question: https://stackoverflow.com/questions/30791670/how-to-style-a-gtklabel-with-css A commentor mentioned that I should attach the provider directly to the GtkLabel instead of the window, and that worked, but I'd like to have one CSS stylesheet that I attach t