IsValid indicates if the window handle is valid.
()
| 40 | |
| 41 | // IsValid indicates if the window handle is valid. |
| 42 | func (w Hwnd) IsValid() bool { return w != 0 } |
| 43 | |
| 44 | // Destroy destroys an icon and frees any memory the icon occupied. |
| 45 | func (i Hicon) Destroy() { |
no outgoing calls