comparison win/dw.c @ 1875:fb137f7f91e4

Initial commit of GTK2 code changes (untested) ... Cleanups of some other platform code.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 09 Aug 2013 02:11:06 +0000
parents eae36372d64d
children 313e5d64714d
comparison
equal deleted inserted replaced
1874:71c8a45b2a35 1875:fb137f7f91e4
9519 { 9519 {
9520 _dw_container_set_row_data(handle, NULL, row, _DW_DATA_TYPE_STRING, title); 9520 _dw_container_set_row_data(handle, NULL, row, _DW_DATA_TYPE_STRING, title);
9521 } 9521 }
9522 9522
9523 /* 9523 /*
9524 * Sets the title of a row in the container. 9524 * Sets the data of a row in the container.
9525 * Parameters: 9525 * Parameters:
9526 * pointer: Pointer to the allocated memory in dw_container_alloc(). 9526 * pointer: Pointer to the allocated memory in dw_container_alloc().
9527 * row: Zero based row of data being set. 9527 * row: Zero based row of data being set.
9528 * data: Data pointer. 9528 * data: Data pointer.
9529 */ 9529 */