diff options
Diffstat (limited to 'combobox.go')
| -rw-r--r-- | combobox.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/combobox.go b/combobox.go index 1956301..2afa294 100644 --- a/combobox.go +++ b/combobox.go @@ -41,7 +41,7 @@ func NewCombobox() *Combobox { return c } - +/*TODO // NewEditableCombobox creates a new editable Combobox. func NewEditableCombobox() *Combobox { c := new(Combobox) @@ -54,7 +54,7 @@ func NewEditableCombobox() *Combobox { return c } - +*/ // Destroy destroys the Combobox. func (c *Combobox) Destroy() { delete(comboboxes, c.c) |
