(viewName string)
| 375 | } |
| 376 | |
| 377 | func (mui *MasterUI) CloseViewByName(viewName string) error { |
| 378 | m := mui.layoutManager.GetManagerByViewName(viewName) |
| 379 | return mui.CloseView(m) |
| 380 | } |
| 381 | |
| 382 | func (mui *MasterUI) SetCurrentViewOnTop(g *gocui.Gui) error { |
| 383 |
nothing calls this directly
no test coverage detected