package gui type panel interface { name() string entries(*Gui) //setEntries(*Gui) //focus(*Gui) //unfocus() }