From 9da1e956b9a8fff52f41b839eb50c109dc5a3e99 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 12 Dec 2015 20:15:14 -0500 Subject: Added Box. Phew! Now to port over the libui test program... --- tab.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tab.go') 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 -- cgit v1.2.3