More TODOs.

This commit is contained in:
Pietro Gagliardi 2014-07-26 05:55:01 -04:00
parent ee5c6ff846
commit 3db16ffcf6
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ package ui
// Tab is a Control that contains multiple pages of tabs, each containing a single Control.
// You can add and remove tabs from the Tab at any time.
// TODO rename?
// TODO implement containerShow()/containerHide() on this
type Tab interface {
Control