summaryrefslogtreecommitdiff
path: root/group.go
diff options
context:
space:
mode:
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)
}