From ee9d06ea6017e0e648ca92fb6f7f34248f3430eb Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 12 Dec 2015 16:18:58 -0500 Subject: Added uiCombobox. --- checkbox.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checkbox.go') 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 { -- cgit v1.2.3