March 28, 2024

Dynamic Windows Function [dw_tree_new]

Syntax

HWND dw_tree_new(unsigned long id)

Parameters

unsigned long id: An ID to be used for getting the resource from the resource file.

Returns

HWND A handle to a tree window or NULL on failure.

Description

Create a tree object to be packed.

Remarks

As of version 3.2, the tree widget/control is unsupported on iOS and Android.