Icon loading helpers for the Win32 backend.
These load an HICON from the executable's own resources (by integer id) or from a .ico file on disk. They are used by Window.setIcon, TrayIcon, and the default window-class icon, and are equally usable from application code.
Load an icon from the application's own resources by integer id.
Load an icon image from a .ico file on disk.
See Source File
Icon loading helpers for the Win32 backend.
These load an HICON from the executable's own resources (by integer id) or from a .ico file on disk. They are used by Window.setIcon, TrayIcon, and the default window-class icon, and are equally usable from application code.