From 3db16ffcf68014e82cbdcfd4c515ed7af557f6dc Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 26 Jul 2014 05:55:01 -0400 Subject: [PATCH] More TODOs. --- redo/containers.go | 1 + 1 file changed, 1 insertion(+) 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