summaryrefslogtreecommitdiff
path: root/tab.go
diff options
context:
space:
mode:
Diffstat (limited to 'tab.go')
-rw-r--r--tab.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tab.go b/tab.go
index a337be7..69a062a 100644
--- a/tab.go
+++ b/tab.go
@@ -11,7 +11,7 @@ import "C"
// Tab is a Control that holds tabbed pages of Controls. Each tab
// has a label. The user can click on the tabs themselves to switch
-// pages.
+// pages. Individual pages can also have margins.
type Tab struct {
c *C.uiControl
t *C.uiTab