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
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
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
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