April 19, 2024

Dynamic Windows Function [dw_scrollbox_new]

Syntax

HWND dw_scrollbox_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 scrollbox or NULL on failure.

Description

Create a new scrollable Box to be packed.

Remarks

This API was introduced in version 2.0.