summaryrefslogtreecommitdiff
path: root/redo/containerctrls.go
diff options
context:
space:
mode:
Diffstat (limited to 'redo/containerctrls.go')
-rw-r--r--redo/containerctrls.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/redo/containerctrls.go b/redo/containerctrls.go
index ec44501..9b0c0b1 100644
--- a/redo/containerctrls.go
+++ b/redo/containerctrls.go
@@ -4,8 +4,8 @@ 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
+//
+// [TODO if each tab of your Tab is going to have the same content Controls, then use LikeTab instead, to conserve resources]
type Tab interface {
Control