summaryrefslogtreecommitdiff
path: root/listbox.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-04-28 20:59:42 -0400
committerPietro Gagliardi <[email protected]>2014-04-28 20:59:42 -0400
commitc32e16fd836f4f7caf10d6e5bed97a2baa387e49 (patch)
treeecd9576d17be21f833d53f3331cbf1e841dd649b /listbox.go
parent7f89f4afb9bcfc9c27a2b29abf8b92c1bf9fe5bb (diff)
Moved TODOs about new event signals to the future plans document.
Diffstat (limited to 'listbox.go')
-rw-r--r--listbox.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/listbox.go b/listbox.go
index 0601c23..7b1a399 100644
--- a/listbox.go
+++ b/listbox.go
@@ -12,8 +12,6 @@ import (
// Listboxes have vertical scrollbars that are hidden when not needed.
// The presence of horizontal scrollbars is currently undefined.
type Listbox struct {
- // TODO Select event
-
lock sync.Mutex
created bool
sysData *sysData