diff options
| author | Pietro Gagliardi <[email protected]> | 2015-12-12 19:52:22 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-12-12 19:52:22 -0500 |
| commit | 3734c3e552d59ad084ffdf0b1888477476da60ef (patch) | |
| tree | b95514b985ae6a788e38db9b637b0b98b5876bda /group.go | |
| parent | bb6cb14569ced2141a7f8ea9818f354765ff79f0 (diff) | |
Added Tab. That just leaves Box...
Diffstat (limited to 'group.go')
| -rw-r--r-- | group.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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) } |
