Thanks Reuben,
An easy enough explanation.
Eric
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
On 05/16/2018 01:51 PM, Eric Cashon via gtk-app-devel-list wrote:
The following gives an error if I use "cell-background" which is stated in the
documentation. Maybe just a typo someplace but "cell_background" seems to work fine for
binding the color column to the cell-background property. You
I took a look at the stackoverflow discussion about this and there is some
sample code there to change colors of individual records in the treeview list.
You can no longer do even and odd colors in CSS but being able to connect a
cell renderer property to a column value can be very useful.
Hi Michael,
Thanks very much for the reference! Looks like all of the arguments of
interest to gtk begin with '--', so anything beginning with only a single
'-' ought to be safe from gtk_init() harvesting.
Roger
On Wed, 16 May 2018, Michael Gratton wrote:
On Wed, May 16, 2018 at 7:34 AM, r