April 25, 2024

Dynamic Windows Function [dw_box_unpack_at_index]

Syntax

HWND dw_box_unpack_at_index(HWND box, int index)

Parameters

HWND box: Window handle of the box to be removed from.
int index: 0 based index of packed items.

Returns

HWND Handle to the removed item on success, NULL on failure or padding.

Description

Remove windows (widgets) from a box at an arbitrary location.

Remarks

This API was introduced in version 2.4.