From 9e185d815eec14ea9f50ffbbbf171cf78e597808 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 10 Apr 2014 11:59:40 -0400 Subject: Documented that event channels can be assigned to each other to collapse events. --- window.go | 1 + 1 file changed, 1 insertion(+) (limited to 'window.go') diff --git a/window.go b/window.go index c4ab16c..b182f7c 100644 --- a/window.go +++ b/window.go @@ -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 -- cgit v1.2.3