diff options
| author | Pietro Gagliardi <[email protected]> | 2015-12-19 19:33:06 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-12-19 19:33:06 -0500 |
| commit | a1ce59f60d753f5efa45a72b9f6028f584f8ee5e (patch) | |
| tree | 373b4ef0a0ad54b5f15631786289616692009724 /button.go | |
| parent | 7b025499c8ed3e22019d652267c2837a1ce97a62 (diff) | |
Wrote up Area for real this time.
Diffstat (limited to 'button.go')
| -rw-r--r-- | button.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |
