Re: Outdated win32 bundle

2015-06-12 Thread Emmanuele Bassi
Hi; On 12 June 2015 at 12:27, anatoly techtonik wrote: > On Thu, Jun 11, 2015 at 4:15 PM, Emmanuele Bassi wrote: >> >> Currently, we advertise ad hoc Windows builds on gtk.org; those are >> out of date, and lack many of the bug fixes that went into GTK. > > I see two problems here: > - [ ] http:

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 to the w

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 window, and that work

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: > On Fri,

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/30813433#30813433 Th

Re: How to style a GtkLabel with CSS

2015-06-12 Thread Gulshan Singh
> That link is StackOverflow, not GNOME! The person first responded on IRC and then added the answer to SO for completeness. > Fine that it works for you now. My feeling was, that gtk_style_context_add_provider_for_screen() affects not only your application, but all GTK applications on that scree

Re: How to style a GtkLabel with CSS

2015-06-12 Thread Jasper St. Pierre
On Fri, Jun 12, 2015 at 7:26 PM, Stefan Salewski wrote: > 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/