diff options
Diffstat (limited to 'button.go')
| -rw-r--r-- | button.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
