April 23, 2024

Dynamic Windows Function [dw_spinbutton_new]

Syntax

HWND dw_spinbutton_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 spinbutton window or NULL on failure.

Description

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