diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-26 05:55:01 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-26 05:55:01 -0400 |
| commit | 3db16ffcf68014e82cbdcfd4c515ed7af557f6dc (patch) | |
| tree | e71354d97e96910f18645f6364fc3c103f513501 | |
| parent | ee5c6ff8461d5147fa74205f21b7fce6e5606d74 (diff) | |
More TODOs.
| -rw-r--r-- | redo/containers.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/containers.go b/redo/containers.go index 428e2a7..ec44501 100644 --- a/redo/containers.go +++ b/redo/containers.go @@ -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 |
