diff options
| author | Pietro Gagliardi <[email protected]> | 2015-12-12 20:15:14 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-12-12 20:15:14 -0500 |
| commit | 9da1e956b9a8fff52f41b839eb50c109dc5a3e99 (patch) | |
| tree | 9ed5a6ff1ab0499704253e3ddb2bc9d0fdbb0013 /tab.go | |
| parent | 3734c3e552d59ad084ffdf0b1888477476da60ef (diff) | |
Added Box. Phew! Now to port over the libui test program...
Diffstat (limited to 'tab.go')
| -rw-r--r-- | tab.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
