I have a gtk ui that has gtkVBox that gets a gtkHbox containing content dynamically added to it when the user is working.
Ui is getting crowded, and it's hard to tell which component the Hbox belongs to (they repeat.)
I would like to change the background color of gtkHboxes so that it alternates between a lighter and darker color for each of them.
Basically, I create a dynamic combo box table where each row represents an object. Now I need to segment the lines, as they are quiet and complex.
Thanks, Dave.
David just
source share