diff options
| author | Pietro Gagliardi <[email protected]> | 2015-12-12 16:18:58 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-12-12 16:18:58 -0500 |
| commit | ee9d06ea6017e0e648ca92fb6f7f34248f3430eb (patch) | |
| tree | 4c6c0af59a2f035cfe0a0c4bcf9b91fd404f3afa /checkbox.go | |
| parent | 69cc82336897f62c25aabe6d7fdcc39e74dbe42c (diff) | |
Added uiCombobox.
Diffstat (limited to 'checkbox.go')
| -rw-r--r-- | checkbox.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkbox.go b/checkbox.go index 173dc84..b518b29 100644 --- a/checkbox.go +++ b/checkbox.go @@ -48,7 +48,7 @@ func (c *Checkbox) Destroy() { C.uiControlDestroy(c.co) } -// LibuiControl returns the libui uiControl pointer that c.coks +// LibuiControl returns the libui uiControl pointer that backs // the Window. This is only used by package ui itself and should // not be called by programs. func (c *Checkbox) LibuiControl() uintptr { |
