comparison os2/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 d2c4deea6bf6
children 66d4e16349e0
comparison
equal deleted inserted replaced
1290:d2c4deea6bf6 1291:b99b0b2c2826
7721 * oddcolor: Odd row background color in DW_RGB format or a default color index. 7721 * oddcolor: Odd row background color in DW_RGB format or a default color index.
7722 * evencolor: Even row background color in DW_RGB format or a default color index. 7722 * evencolor: Even row background color in DW_RGB format or a default color index.
7723 * DW_RGB_TRANSPARENT will disable coloring rows. 7723 * DW_RGB_TRANSPARENT will disable coloring rows.
7724 * DW_CLR_DEFAULT will use the system default alternating row colors. 7724 * DW_CLR_DEFAULT will use the system default alternating row colors.
7725 */ 7725 */
7726 void API dw_container_set_row_bg(HWND handle, unsigned long oddcolor, unsigned long evencolor) 7726 void API dw_container_set_stripe(HWND handle, unsigned long oddcolor, unsigned long evencolor)
7727 { 7727 {
7728 /* Don't think this is possible on OS/2 */ 7728 /* Don't think this is possible on OS/2 */
7729 } 7729 }
7730 7730
7731 /* 7731 /*