I have a GTK ui that has a gtkVBox that gets gtkHbox's containing content dynamically added to it as the user works.
The ui is getting crowded and it's difficult to tell what Hbox the components belong to (they repeat.)
I would like to alter the background color of the gtkHboxes so it alternates between a lighter and darker color for each one.
Basically, I'm creating a dynamic table of combo boxes where each row represents an object. Now I need to segment the rows since they are quiet complex and hard to follow.
Thanks, Dave.