summaryrefslogtreecommitdiff
path: root/test/main.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-12 21:47:39 -0400
committerPietro Gagliardi <[email protected]>2014-03-12 21:47:39 -0400
commit26c6b97ce1198c879ebc499661e1ba65239ede7d (patch)
tree548c817b01add07d0c0fa49bf7c1b87deec131ff /test/main.go
parenteb48ed09c3621cd3ac94c1d9cdbe310cf0f44eaf (diff)
Removed ui.Event(); all event channels are initialized with their objects now.
Diffstat (limited to 'test/main.go')
-rw-r--r--test/main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/main.go b/test/main.go
index 36339ca..fe685cc 100644
--- a/test/main.go
+++ b/test/main.go
@@ -112,7 +112,6 @@ var invalidBefore = flag.Bool("invalid", false, "run invalid test before opening
func myMain() {
w := NewWindow("Main Window", 320, 240)
- w.Closing = Event()
b := NewButton("Click Me")
b2 := NewButton("Or Me")
s2 := NewHorizontalStack(b, b2)