April 25, 2024

Dynamic Windows Function [dw_container_set_row_data]

Syntax

void dw_container_set_row_data(void *pointer, int row, void *data)

Parameters

void *pointer: Pointer to the allocated memory in dw_container_alloc().
int row: Zero based row of data being set.
void *data: Pointer to data associated with this row.

Description

Set a data pointer associated with the specified row.

Remarks

This function was introduced in version 2.2 as a macro to dw_container_set_row_title() and then as its own function in version 3.0.