SetIcon sets the icon of the window, which is displayed in the title bar and taskbar on Windows. It takes a list of candidate images and uses the one closest to the required size. Good sizes are 16x16, 32x32, and 48x48.
(images []image.Image)
| 53 | // and taskbar on Windows. It takes a list of candidate images and uses the |
| 54 | // one closest to the required size. Good sizes are 16x16, 32x32, and 48x48. |
| 55 | SetIcon(images []image.Image) |
| 56 | |
| 57 | // Size returns the current size of the window, in raw underlying dots / pixels. |
| 58 | // This includes any high DPI factors that may not be used in OS window sizing |
no outgoing calls