March 29, 2024

Dynamic Windows Function [dw_container_change_row_title]

Syntax

void dw_container_change_row_title(HWND handle, int row, char *title)

Parameters

HWND handle: Handle to window (widget) of container.
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.

Remarks

This API was introduced in version 2.0.