Hi Mike,
I think that you would need to set up individual color columns so that you can
color individual cells in the table. For colors, “cell-background-rgba” gives
better color control but “cell-background” with html basic colors might be
simpler.
Eric
//gcc -Wall stripe_list1.c -o str
Hi I have a simple tree view based on a list store
What is the best way to set attributes per row/column is for a specific
cell not for a row or column?
Basically it is used to set various options and some cells are not used, so
I want them to be non-activatable /selectable to prevent any confusi
On 04/02/2019 05:09 AM, Mike Martin via gtk-app-devel-list wrote:
I am using an embedded Gtk grid within a grid , which contains numerous
widgets
However if I have a widget that spans more than one column it messes up the
layout of all other widgets , which seem to position themseleves randomly
a