March 28, 2024

Dynamic Windows Function [dw_mdi_new]

Syntax

HWND dw_mdi_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 MDI widget or NULL on error.

Description

Create a new MDI Frame to be packed.

Remarks

This widget is only partially implemented on Mac, broken on GTK3 prior to version 2.2 and completely unsupported on iOS, Android and GTK4.

It should be considered DEPRECATED for the time being and not used in new code.

This widget will remain fully supported on OS/2, Windows and GTK2/3 for existing code.