diff win/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 5ad8cf855c13
line wrap: on
line diff
--- a/win/dw.c	Mon Oct 31 11:36:31 2011 +0000
+++ b/win/dw.c	Tue Nov 01 04:06:46 2011 +0000
@@ -8179,7 +8179,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)
 {
     ContainerInfo *cinfo = (ContainerInfo *)GetWindowLongPtr(handle, GWLP_USERDATA);
     COLORREF odd = _internal_color(oddcolor);