March 29, 2024

Dynamic Windows Function [dw_filesystem_set_column_title]

Syntax

void dw_filesystem_set_column_title(HWND handle, char * title)

Parameters

HWND handle: Handle to the container to be configured.
char * title: The title text to be displayed in the main column.

Description

Configures the main filesystem column title for localization.

Remarks

This function should be called prior to dw_filesystem_setup().

This API was introduced in version 2.4.