comparison os2/dw.c @ 1211:70dca53cb071

Updated GTK3 with the behavior change just commited for Mac. Also updated the comments in all the source files to reflect the change.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 08 Oct 2011 20:47:34 +0000
parents 53547c9c99a2
children d865c29fc06a
comparison
equal deleted inserted replaced
1210:5a016a5a7412 1211:70dca53cb071
7697 /* 7697 /*
7698 * Sets the alternating row colors for container window (widget) handle. 7698 * Sets the alternating row colors for container window (widget) handle.
7699 * Parameters: 7699 * Parameters:
7700 * handle: The window (widget) handle. 7700 * handle: The window (widget) handle.
7701 * oddcolor: Odd row background color in DW_RGB format or a default color index. 7701 * oddcolor: Odd row background color in DW_RGB format or a default color index.
7702 * DW_CLR_DEFAULT will disable coloring odd rows.
7703 * evencolor: Even row background color in DW_RGB format or a default color index. 7702 * evencolor: Even row background color in DW_RGB format or a default color index.
7704 * DW_CLR_DEFAULT will disable coloring even rows. 7703 * DW_RGB_TRANSPARENT will disable coloring rows.
7704 * DW_CLR_DEFAULT will use the system default alternating row colors.
7705 */ 7705 */
7706 void API dw_container_set_row_bg(HWND handle, unsigned long oddcolor, unsigned long evencolor) 7706 void API dw_container_set_row_bg(HWND handle, unsigned long oddcolor, unsigned long evencolor)
7707 { 7707 {
7708 /* Don't think this is possible on OS/2 */ 7708 /* Don't think this is possible on OS/2 */
7709 } 7709 }