April 26, 2024

Dynamic Windows Function [dw_taskbar_insert]

Syntax

void dw_taskbar_insert(HWND handle, HICN icon, char *bubbletext)

Parameters

HWND handle: Window handle that will handle taskbar icon messages.
HICN icon: Icon handle to display in the taskbar.
char *bubbletext: Text to show when the mouse is above the icon.

Description

Inserts an icon into the taskbar.

Remarks

As of Dynamic Windows 2.2 this function works on all platforms. Prior to 2.2 only Windows.

The GTK version only works with the Gnome desktop.

The OS/2 version requires XCenter/eCenter with the System Tray plugin or perhaps SysTray/WPS.