Hello OCaml enthusiast,
In this GUI, is it possible to color the background of a row in one go, I mean without coloring each cell (row / column) one by one?
The examples in the gtk git/tarball shows how to color a column, but not a row. I want to toggle between two light grey for readability purpose.
TIA!
PS:
This is the best I can achieve so far, using this source file. The commented source lines are failing attempt at doing better. Not terrific. I would like an end result like the VLC track windows on macOS