April 19, 2024

Dynamic Windows Function [dw_container_change_row_data]

Syntax

void dw_container_change_row_data(HWND handle, int row, void *data)

Parameters

HWND handle: Handle to window (widget) of container.
int row: Zero based row of data being set.
void *data: Pointer to data associated with this row.

Description

Changes the row data pointer on the associated row.

Remarks

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