March 28, 2024

Dynamic Windows Function [dw_radiobutton_new]

Syntax

HWND dw_radiobutton_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 radio button window or NULL on failure.

Description

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