diff options
Diffstat (limited to 'window.go')
| -rw-r--r-- | window.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ import ( type Window struct { // Closing gets a message when the user clicks the window's close button. // You cannot change it once the Window has been opened. + // If you do not respond to this signal, nothing will happen; regardless of whether you handle the signal or not, the window will not be closed. Closing chan struct{} lock sync.Mutex |
