March 28, 2024

Dynamic Windows Function [dw_tree_item_change]

Syntax

void dw_tree_item_change(HWND handle, HTREEITEM item, char *title, HICN icon)

Parameters

HWND handle: Handle to the tree containing the item.
HTREEITEM item: Handle of the item to be modified.
char *title: The text title of the entry.
HICN icon: Handle to corresponding icon.

Description

Sets the text and icon of an item in a tree window (widget).