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. --- button.go | 1 + 1 file changed, 1 insertion(+) (limited to 'button.go') diff --git a/button.go b/button.go index 908936e..f3c5763 100644 --- a/button.go +++ b/button.go @@ -10,6 +10,7 @@ import ( type Button struct { // Clicked gets a message when the button is clicked. // You cannot change it once the Window containing the Button has been opened. + // If you do not respond to this signal, nothing will happen. Clicked chan struct{} lock sync.Mutex -- cgit v1.2.3