diff gtk3/dw.c @ 1291:b99b0b2c2826

Renamed dw_container_set_row_bg() to dw_container_set_stripe().
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 01 Nov 2011 04:06:46 +0000
parents 5fb54aeba5e0
children d0c9d4d0ff3b
line wrap: on
line diff
--- a/gtk3/dw.c	Mon Oct 31 11:36:31 2011 +0000
+++ b/gtk3/dw.c	Tue Nov 01 04:06:46 2011 +0000
@@ -5991,7 +5991,7 @@
  *                    DW_RGB_TRANSPARENT will disable coloring rows.
  *                    DW_CLR_DEFAULT will use the system default alternating row colors.
  */
-void API dw_container_set_row_bg(HWND handle, unsigned long oddcolor, unsigned long evencolor)
+void API dw_container_set_stripe(HWND handle, unsigned long oddcolor, unsigned long evencolor)
 {
    GtkWidget *cont;
    int _locked_by_me = FALSE;