summaryrefslogtreecommitdiff
path: root/combobox.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 /combobox.go
parent7f89f4afb9bcfc9c27a2b29abf8b92c1bf9fe5bb (diff)
Moved TODOs about new event signals to the future plans document.
Diffstat (limited to 'combobox.go')
-rw-r--r--combobox.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/combobox.go b/combobox.go
index 0afc79e..5060a45 100644
--- a/combobox.go
+++ b/combobox.go
@@ -9,8 +9,6 @@ import (
// A Combobox is a drop-down list of items, of which at most one can be selected at any given time. You may optionally make the combobox editable to allow custom items. Initially, no item will be selected (and no text entered in an editable Combobox's entry field).
type Combobox struct {
- // TODO Select event
-
lock sync.Mutex
created bool
sysData *sysData