summaryrefslogtreecommitdiff
path: root/button.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-12-19 19:33:06 -0500
committerPietro Gagliardi <[email protected]>2015-12-19 19:33:06 -0500
commita1ce59f60d753f5efa45a72b9f6028f584f8ee5e (patch)
tree373b4ef0a0ad54b5f15631786289616692009724 /button.go
parent7b025499c8ed3e22019d652267c2837a1ce97a62 (diff)
Wrote up Area for real this time.
Diffstat (limited to 'button.go')
-rw-r--r--button.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/button.go b/button.go
index 17a729f..2696f82 100644
--- a/button.go
+++ b/button.go
@@ -49,7 +49,7 @@ func (b *Button) Destroy() {
}
// LibuiControl returns the libui uiControl pointer that backs
-// the Window. This is only used by package ui itself and should
+// the Button. This is only used by package ui itself and should
// not be called by programs.
func (b *Button) LibuiControl() uintptr {
return uintptr(unsafe.Pointer(b.c))