Dynamic Windows Function [dw_taskbar_delete]
Syntax
void dw_taskbar_delete(HWND handle, HICN icon)
Parameters
HWND handle: Window handle that was used with dw_taskbar_insert().
HICN icon: Icon handle that was used with dw_taskbar_insert().
Description
Deletes an icon from 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.