April 25, 2024

Dynamic Windows Function [dw_icon_load]

Syntax

HICN dw_icon_load(unsigned long module, unsigned long id)

Parameters

unsigned long module: Handle to module (DLL) in OS/2 and Windows.
unsigned long id: A unsigned long id in the resources on OS/2 and Windows, on GTK this is converted to a pointer to an embedded XPM.

Returns

HICN Handle to the created icon or NULL on error.

Description

Obtains an icon from a module, header or GResource in GTK.