summaryrefslogtreecommitdiff
path: root/tab.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-12-12 20:15:14 -0500
committerPietro Gagliardi <[email protected]>2015-12-12 20:15:14 -0500
commit9da1e956b9a8fff52f41b839eb50c109dc5a3e99 (patch)
tree9ed5a6ff1ab0499704253e3ddb2bc9d0fdbb0013 /tab.go
parent3734c3e552d59ad084ffdf0b1888477476da60ef (diff)
Added Box. Phew! Now to port over the libui test program...
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