Dynamic Windows Function [dw_window_set_icon]
Syntax
void dw_window_set_icon(HWND handle, HICN icon)
Parameters
HWND handle: Handle to the window.
HICN icon: Handle to icon to be used or resource ID with DW_RESOURCE().
Description
Sets the icon used for a given window.