April 19, 2024

Dynamic Windows Function [dw_box_new]

Syntax

HWND dw_box_new(int type, int pad)

Parameters

int type: Either DW_VERT (vertical) or DW_HORZ (horizontal).
int pad: Number of pixels to pad around the box.

Returns

HWND A handle to a box or NULL on failure.

Description

Create a new Box to be packed.