summaryrefslogtreecommitdiff
path: root/group.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-12-12 19:52:22 -0500
committerPietro Gagliardi <[email protected]>2015-12-12 19:52:22 -0500
commit3734c3e552d59ad084ffdf0b1888477476da60ef (patch)
treeb95514b985ae6a788e38db9b637b0b98b5876bda /group.go
parentbb6cb14569ced2141a7f8ea9818f354765ff79f0 (diff)
Added Tab. That just leaves Box...
Diffstat (limited to 'group.go')
-rw-r--r--group.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/group.go b/group.go
index 0a7a5c8..0f9b99a 100644
--- a/group.go
+++ b/group.go
@@ -58,8 +58,7 @@ func (g *Group) Handle() uintptr {
return uintptr(C.uiControlHandle(g.c))
}
-// Show shows the Group. It uses the OS conception of "presenting"
-// the Group, whatever that may be on a given OS.
+// Show shows the Group.
func (g *Group) Show() {
C.uiControlShow(g.c)
}