March 29, 2024

Dynamic Windows Function [dw_text_new]

Syntax

HWND dw_text_new(char *text, unsigned long id)

Parameters

char *text: The text to be display by the static text widget.
unsigned long id: An ID to be used with dw_window_from_id() or 0L.

Returns

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

Description

Create a new static text window (widget) to be packed.