comparison 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
comparison
equal deleted inserted replaced
1290:d2c4deea6bf6 1291:b99b0b2c2826
1870 * oddcolor: Odd row background color in DW_RGB format or a default color index. 1870 * oddcolor: Odd row background color in DW_RGB format or a default color index.
1871 * evencolor: Even row background color in DW_RGB format or a default color index. 1871 * evencolor: Even row background color in DW_RGB format or a default color index.
1872 * DW_RGB_TRANSPARENT will disable coloring rows. 1872 * DW_RGB_TRANSPARENT will disable coloring rows.
1873 * DW_CLR_DEFAULT will use the system default alternating row colors. 1873 * DW_CLR_DEFAULT will use the system default alternating row colors.
1874 */ 1874 */
1875 void API dw_container_set_row_bg(HWND handle, unsigned long oddcolor, unsigned long evencolor) 1875 void API dw_container_set_stripe(HWND handle, unsigned long oddcolor, unsigned long evencolor)
1876 { 1876 {
1877 } 1877 }
1878 1878
1879 /* 1879 /*
1880 * Sets the width of a column in the container. 1880 * Sets the width of a column in the container.