Re: Outdated win32 bundle

2015-06-08 Thread Bálint Réczey
Hi Daniel, 2015-06-07 16:57 GMT+02:00 Daniel Espinosa : > Please use at least Gtk+ 3.14.9 because it fixes a bug on GtkFileChooser to > access Desktop directory. I plan starting with 3.16, but got no response so far regarding my request to access the build system. Cheers, Balint > > El jun 7, 20

Re: Outdated win32 bundle

2015-06-08 Thread Emmanuele Bassi
Hi; On 8 June 2015 at 19:02, Bálint Réczey wrote: > Hi Daniel, > > 2015-06-07 16:57 GMT+02:00 Daniel Espinosa : >> Please use at least Gtk+ 3.14.9 because it fixes a bug on GtkFileChooser to >> access Desktop directory. > I plan starting with 3.16, but got no response so far regarding my > reques

Re: Outdated win32 bundle

2015-06-08 Thread Tarnyko
I plan starting with 3.16, but got no response so far regarding my request to access the build system. Nothing to add to what Emmanuele stated, except that the the build machine is a RHEL6 x86_64 system (maybe upgradable to RHEL7, have no clue) and you can take that as a basis to create the CI

Treeviews: changing the color of column headers

2015-06-08 Thread Juan L. Freniche
I am trying to change the color of the column headers of a treeview, with no sucess at all. I tried: for each column in the treeview: when defining the column, set_widget (col, label) now show the widget (i.e., the label). Then show the treeview. And now: for