summaryrefslogtreecommitdiff
path: root/combobox.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2016-05-29 05:05:09 -0400
committerPietro Gagliardi <[email protected]>2016-05-29 05:05:09 -0400
commit30d1e59fd1ddfc85dd31b520bd4e46091ac6992e (patch)
tree34acfcb177afda46b7165f6eb57ee7a1fe50af6c /combobox.go
parentaef0521c25e4a4779a5836b4ff2b1f931ddd0822 (diff)
Switched OS X to use statically linked libui.
Diffstat (limited to 'combobox.go')
-rw-r--r--combobox.go4
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)