Dynamic Windows Function [dw_container_set_row_title]
Syntax
void dw_container_set_row_title(void *pointer, int row, char *title)
Parameters
void *pointer: Pointer to the allocated memory in dw_container_alloc().
int row: Zero based row of data being set.
char *title: String title of the item.
Description
Sets the title of a row in the container.