April 20, 2024

Dynamic Windows Function [dw_html_new]

Syntax

HWND dw_html_new(unsigned long id)

Parameters

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

Returns

HWND Handle to the created html widget or NULL on error.

Description

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

Remarks

This widget is not currently supported under OS/2.