summaryrefslogtreecommitdiff
path: root/tab.go
AgeCommit message (Collapse)Author
2015-12-12Fixed a latent bug in Tab.InsertAt() where inserted controls are appended to ↵Pietro Gagliardi
t.children, causing issues during Tab.Destroy().
2015-12-12Added Box. Phew! Now to port over the libui test program...Pietro Gagliardi
2015-12-12Added Tab. That just leaves Box...Pietro Gagliardi