More TODOs.
This commit is contained in:
parent
ee5c6ff846
commit
3db16ffcf6
|
@ -5,6 +5,7 @@ package ui
|
||||||
// Tab is a Control that contains multiple pages of tabs, each containing a single Control.
|
// 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.
|
// You can add and remove tabs from the Tab at any time.
|
||||||
// TODO rename?
|
// TODO rename?
|
||||||
|
// TODO implement containerShow()/containerHide() on this
|
||||||
type Tab interface {
|
type Tab interface {
|
||||||
Control
|
Control
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue