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