March 29, 2024

Dynamic Windows Function [dw_filesystem_change_item]

Syntax

void dw_filesystem_change_item(HWND handle, int column, int row, void *data)

Parameters

HWND handle: Handle to the container window (widget).
int column: Zero based column of data being set.
int row: Zero based row of data being set.
void *data: Pointer to the data to be added.

Description

Changes an existing item in specified row and column to the given data.

Remarks

As of version 2.3 you can now pass NULL in the data field to change the cell to empty/default values.