diff template/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 0b34e2cf0706
children dbd507f42947
line wrap: on
line diff
--- a/template/dw.c	Mon Oct 31 11:36:31 2011 +0000
+++ b/template/dw.c	Tue Nov 01 04:06:46 2011 +0000
@@ -1872,7 +1872,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)
 {
 }