April 25, 2024

Dynamic Windows Function [dw_listbox_new]

Syntax

HWND dw_listbox_new(unsigned long id, int multi)

Parameters

unsigned long id: An ID to be used with dw_window_from_id() or 0L.
int multi: Multiple select TRUE or FALSE.

Returns

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

Description

Create a new listbox window (widget) to be packed.