package tui type ViewGroup interface { View Children() []*View }