March 29, 2024

Dynamic Windows Function [dw_filesystem_change_file]

Syntax

void dw_filesystem_change_file(HWND handle, int row, char *filename, HICN icon)

Parameters

HWND handle: Handle to the container window (widget).
int row: Zero based row of data being set.
char *filename: New filename to be displayed.
HICN icon: New icon to be displayed.

Description

Changes the filename and icon of the row in a filesystem style container.