diff options
| author | Pietro Gagliardi <[email protected]> | 2016-05-29 05:05:09 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2016-05-29 05:05:09 -0400 |
| commit | 30d1e59fd1ddfc85dd31b520bd4e46091ac6992e (patch) | |
| tree | 34acfcb177afda46b7165f6eb57ee7a1fe50af6c /combobox.go | |
| parent | aef0521c25e4a4779a5836b4ff2b1f931ddd0822 (diff) | |
Switched OS X to use statically linked libui.
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) |
