April 19, 2024

Dynamic Windows Function [dw_mle_new]

Syntax

HWND dw_mle_new(unsigned long id)

Parameters

unsigned long id: An ID to be used with dw_window_from_id() or 0L.

Returns

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

Description

Create a new Multiline Editbox window (widget) to be packed.