April 18, 2024

Dynamic Windows Function [dw_bitmap_new]

Syntax

HWND dw_bitmap_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 bitmap widget or NULL on error.

Description

Create a bitmap object to be packed.