Color for CList rows



I want to make every other row of a list colored. Row 0 is white, row 1 is
light blue, row 2 is white, row 3 is light-blue, and so on. Can this be done
to a clist, and do you use gtk_clist_set_background to do it:

	void gtk_clist_set_background (GtkCList *clist,
						gint row,
						GdkColor *color);

Any ideas would be much appreciated.

Kurt



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]