summaryrefslogtreecommitdiff
path: root/sysdata.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-12 11:32:17 -0500
committerPietro Gagliardi <[email protected]>2014-02-12 11:32:17 -0500
commit5f587fbf479f91bdf5d825a11c3806084b067317 (patch)
treeaa602d8992977b4da5779f949e39be14e68f8309 /sysdata.go
parentddfb5c760345b03c16c1559bd3e83cbafb8b11c3 (diff)
Added button events.
Diffstat (limited to 'sysdata.go')
-rw-r--r--sysdata.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdata.go b/sysdata.go
index 1d4ecbd..41319b1 100644
--- a/sysdata.go
+++ b/sysdata.go
@@ -12,6 +12,9 @@ type cSysData struct {
// for Window
closing chan struct{}
+
+ // for Button
+ clicked chan struct{}
}
func (c *cSysData) make(initText string, initWidth int, initHeight int) error {
panic(runtime.GOOS + " sysData does not define make()")