From c32e16fd836f4f7caf10d6e5bed97a2baa387e49 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 28 Apr 2014 20:59:42 -0400 Subject: Moved TODOs about new event signals to the future plans document. --- combobox.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'combobox.go') 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 -- cgit v1.2.3