On Tue, Mar 19, 2019 at 3:01 AM Mike Martin via gtk-app-devel-list <
gtk-app-devel-list@gnome.org> wrote:
> Is it possible to set different background for a treestore, with a
> liststore, for populated rows v blank area.
>
> ie: If I have a dynamic treeview I would like to have one background colo
Hi all;
as announced in:
https://mail.gnome.org/archives/gtk-devel-list/2019-March/msg0.html
we have created a Discourse instance available at:
https://discourse.gnome.org
After testing it for the past couple of weeks, we're very satisfied with
how the platform behaves, so we are going
Is it possible to set different background for a treestore, with a
liststore, for populated rows v blank area.
ie: If I have a dynamic treeview I would like to have one background colour
for the rows and another for the treestore where there are no rows
The particular example has the following tr
Hi,
On Thu, 2019-03-14 at 00:09 +0100, Enrico Mioso wrote:
> I am facing an issue, where it seems I am not deallocating correctly
> an UNIX signal source. I use
> my_state->unix_signals_src = g_unix_signal_source_new(SIGINT);
> g_source_set_callback(my_state->unix_signals_src, my_unix_signals_cb,